I have a bunch of Tk() throughout my program. So when I first run main all these other windows come on to the screen and I have to minimize them to get the main window on front.
How do I prevent these windows from opening and just open the main window?
There are 3 or 4 .py files imported by the main. I've tried withdraw()
,iconify()
,tkraise()
most of the windows are widgets with frames on them as many as 5 on some.
source https://stackoverflow.com/questions/74494090/how-do-i-open-the-main-window-and-all-the-other-windows-remain-hidden-untill-cal
Comments
Post a Comment