Tom Schimansky

Results 224 comments of Tom Schimansky

I removed the default geometry() calls from the CTk and CTkToplevel constructors, so a dynamic window size is now possible. But it will not work in after a change of...

You just make no geometry call and then the window will be as big as it needs to be to fit all widgets you created.

Just changing the attributes like `button_1.border_width=3` will not change the border because there is more to it than just change the attribute values. The button has to be rendered, and...

For a change of the border_width you would have to call ._create_grid() and ._draw() at the moment, but this can change at any time.

Fixed now with version 5.0.4.

I will look into this for version 5.1.0

I cannot imagine a company using my library and wanting to patent their product 😅, but I will consider changing the license.