Better way to launch applications in Cocoa
Better way to launch applications in Cocoa
- Subject: Better way to launch applications in Cocoa
- From: matt jaffa <email@hidden>
- Date: Sat, 25 Jun 2005 15:56:22 -0600
Hi,
In my System Preferences app I made I use it to launch a helper app. I am using
[[NSWorkspace sharedWorkspace] launchApplication:@"PATH"].
This launches my app fine but I want it to not take away focus from
the System Preferences app I wrote. Is there some other API that I can
use that won't take focus away from my app? I tried messing around
with Carbon API LaunchApplication(...), but didn't get it working and
is kinda a hassle to try get it working.
Thanks,
Matt
_______________________________________________
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