Re: AppleSkript & cocoa App
Re: AppleSkript & cocoa App
- Subject: Re: AppleSkript & cocoa App
- From: Brian Webster <email@hidden>
- Date: Tue, 25 Mar 2003 15:21:05 -0600
On Tuesday, March 25, 2003, at 08:02 AM,
email@hidden wrote:
Hi,
Is it possible to use appleskript sourcecode in the cocoa source?
Like tell a other application open an document or something?
Take a look at the NSAppleScript class in the Foundation framework. It
is available on 10.2 and later, and you can use it to either load a
precompiled script from disk or to compile an execute a script from
source text.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
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.