Hi Peeps,
Forgive me for asking so many questions but I'm writing a rather
large application. I wanted to ask if there is some sort of a textview
flush method? Observe the code below:-
import time
writetview("line 1")
time.sleep(10)
writetview("line 2")
Nothing appears on the textview until the sleep has passed. Why did it
not write "line 1" and then wait for 10 sec and then write "line 2".
How do I make my function writetview show the written stuff
immediately on the textview?
TIA
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/