Re: start window inside and NSDocument based application
Re: start window inside and NSDocument based application
- Subject: Re: start window inside and NSDocument based application
- From: Patrick Meirmans <email@hidden>
- Date: Wed, 4 Jan 2006 20:34:34 -0500
You're right, it is not necessary to subclass NSApplication for this
purpose. I just looked at my ow program where I set the delegate
programmatically, forgetting that you can also do it in Interface
Builder.
Patrick
On 4 Jan, 2006, at 20:19, Benjamin Dunton wrote:
Excellent. Thank you very much. This makes perfect since. The
missing part for me was assigning a delegate to my NSApplication.
Now, I do not have a subclass of NSApplication (currently). Should I
? I would handle most of the notifications in my AppDelegate.m file
correct? So could I just create the delegate, and assign it to the
File's Owner (NSApplication) in the MainMenu.nib file?
Thanks again,
Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden