wxgreg wrote:
Hi
I have a calendar control that display fine but I don't seem to be able to
bind events to it. When I use EVT_CALENDAR (or any other events) I get
EVT_CALENDAR is not defined.
What am I doing wrong?
WIN XP
wxPython 2.4
In 2.4 the EVT function is located in the wxPython.calendar module. Did you import everything from there?
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!