CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Request: CTkTextBox

Open jusspatel opened this issue 3 years ago • 8 comments

Can a CustomTkinter TextBox be added too sometime in the future ?

jusspatel avatar Sep 06 '21 06:09 jusspatel

@jusspatel I think it alreaday exists

sumeshir26 avatar Sep 06 '21 06:09 sumeshir26

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.

TomSchimansky avatar Sep 06 '21 11:09 TomSchimansky

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 :)

jusspatel avatar Sep 18 '21 04:09 jusspatel

Can a CustomTkinter TextBox be added too sometime in the future ?

Perhaps a password box too ?

felipetesc avatar Apr 04 '22 17:04 felipetesc

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

Bildschirmfoto 2022-04-12 um 22 58 15

TomSchimansky avatar Apr 12 '22 20:04 TomSchimansky

image

image

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.

devcameronj avatar Oct 08 '22 16:10 devcameronj

Textbox will be finished in the next days with version 5.0.0.

TomSchimansky avatar Oct 08 '22 22:10 TomSchimansky

is there any news about textbox?

rubensanchezrivero avatar Nov 17 '22 03:11 rubensanchezrivero

I added the CTkTextbox now with version 5.0.0!

TomSchimansky avatar Dec 01 '22 11:12 TomSchimansky

@TomSchimansky how do I add images on the CTkTextBox? Because it raises an error concerning embedding.

Joshrocky avatar Mar 02 '24 08:03 Joshrocky