[Tutor] tkinter scrolling

Magnus Lycka magnus@thinkware.se
Thu Dec 19 18:38:02 2002


At 16:35 2002-12-19 -0800, Rusty Newton wrote:
>when the text gets to the
>bottom of the textbox widget i want it to automatically scroll down with 
>the text so the text doesnt
>go off the screen
...
>                 self.text_box.insert(END, sending_text)

should be followed by "self.text_box.see(END)"

Simple, right?


-- 
Magnus Lycka, Thinkware AB
Alvans vag 99, SE-907 50 UMEA, SWEDEN
phone: int+46 70 582 80 65, fax: int+46 70 612 80 65
http://www.thinkware.se/  mailto:magnus@thinkware.se