[Tkinter-discuss] Viewing output to a ScrolledText widget as it isbeing output?

Michael O'Donnell michael.odonnell at uam.es
Thu Apr 9 13:52:27 CEST 2009


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 <patermaximus at 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 at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>


More information about the Tkinter-discuss mailing list