Replies: 1 comment
-
answered here https://stackoverflow.com/questions/79317297/issue-using-app-overrideredirecttrue-in-my-customtkinter-application |
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.
-
I'm using app.overrideredirect(True) in my customtkinter application to create a custom title bar. However, the application doesn't appear in the Windows taskbar. When I click outside the app, it disappears completely and I can't bring it back with Alt+Tab or Windows+Tab
Tried creating a "Dummy Window"(invisible window) which acts as the main application window as ChatGPT suggested, but still didn't work.
Beta Was this translation helpful? Give feedback.
All reactions