On Mon, 23 Oct 2000, Aaron Optimizer Digulla wrote:

> I'm looking for an example how to create a stable, multi-threaded
> PyGTK application which has a thread that runs some time-consuming
> process which can update its current status in a status window
> while the user can still use the rest of the app.
> 
> My problem is mainly how to get the data from one thread to another
> (ie. at a certain time, my time-consuming process has data to display.
> How do I put that data in the GUI ??).

It should be as simple as calling "threads_enter(); do gui updates here
; threads_leave()" in the time consuming process when you need to update
the gui.

James.


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to