On Jan 1, 2010, at 5:46 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()?
>> 
> I set self.Application.uiApp.SetCallFilterEvent(True) but nothing happens...

        You're right- that's what I get for firing a quick answer without 
looking at code. It's uiApp, not dApp, that is the wx.App. So I should have 
written app.uiApp.FilterEvent(). But you don't want to call it; you want to 
override it, right? So that would have to be exposed in the dApp layer, which 
will require some coding.

        What is 'SetCallFilterEvent'? I don't see that anywhere in the wx docs.


-- Ed Leafe



_______________________________________________
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]

Reply via email to