EVT_DATE_CHANGED not happening

Hi,

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.

Christian

Christian K wrote:

Hi,

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.

Christian

Christian K wrote:

Christian K wrote:

Hi,

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!