On Fri, 22 Apr 2005 13:07:12 -0400, "Christopher Hickman" <email@hidden>
said:
>I saw here <http://developer.apple.com/cocoa/applescriptforapps.html> how to
>expose Objective-C methods to AppleScript using an sdef, but does anyone
>know if you can expose handlers and properties for the scripts in your
>AppleScript Studio app?
You cannot. Your app's dictionary is the ASK dictionary. However, you can
make your app Cocoa-scriptable, and I have shown an example of doing this.
In effect, your app's dictionary is then the ASK dictionary plus any new
verbs and classes defined through Cocoa scripting. The problem then, when a
command comes in, is how to communicate from Cocoa to your AppleScript code,
and that's not so easy either! m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-studio/email@hidden
This email sent to email@hidden