Re: Startup Code
Re: Startup Code
- Subject: Re: Startup Code
- From: Conor Dearden <email@hidden>
- Date: Fri, 17 Mar 2006 15:10:10 +0100
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
//load file at startup
}
This is a notification sent to your application delegate which you can set
by ctrl dragging from file's Owner to one of your objects in IB. Or
programmatically using NSApp.
file:///Developer/ADC Reference Library/documentation/Cocoa/Reference/Ap
plicationKit/ObjC_classic/Classes/NSApplication.html
Conor Dearden
http://www.bruji.com/
_______________________________________________
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