Re: Okay I got a question regarding Tkinter and Labels

2008-01-20 Thread Fredrik Lundh
Lamonte Harris wrote: > Okay I've created a script and basically when I loop through a folder it > is supposed to change the Label everytime it updates a file then again > it doesn't do nothing but shows the last file edited, whats the best way > to loop through files and display that file name

Okay I got a question regarding Tkinter and Labels

2008-01-19 Thread Lamonte Harris
Okay I've created a script and basically when I loop through a folder it is supposed to change the Label everytime it updates a file then again it doesn't do nothing but shows the last file edited, whats the best way to loop through files and display that file name in a Label's text without skippin