Running Java/Obj-C code with NSAppleScript
Running Java/Obj-C code with NSAppleScript
- Subject: Running Java/Obj-C code with NSAppleScript
- From: Moray Taylor <email@hidden>
- Date: Wed, 16 Jul 2003 16:34:53 +0100
Hi,
Here's what I want to do...
The user of my program writes an AppleScript that gets executed through
the normal NSAppleScript methods, this works great, no problems.
However I want that user suppled AppleScript to be able to access
certain internal functions of my program (which happens to be
Java/Cocoa based.) I have read about the 'call method 'foo" of class
"bar"' stuff, but this only appears to work for AppleScripts that are
internal to my program, external AppleScript scripts don't recognize
the 'call method' stuff. Is there anything I can do about this?
Thanks in advance
Moray
_______________________________________________
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.