.iconify() and .deiconify() don't work in vscode. #1893
jorgegbsouza
started this conversation in
General
Replies: 2 comments 1 reply
-
what you want to do actually if you want to disappear window then reappear use app.withdraw() then app.deiconify() |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just add this between iconify() and deiconify() root.update() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using the customtkinter in vscode with Python 3.9.5 and trying to execute this following commands,

and it isn't working, literally do nothing.
Can somebody help me?
Beta Was this translation helpful? Give feedback.
All reactions