-
When I open the new window using But when I try the same using
|
Beta Was this translation helpful? Give feedback.
Answered by
insolor
Apr 5, 2025
Replies: 1 comment 1 reply
-
In tkinter (not only in async-tkinter-loop library context) you don't delete the original main window. You just hide it. And other windows are created as |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
divadsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In tkinter (not only in async-tkinter-loop library context) you don't delete the original main window. You just hide it. And other windows are created as
Toplevel
objects without running of a new mainloop.