[Tkinter-discuss] Labels not updating its display data

Guido Carballo-Guerrero charras at me.com
Thu Apr 1 08:02:36 CEST 2010


Is it possible to display and update data using labels in a window, created by another window?

This is a program I did that is not working as expected:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pro_9.py
Type: text/x-python-script
Size: 1040 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20100401/bff6b376/attachment.bin>
-------------- next part --------------


I'm creating a second window inside of a function call newcount. This other window even have separate variables, but if I use the label type of display, that data is not show, and even less chage its value.

Can somebody tell me if it's possible to do what I'm trying? How can I display a value inside of a label, and have that display update its values, when this is trying to be done in a second window.

Guido


More information about the Tkinter-discuss mailing list