[wxPython-users] timectrl events
Peter Hansen
peter at engcorp.com
Fri Nov 3 05:54:36 PST 2006
Timothy Smith wrote:
> I've looked on the wxpython website and i can't find any refference to
> the events processed by wx.lib.timectrl
> i tried EVT_TIMEUPDATED as suggested in the demo, but these appear to fail.
It's actually EVT_TIMEUPDATE (no D on the end).
If that doesn't fix the problem, please post a small sample that has the
problem, or look at the source to timectrl.py (it's pure Python) in the
wx library.
-Peter
More information about the wxpython-users
mailing list