Re: delegate outlet
Re: delegate outlet
- Subject: Re: delegate outlet
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 9 Apr 2004 07:10:53 -0600
On Apr 8, 2004, at 11:29 PM, Markian Hlynka wrote:
Make some object of yours the application's delegate (in your nib,
connect the "delegate" outlet to your object). Then in that class,
implement -applicationDidFinishLaunching:.
pardon the beginner question, but where do I do that in interface
builder?
Run a connection between an object you instantiated and the owner of
MainMenu.nib, which should be NSApplication. Connect it to the
"delegate" outlet. That object will now be the delegate of
NSApplication.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.