Tom Schimansky
Tom Schimansky
Good idea, I will do this in the next time
Its only a Windows 10 issue, I fixed it, and it will build a new release version soon.
Its a problem for all Windows versions, and I didn't upload a new version yet, but I will do it maybe tomorrow when some other changes are also ready.
Its not implemented... Maybe I will do it at some point
What do you mean by "not working as intended"? Can you give me a code example?
toggle doesn't take any argument, it just changes the state. I you want to set a specific state use select() or deselect(). Also try using these functions after the place()...
That's because select(), deselect() and toggle() all trigger the command function. But I will change it so that only toggle() triggers the command.
It is just not implemented, when you call focus_set it is called on the frame the CTkEntry inherits from. But I will add this!
Does it work now? I added a user-agent to the request method like I did for the map_widget a while ago?
The bind method will be implemented for all CTk widgets in the next major version 5.0.0, which will be released soon.