-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widgets dissappearing in ctkinter #28
Comments
@littlewhitecloud I am also not getting any issue like this, using the latest OBS version. |
If it's any help, I have graphical issues with CustomTkinter if used in combination with specific ttk widgets (scrollbars mainly, but most widgets outside of Treeview with styling) when using/forcing dark mode (both Linux and Windows). I only discovered this when I needed the Treeview and wanted it themed in my otherwise fully-CTk UI. ttk themes and styles seem interoperable (alongside something like svt-ttk for example) with any widget styles or color themes except for CTk. I wish I had examples and code, but I will try to recreate and update when at home in IDE. |
Same issue |
Discussed in #27
Originally posted by shubhwins07 May 13, 2024
In my customtkinter programs(all of them), when I try to implement pywinstyles, the app does get transparent but the widgets just disappear, I have tried .update() .after() but none of them work, when I capture the screen(both screenshot and recording using window's tools), then the widgets are somehow visible but when i capture screen with OBS studio it isn't visible as in normal use. Could you please help me? I have written the code below-
Snipping tool screenshot
An image from OBS recording
The text was updated successfully, but these errors were encountered: