Updating GUI from sub-threads

Grant Edwards grante at visi.com
Thu May 3 20:25:21 PDT 2007


On 2007-04-28, Robin Dunn <robin at alldunn.com> wrote:

> You'll really be better off to do *everything* related to the UI from 
> the gui thread, using wx.CallAfter or some other event posting mechanism 
> from the worker threads as needed.

And using wx.CallAfter is so simple and transparent there's no
excuse for not using it.

-- 
Grant Edwards                   grante             Yow!  By MEER biz doo
                                  at               SCHOIN...
                               visi.com            





More information about the wxpython-users mailing list