Quick Question On Make Cocoa App Scriptable
Quick Question On Make Cocoa App Scriptable
- Subject: Quick Question On Make Cocoa App Scriptable
- From: "Joshua D. Orr" <email@hidden>
- Date: Tue, 12 Feb 2002 16:13:58 -0700
I have it to the point where the following will work:
set x of point 1 of front document to 3
but when I try to make a new point, it will not work:
make new point
I have tried make new point at points of front document, and various
other wordings but it does not seem to work.
Is there some method that my document subclass needs to implement in
order for this to work, or am I going to have to create some kind of
custom command and method in order to create new points?
I have tried looking though the documentation related to make cocoa apps
scriptable, but with no success.
_______________________________________________
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.