How to open and close another window with scrollbar in tkinter for python 3.5.?
问题 I want to build a Tkinter app in python 3.5. with a StartPage and a another window PageTwo that includes a table with a scolldownbar . I have tried to apply a framework from an online tutorial and the listbox example from another website. My problem is: when I run the program both pages are loaded directly. How can I manage to let PageTwo only open on click on Button in StartPage , and then apply another button in PageTwo that closed PageTwo again and redirects to StartPage ? Second question: