Tom Schimansky
Tom Schimansky
Binding is now implemented with version 5.0.0.
If you set fg_color=None for the frame, it will have the same color as the frame/window it is placed on.
Now its `fg_color="transparent"`.
Fixed with version 5.0.0.
That's intended, because I couldn't get it to work properly, it was too much work so I just disabled the placeholder for variables. Maybe I will try to do it...
Fixed now with version 5.0.2. Thanks for reporting this.
I have no experience with using Tk commands directly through `root.eval()`. Maybe you should just remove this statement and ignore the window is not positioned in the center...
Fixed with version 5.0.0.
The get method is now implemented with version 5.0.0.
This is because the text label gets a padding with the size of corner_radius on the left and right side, to prevent the text label from overlapping the edge of...