In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] wrote:
> Tkinter also has a timer-type function called *after*. Use this to call
> your init function just befrore the mainloop call. You gui wil show up
> and you can then update it to show progress as you wish
> No neep for thread or Tix modules...!

Thanks for the great example! I hoped that there would be a simple way 
to show the progress and this is just what I was looking for. 

Pasi
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to