[wxPython-users] Re: EVT_DATE_CHANGED not happening
Robin Dunn
robin at alldunn.com
Mon Jun 18 10:43:19 PDT 2007
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!
More information about the wxpython-users
mailing list