alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
803 stars 98 forks source link

goodbye TkApplication #79

Closed matecsaj closed 2 years ago

matecsaj commented 2 years ago

Hasten the disappearance of the deprecated TkApplication scheme to make things easier for old and new users.

  1. Add a feature to the designer that, when loading a *.ui file, checks for TkApplication and offers to convert to Tk.Toplevel.

  2. Test the conversation tool, and eliminate some possible copy-paste problems, by converting the remaining examples to the new scheme.

  3. Delete the "TkApplication vs Tk.Toplevel" wiki page https://github.com/alejandroautalan/pygubu/wiki/4-TkApplication-vs-Tk.Toplevel, after relocating helpful info, such as setting the initial window size, to other relevant pages.

matecsaj commented 2 years ago

While I removed TKApplication from the wiki pages, I endeavoured to consolidate Toplevel advice. I also factored in your earlier remarks about the subject. Please edit this page to correct any errors or omissions. https://github.com/alejandroautalan/pygubu-designer/wiki/Begin-with-Toplevel