Użytkownik Jacek Kałucki napisał:
> Użytkownik Ed Leafe napisał:
>
>> On Jan 1, 2010, at 3:37 PM, Jacek Kałucki wrote:
>>
>>
>>
>>> It's problem for me to get access to some of wx features
>>> since wx.App class is packed into dApp class.
>>> Precisely I need access to FilterEvent() method.
>>> Have you any idea how to achieve this?
>>>
>>>
>> Hmmm... did you try app.FilterEvent()?
>>
>>
>>
Temporarily, I modified uiApp - added callback to container object:
def FilterEvent(self, wxEvt):
return self.dApp.handleUIEvent(wxEvt)
and dApp class:
def handleUIEvent(self, uiEvt):
return -1
It works now but it's intrusion in Dabo code.
--
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]