Making my application scriptable
Making my application scriptable
- Subject: Making my application scriptable
- From: Ben Mackin <email@hidden>
- Date: Thu, 31 Jul 2003 20:08:58 -0700
I am trying to make my application scriptable. I have been following the
HelloCocoaAppleScript project and files to try and get things going. So far,
things look good. I can syntax check a script, and the commands and stuff
are recognized. The problem is when I try and run the script, I get an
NSReceiversCantHandleCommandScriptError error.
I have looked through both my code and my scriptsuite file and everything
looks in order. I made sure that the command in the script does go to a
proper command in my code, and it does, so I am at a bit of a loss.
Thanks for any and all help with this matter.
Ben
_______________________________________________
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.