Re: app inaccessible during awakeFromNib
Re: app inaccessible during awakeFromNib
- Subject: Re: app inaccessible during awakeFromNib
- From: olivier <email@hidden>
- Date: Mon, 17 Mar 2003 15:18:11 -0600
move that code to - (void)applicationDidFinishLaunching:(NSNotification
*)aNotification of your delegate, or override - (void)finishLaunching
in your application, call the super implementation and add your code at
the end.
Olivier
On Monday, March 17, 2003, at 02:20 PM, David Feldman wrote:
>
I have an app that displays a window at launch time if it's not
>
registered yet. The code to do this is in the awakeFromNib method of
>
my main controller class. The problem is that when this happens, if I
>
switch to another application I can't click on the app's icon in the
>
Dock to go back to it, nor can I Command-Tab to it. The icon is also
>
still bouncing to show the app is still launching. I don't know if I
>
should be calling [NSApp finishLaunching] because, well, the app
>
hasn't finished launching yet -- the UI isn't completely loaded. Is
>
there anything I can do?
>
>
Thanks.
>
>
--Dave
>
_______________________________________________
>
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.
_______________________________________________
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.