Re: applicationWillFinishLaunching not being called
Re: applicationWillFinishLaunching not being called
- Subject: Re: applicationWillFinishLaunching not being called
- From: Charilaos Skiadas <email@hidden>
- Date: Mon, 25 Jul 2005 12:25:22 -0500
On Jul 25, 2005, at 11:44 AM, Chris Griffin wrote:
I don't normally program in Cocoa and I don't know much about it. I
wrote this simple Cocoa app about a year ago and now it's broken. I
can't get the applicationWillFinishLaunching delegate to get
called. Is there something I didn't do in IB maybe? The app used to
work but it's been so long I don't know what I did to break it. I
even tried starting with a new Document based app and just adding
the applicationWillFinishLaunching method and that doesn't work.
are you sure you got the signature right? it should be;
- (void)applicationWillFinishLaunching:(NSNotification *)aNotification
Haris
_______________________________________________
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