On Nov 29, 2008, at 4:07 PM, Henning Hraban Ramm wrote:

> Thank you for your effort, but at least this method of my app doesn't
> work:
>
>     def afterSetup(self):
>         self.uiApp.MacOpenFile = self.MacOpenFile
>
> The method itself is called, but the monkey patch doesn't seem to have
> any influence.

        OK, I did some reading on what MacOpenFile is, and it's a bound  
method of wx.App, so of course you can't simply assign it like that.  
What I'll have to do is write some code to pass the wx.App event to a  
dApp handler. This might take a few minutes, but I'll work on it now.  
In the meantime, what other wx.App event handlers are there like this  
that you know of? I might as well wrap them all.


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