Hi PaterMaximus,

  Without seeing you code, I am not sure what you mean exactly.
e.g., "outputting to a ScrolledText widget" - I guess you mean
inserting text to the widget.

If you call the update() method on the widget evey time
some text is inserted, this should do the job.

Alternatively, update_idletasks()

Mick



On Thu, Apr 9, 2009 at 3:15 AM, PaterMaximus <patermaxi...@got2know.net> wrote:
>
> Using python 2.5 I am outputting to a ScrolledText widget. The output takes
> several minutes. I am not able to view the output until the output is 
> finished.
> How can I view it as it is being output? I don't have to view it immediately,
> just not wait for minutes to see it appear.
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to