Tom Schimansky
Tom Schimansky
Look here: https://github.com/TomSchimansky/CustomTkinter/issues/378
Thanks for the pull request, but I will add active color maybe later and then for more widgets.
Currently there is only an EntryBox. To make a complete TextBox from scratch would be very difficult, because it needs scrolling and text-formatting. But I will see if I can...
A password entry can be done with normal Tkinter functionality and the CTkEntry also supports it. Have a look at this one if you not have already found it: https://github.com/TomSchimansky/CustomTkinter/blob/master/examples/example_background_image.py
The CTkTextbox is under development and not finished yet. Therefore its not mentioned in the wiki. I just made it usable in the pip version by accident and now everyone...
Hey, I will have a look a this and test it out, but with the test_button_antialiasing.py I can see a very short blinking, but it isn't that long as yours....
Unfortunately, I think I can't do anything about this, this is a problem of Tkinter itself. In the following video you can see that the normal tkinter buttons also appear...
OK, I will look into this, this seems to be only a Windows problem, on macOS I tested your example code with 1000 CTkButton's and its completely smooth without any...
There are many things that are not working for the CTkTextbox. It isn't completed yet.
Hi, to add a border to only one side of a widget would be extremely difficult to implement, and I will not do this. But I can add a separator...