Jacek,

What I do is have a class that has attributes/properties specifically for
the status fields you want to update.  The child thread is free to update
those attributes/properties because the class isn't tied in with wx.  Then,
the UI thread uses callAfterInterval to update the UI with the data in the
status fields.  Very simple to setup and it can be made generic pretty
easily.

Regards,

Nate

2010/12/11 Jacek Kałucki <[email protected]>

> Hi.
>
> I need my child threads to communicate with main thread.
> Unfortunately, the best method to process message
> I found is to use wx.WakeUpIdle() function.
> Could you add an alias to it in ui package (as you did for Yield), please?
> Or point me other method to process message in main thread
> immediately?
>
> --
> Regards
> Jacek Kałucki
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to