Re: [Pyobjc-dev] Altered classes
Brought to you by:
ronaldoussoren
From: Deirdre S. M. <de...@de...> - 2001-05-12 04:47:05
|
>The original method was something like "loadNibNamed:owner:" -- i.e. >it takes two arguments and has two :'s. The Python mangled version >is "loadNibNamed_owner_", as a result. Doh! Of course. >There is a lot more that goes on ApplicationMain and in the startup >of the application than you might otherwise expect given evidence at >runtime. In particular, there is all kinds of binding to the >Finder and the WindowServer, etc... I knew it. Voodoo. :) >I know why the Application delegate stuff isn't working and how to fix it. Neat. :) >I'll try to do so on the train home tonight and commit the code >tonight/tomorrow. It ain't pretty but, thankfully, I solved the >problem before. (If interested, see the mssh project-- >http://www.codefab.com/pub/unsupported. While there, see >NoisyAppKit-- it spews everything that happens at app launch on mach >ports...). -- _Deirdre Stash-o-Matic: http://weirdre.com http://deirdre.net Macintosh Developer (seeking work): Will work for Cocoa "I love deadlines. I like the whooshing sound they make as they fly by." - Douglas Adams |