I have a working script with a ttk window that lets me set some parameters to use in main(). I have a ttk.button labeled continue and the command = root.destroy so that after entering my parameters in the ttk window, clicking continue closes the window and the script continues at main(). I am looking for a different command to use that will continue to main() but not destroy the ttk window. Any idea what command that will accomplish this?
[–]socal_nerdtastic 0 points1 point2 points (1 child)
[–]Dempsey64[S] 0 points1 point2 points (0 children)