Re: [Tkinter-discuss] Program continuing execution while tkinter window is open

2022-09-22 Thread Michael Lange
Hi, On Thu, 22 Sep 2022 16:17:50 + Massimo POZZONI via Tkinter-discuss wrote: > > I'm wondering if there is any way to have a tkinter window running, > while the main program is continuing its execution. I tried with > threading but with no success. > > So far I always got the program to

[Tkinter-discuss] Program continuing execution while tkinter window is open

2022-09-22 Thread Massimo POZZONI via Tkinter-discuss
I'm wondering if there is any way to have a tkinter window running, while the main program is continuing its execution. I tried with threading but with no success. So far I always got the program to wait until the tkinter window is closed. Is there any way to have the python main program to