Tom Schimansky

Results 224 comments of Tom Schimansky

What's your monitor scaling in the Windows settings? And what's the monitor resolution?

This option does not exists for CTkRadioButton. What do you want to accomplish with this option? Can you use something else?

@henryruhs I will have a look at, and try if its possible.

@mbassiouny33 you got a good point there, I do this project in my free time without any sponsor and with no pressure from anyone. So I should not care about...

CTkCanvas is not meant to be used outside the library itself, its just written for rendering the CTk components.

You would have to give a code example and tell me whats your system in order for me to investigate this...

What do you mean with autoresize, what do you want to achieve?

You have to pass the width and height arguments to the constructor of the widget, not the place method. I have never seen that you can also pass them to...

Should be fixed with version 5.0.0.

First of all `.geometry()` called without arguments does nothing but returns the current geometry string of the window. I came up with a possible solution, but this works currently only...