Re: Calling AppleScript Methods from Obj-C
Re: Calling AppleScript Methods from Obj-C
- Subject: Re: Calling AppleScript Methods from Obj-C
- From: Nathan Day <email@hidden>
- Date: Sun, 30 Jun 2002 18:04:12 +0930
There is a class called _NSAppleScript, there is no header file for it
yet, it will become public in jaguar, but my understanding is that not
much will change other than _NSAppleScript will change to NSAppleScript,
so you can us _NSAppleScript and not expect to have to change much
except change every occurrence of _NSAppleScript. You could try using a
program like class-dump (find it at stepwise) to generate the header
files for you.
On Saturday, June 29, 2002, at 02:35 AM, Bryan Lund wrote:
From an AppleScript Studio script I can use "call method" to call an
Obj-C
method.
But is there a way to call an AppleScript method from Obj-C?
_______________________________________________
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.