Akash Bora
Akash Bora
@svanparia What is your operating system? Does this happen with normal tkinter application?
@svanparia @qingpanlmat check these: https://github.com/visualfc/atk/issues/5 https://github.com/thonny/thonny/issues/272 `Some of the most common errors related to this file include: Access Violation at address tcl86t.dll.` Something is probably wrong with your python installation.
@Zukclient Already answered: https://github.com/TomSchimansky/CustomTkinter/discussions/900#discussioncomment-4478966 and https://github.com/TomSchimansky/CustomTkinter/discussions/936#discussioncomment-4491310
@Heus-Sueh Ig you can do the conversion using PIL
@Heus-Sueh There are many things in python libraries which you need to hack in order to get desired results. You can't just expect everything from the official side. If you...
@Heus-Sueh Better convert them as it is a one time work only.
@infiniteTesch There are already examples https://github.com/TomSchimansky/CustomTkinter/discussions/736 https://github.com/TomSchimansky/CustomTkinter/discussions/1756#discussioncomment-6274965 Also try [pywinstyles](https://github.com/Akascape/py-window-styles) and [CTkMenubar](https://github.com/Akascape/CTkMenuBar) This may also help: [types of window]( https://stackoverflow.com/questions/73332578/how-do-i-change-the-title-bar-style-in-tkinter/76896838#76896838)
@YoussefEssalhi Destroying and forgetting the widget is different. I know other methods to remove the widget, I am only reporting this bug.
@Walidbenmoussa Why are you reposting this in the issue?
@adamtcdev Why are you using `self._apply_appearance_mode` method? It is only for distinguishing colors which are in tuple form. You simply use `text_font = ThemeManager.theme["CTkFont"]["family"]`