on ubuntu feisty, wxPython2.8.4 the EVT_DATE_CHANGED event is never happening.
This can easily be demonstrated running the demo after having added bindings for
that event:
self.Bind(wx.EVT_DATE_CHANGED, self.OnDate, dpc)
The event handler is never called. I guess this is a bug.
on ubuntu feisty, wxPython2.8.4 the EVT_DATE_CHANGED event is never happening.
This can easily be demonstrated running the demo after having added bindings for
that event:
self.Bind(wx.EVT_DATE_CHANGED, self.OnDate, dpc)
The event handler is never called. I guess this is a bug.
I take it back partly. In fact binding like noted above works, however
on ubuntu feisty, wxPython2.8.4 the EVT_DATE_CHANGED event is never happening.
This can easily be demonstrated running the demo after having added bindings for
that event:
self.Bind(wx.EVT_DATE_CHANGED, self.OnDate, dpc)
The event handler is never called. I guess this is a bug.
I take it back partly. In fact binding like noted above works, however
dpc.Bind(...)
doesn't.
Thanks. I'll get this fixed.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!