app delegate +initialize
app delegate +initialize
- Subject: app delegate +initialize
- From: John Baldwin <email@hidden>
- Date: Tue, 22 Sep 2009 22:50:48 -0700
I'm missing something in the loading of an application delegate.
In my MainMenu.xib file, the File's Owner delegate connection is set
to an AppController object. File's Owner's class is set to
NSApplication.
In the AppController class, a +(void)initialize method is defined.
The +(void)initialize method gets called and my initialization happens
as expected on my development machine. Every time, it seems.
But on a second test machine, the method doesn't get called. Ever, it
seems.
Both machines are running 10.5.8.
I can't figure out what I'm missing to get the AppController class
loaded and initialized as planned. Could anyone point me in the right
direction?
John
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden