CustomTkinter
CustomTkinter copied to clipboard
Request: CTkTextBox
Can a CustomTkinter TextBox be added too sometime in the future ?
@jusspatel I think it alreaday exists
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 embed a Tkinter TextBox into a frame with rounded corners.
do go ahead with this project though , because of all the modern themes for tkinter i have seen , this so far is the best and easiest to use :)
Can a CustomTkinter TextBox be added too sometime in the future ?
Perhaps a password box too ?
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

Is it possible to add more functionality to the CTkTextBox such as a delete method? I have an app that's supposed to overwrite (not append) the textbox on each call, so I have to delete the current contents of the box. This works in vanilla Tkinter and I'd love to have this ability in CustomTkinter as well! If this already exists in the docs, please point me to it because I was unable to find it.
Textbox will be finished in the next days with version 5.0.0.
is there any news about textbox?
I added the CTkTextbox now with version 5.0.0!
@TomSchimansky how do I add images on the CTkTextBox? Because it raises an error concerning embedding.