Re: Execute and applicaiton
Re: Execute and applicaiton
- Subject: Re: Execute and applicaiton
- From: Guy English <email@hidden>
- Date: Wed, 9 Mar 2005 11:11:07 -0500
On Wed, 9 Mar 2005 09:01:10 -0700, Brian O'Brien <email@hidden> wrote:
> From within Objective C I want to run an OS X application...
> I know about fork/exec etc. but is there a different way?
> I also need notification that the application has exited.
See NSWorkspace, in particular launchApplication:
> (Not sure why this is but it seems to me that OS X application
> never really Exit, but they just kind of sit there on the menu bar
> till you 'Quit' them.)
Uh ... If you mean the applications don't quit when you close the last
window then, yes, such is the Mac Way. See the Human Interface
Guidelines if you're interested.
Guy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden