Create an Cocoa Scriptable application :
Create an Cocoa Scriptable application :
- Subject: Create an Cocoa Scriptable application :
- From: Michaël DURANSON <email@hidden>
- Date: Mon, 08 Jul 2002 09:13:36 +0200
Hello,
I need help :
I want to create a scriptable cocoa application for mac os X .
When I create ` document-based application with standard script suite, it
work .
I add commands, attribute, class to this document-based application, it
work.
My probleme is :
When I create a Cocoa application (not a document-based),and i try to make
it scriptable,
with the same prucedure, it don't work.
I create a class : myClasse ( NSObject )
in this class ` make accessors prop, setProp and a command handler.
I create 2 file : a .ScriptSuite file and a script .Therminologie file.
I activate NSAppleScriptableApplication=Yes
What did I forget for make it work ?
Thanks.
_______________________________________________
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.