Re: how to create a faceless background application
Re: how to create a faceless background application
- Subject: Re: how to create a faceless background application
- From: Joseph Crawford <email@hidden>
- Date: Tue, 14 Oct 2008 03:00:35 -0400
han,
by any chance would you be talking about NSThread? You want to break
a process off into another thread to complete your calculation then
notify your application when it is completed. This will not hold up
the UI while doing the calculation.
I am not sure how to implement it as I am still new but NSThread seems
to be what you are looking for.
Joseph Crawford
On Oct 14, 2008, at 2:53 AM, han wrote:
My application uses a faceless background application to perform
some calculations. This background application is launched and
terminated by my foreground application.But
I don't know how to create a faceless background application?
thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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