Updating A Tkinter Window every 100 ms?

Cameron Laird claird at lairds.com
Wed Nov 20 13:02:49 EST 2002


In article <m3vg2s8wza.fsf at mira.informatik.hu-berlin.de>,
Martin v. Loewis <martin at v.loewis.de> wrote:
>josiah7 at hotmail.com (Josiah) writes:
>
>> Is there a better way? Why does the "lift()" function not work with
>> "self.master.lift()"?
>
>Because self has no attribute master. I suggest doing
>
>self.master = master
>
>inside __init__.
			.
			.
			.
Also, I suspect there's a better way to achieve what Josiah
*really* wants; I just don't know what the latter is.  Is it
to make modal dialogues, or prevent user resizing, or ...?
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html



More information about the Python-list mailing list