[wxPython-users] momentarily stopping events

Christopher Barker Chris.Barker at noaa.gov
Fri Jul 28 15:30:00 PDT 2006


Warren Jackson wrote:
> My first solution was to stop the timer, run the oziexplorer update, and
> then start it again, but I can't start it again outside of the main thread.
> And I'm not sure how/if I can access it from a method that is called from
> another thread.

You could do it with wx.CallAfter(), if not directly.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list