Re: (help)Tkinter, how to make labels scrolling?

2009-12-29 Thread Ren Wenshan
It works, Thank you very much. On Dec 28, 6:38 pm, Francesco Bochicchio bieff...@gmail.com wrote: Hi, if you want to realize an 'animated scrolling' effect, you need to move the scrolling code out of the start callback in a function which is called periodically by the GUI mainloop. In

(help)Tkinter, how to make labels scrolling?

2009-12-28 Thread Ren Wenshan
Hi, everyone: I am new to programming and Python and these days I've been working on a tiny program for practice and encountered with a problem. My tiny program read a line from a data file one time, and store it in a list, till the list is full. This is the init. Then when I press

Re: (help)Tkinter, how to make labels scrolling?

2009-12-28 Thread Francesco Bochicchio
On 28 Dic, 09:44, Ren Wenshan renws1...@gmail.com wrote: Hi, everyone:    I am new to programming and Python and these days I've been working on a tiny program for practice and encountered with a problem.    My tiny program read a line from a data file one time, and store it in a list,