Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good,

I would like to know if it is possible to keep a ttk.Label updated in real time with the text it displays.

Since I have it showing a message from an external database (PyMysql) and I would like, for example, myself from the database to change the message and that it be changed in the window (label) without having to close and open the application ( window) again.

Or you need a special library to keep all the data it shows in real time.

Any additional information would be appreciated.

Greetings.


What I have tried:

I don't know if you have to use another library
Posted
Updated 20-Dec-21 1:41am
Comments
Richard MacCutchan 20-Dec-21 4:55am    
You should bed able to change the content of a label at any time in the application based on whatever else your code is doing.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900