Tkinter: which ttk widget for database table primary key?

Rich Shepard rshepard at appl-ecosys.com
Wed Mar 18 18:02:33 EDT 2020


On Wed, 18 Mar 2020, Christian Gollwitzer wrote:

> You can use an Entry and set it to readonly state. Or you can use a Label.
> The advantage of the readonly Entry is, that the user can still copy/paste
> the content, and that it can scroll if the string is very long.

Christian,

Thank you. I did not find all options for the Entry widget in my quick look
for them. I like this because users will sometimes want to find all data
from that location and being able to copy that number and paste it in a
query will be helpful.

Regards,

Rich


More information about the Python-list mailing list