Dipesh Samrāwat

Results 82 comments of Dipesh Samrāwat

@raoyi See https://github.com/TomSchimansky/CustomTkinter/issues/2653 Regards.

@raoyi CTkListbox is itself not an official widget by customtkinter. It is designed and written by a third party contributor as a third party extension to customtkinter. To see more...

Since CustomTkinter does not inherently support threading within its callbacks, any long-running tasks will cause the entire interface—including window movements and other functionalities—to freeze or become temporarily unresponsive until the...

@OlivierGBONOU Could you please have a Sample of Reproducible Code and please mention the source where you read about the steps for downloading fonts in customtkinter? Regards.

CustomTkinter has its own rendering logic, and is not compatible with ttk (Themed Tkinter) at all. We can't use CustomTkinter in combination with ttk configured widgets. Regards.

@arrifat346afs Similar to https://github.com/TomSchimansky/CustomTkinter/issues/2617. It's a bug or problem in customtkinter cause of heavy widgets and slow speed. To fix it, you could have a Welcome Screen or a Loading...

@arrifat346afs Then you could try the following: - Try to reduce number of widgets. - Use Tkinter bare widgets implementing `on_appearance()` and/or `on_scaling()` methods encompassed by customtkinter's `ThemeManager` and `ScalingTracker`....

@svenakela Could you please have s sample reproducible code that we can run on our machine?

**Updates:** - I think the first element should be placed on (0, 0). - Set proper weightage for each cell. - Use `fg_color` instead of `bg_color` so that you can...