Tom Schimansky

Results 224 comments of Tom Schimansky

No, currently not. But maybe I will add this at some point.

Did you look at the wiki: https://github.com/TomSchimansky/CustomTkinter/wiki/CTkProgressBar You can also set the value with a tkinter variable (IntVar), which is not mentioned in the wiki (pass the variable with the...

I added indeterminate mode with version 4.6.0. Check out the wiki for more information.

@galipyuksel can you post an example code where this appears for you?

@Aadhityaa04 you can not create multiple instances of CTk in the same process. Here is an example on how you would create a second window, which can only be opened...

I cannot move `ThemeManager.load_theme("blue")` out of the init file, but I surrounded it with a try except block. So when you load a theme again in your own main file...

Which platform are you using and which python version?

Should work now with version 4.5.11.

Which Linux version are you using? To render the widgets I'm using fonts, which need to be loaded from a .otf file. One Linux I do this by copying the...

I will have a look at this!