Re: pb with awakeFromNib
Re: pb with awakeFromNib
- Subject: Re: pb with awakeFromNib
- From: "Paolo Manna" <email@hidden>
- Date: Tue, 19 Jun 2007 13:08:46 +0100
I want to launch a quite long process automatically when my cocoa
application is opened. I launch it in awakeFromNib,
Actually, a better place would probably be
applicationDidFinishLaunching: in your application delegate.
but the window does not open before my process is finished.
I'd like my application to be usable while that process is running.
How can I do it?
Are you using NSTask, or what?
Paolo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden