Re: Launching other (GUI) applications
Re: Launching other (GUI) applications
- Subject: Re: Launching other (GUI) applications
- From: j o a r <email@hidden>
- Date: Mon, 7 Apr 2003 20:27:28 +0200
Use NSWorkspace:
- (BOOL) launchApplication:(NSString *) appName
Hint: When looking for classes / methods for GUI apps, search in AppKit
and not in Foundation.
j o a r
On Monday, Apr 7, 2003, at 20:05 Europe/Stockholm, Steve Woodward wrote:
I've searched the archives but didn't come up with an answer. I'm
looking for a way to launch other OS X applications from a Cocoa
application. I've read about NSTask and NSPipe, but so far everything
seems to be related to executing terminal commands.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.