[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

[Tkinter-discuss] TKinter ttk combobox Focusout event

2022-09-20 Thread Massimo POZZONI via Tkinter-discuss
I find an issue with the Combobox events: The event is triggered also when the drop-down menu list is opened. (Basically it works as the FocusOut of the associated Entry, not of the ComboBox) The <> event is triggered only when a selection is done from the list, but not if something is