[Tkinter-discuss] update of elements in GUI

Cameron Laird Cameron at phaseit.net
Wed Aug 18 15:22:30 CEST 2010


On Wed, Aug 18, 2010 at 08:19:38AM +0300, Firat Ozgul wrote:
			.
			.
			.
> If I am not mistaken you want something like this:
> 
> 1) http://paste-it.net/public/i2de44d/ (with threads and classes)
> 
> 2) http://paste-it.net/public/f5e340e/ (without threads and classes)
> 
> Note that without threads, we need to use the update() method. However,
> without threads you will experience some degree of "blockage" in the
> application anyway.
			.
			.
			.
update() is *not* essential:  after() provides a non-threading alternative.

I entirely agree with your main point, though, that you have two codings
which supply the desired functionality.


More information about the Tkinter-discuss mailing list