Re: Background Application.
Re: Background Application.
- Subject: Re: Background Application.
- From: "Hamish Allan" <email@hidden>
- Date: Mon, 19 May 2008 09:44:58 +0100
On Mon, May 19, 2008 at 8:21 AM, ninad walvekar <email@hidden> wrote:
> I have an existing GUI application and now i want to run that same
> application in the background at startup and then when the user wants to run
> the application run it as a normal GUI application.The application has been
> built in Cocoa.Can anyone help me on this?
Hi Ninad,
You can't do that without re-writing parts of the application --
taking the parts you want to run in the background at startup and
re-implementing them as a daemon. (See
http://developer.apple.com/technotes/tn2005/tn2083.html -- read it in
its entirety!)
Best wishes,
Hamish
_______________________________________________
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