Open yoboy1102 opened 3 months ago
CustomTkinter is not compatible with ttkbootstrap
. Or, more specifically, ttkbootstrap
's internal mechanism is only supportive to native Tkinter
applications. What actually happens is that ttkbootstrap
uses ttk
(Themed Tkinter) to produce appealing graphics. And, ttk
isn't supported by customtkinter
in any way.
CustomTkinter relies on its own graphics rendering logics or custom json
file of theme.
Helpful links:
Regards.
Any solutions to it?
Use Tkinter if you want to enjoy Bootstrap facilities.
Regards.
i am using tkinter, i am infact using all 3
CustomTkinter is not compatible with bootstrap at all. We can't use CustomTkinter in combination with bootstrap.
Ig, I did found a workaround by making the main window ttkbootstrap.Window(), slight things like the entries n all still kinda sho white bg, but ig no other way to use both
Yeah! You are getting it.
Version
Problem The output Looks like this when I run the program in this output the code is 400 lines and the things i have imported are
And if i simply hover over these buttons it fixes it a little bit