Re: Running Applescript from Cocoa
Re: Running Applescript from Cocoa
- Subject: Re: Running Applescript from Cocoa
- From: Nathan Day <email@hidden>
- Date: Sat, 10 Aug 2002 03:26:41 +0930
use [NSWorkspace openFile:withApplication:] or wait for jaguar and you
will be able to run the AppleScripts inside your program thanks to
NSAppleScript.
On Thursday, August 8, 2002, at 12:45 PM, Lance Pysher wrote:
I have several applescript droplets I would like to access from
within cocoa. Is there a way to run these from within cocoa rather than
digging through all the codes in ScriptDebugger and rewriting the
scripts in cocoa. The NSApp method openApplication:withFile seems to
send a run message to the droplet rather than an open message
Lance
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
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.