NSTask's launchedTaskWithLaunchPath:arguments: versus NSWorkspace's launchApplication:
NSTask's launchedTaskWithLaunchPath:arguments: versus NSWorkspace's launchApplication:
- Subject: NSTask's launchedTaskWithLaunchPath:arguments: versus NSWorkspace's launchApplication:
- From: Mattias Arrelid <email@hidden>
- Date: Thu, 20 Dec 2007 18:22:46 +0100
Hi,
We have an application that needs to launch another application from
within itself. Now, we could either do this using NSTask's
"launchedTaskWithLaunchPath:arguments:" or getting the shared
workspace from NSWorkspace and send "launchApplication:" to it.
Now the problem is that we want the newly launched application to (1)
get focus (e.g. we want it to be the active application from now on)
and (2) to be able to receive the regular command line arguments we
send it. The two above mentioned operations either accomplishes 1
(NSWorkspace) or 2 (NSTask) but not both simultaneously.
Does anyone know how I could solve this?
Thanks in advance, and merry christmas.
Mattias
_______________________________________________
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