[wxPython-users] Re: Newbie question about events and event handling

Christopher Barker Chris.Barker at noaa.gov
Thu Nov 1 21:36:46 PDT 2007


Patrick J. Anderson wrote:
>> 2) Use a way to post an event indicating that the date has changed. You
>> can either use custom wx event and wx.PostEvent to do that, or, even
>> better, use a system like wx.lib.pubsub to pass events around your app.
>> I think that's probably what you want.

> How would wx.lib.evtmgr.EventManager fit into this scenario?

I think it's similar top pubsub -- I haven't used either enough to tell 
you why you'd want to choose one over the other.

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (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