On Mon, May 19, 2008 at 8:21 AM, ninad walvekar <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]