tkinter progress bar

2013-07-22 Thread hsiwrek
Hi, 

How can I add a tkinter progress bar in python 3.2 to start before a loop and 
end after it. I am looking for a very simple solution. 

def MyFunc():
Start progress bar

for fileName in fileList:
…

End progress bar


Thanks a lot in advance.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: tkinter progress bar

2013-07-23 Thread hsiwrek
Dear Christian,

Thanks for the help. Can you please add a source example as I am new with 
Tkinter.

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