How to change the state of a ttkbootstrap ScrolledText widget after creation?
Problem I’m trying to change the state of a ScrolledText ttkboostrap widget after creation. I can set its state as I please when I create it, but trying to change it after creation fails for both examples below with error message: _tkinter.TclError: unknown option “-state”. Question How can I change the state after creation? Minimal […]
Removing the hover effect from Button objects using TTKBootstrap and Python
So, I have just spent the better part of eternity trying to figure out how to remove the hover over button colour change effect that comes standard with TTKBootstrap (Python module to make nicer GUIs).
How can I make DateEntry widget bigger (font and button) in ttkbootstrap?
I wanted the widget to be proportional to the size of other widgets in my app (I used a larger font).