Re: Quick Question On Make Cocoa App Scriptable
Re: Quick Question On Make Cocoa App Scriptable
- Subject: Re: Quick Question On Make Cocoa App Scriptable
- From: Mark Piccirelli <email@hidden>
- Date: Fri, 15 Feb 2002 16:24:37 -0800
Joshua --
In the AppleScript Standard Suite, the "at" argument to the Make comment
is not optional. Try something like:
make new point at beginning of points of front document
We're thinking of making the "at" argument in Cocoa Scripting's
implementation of the Make command optional, just because so many
scripters seem to expect it.
-- Mark
On Tuesday, February 12, 2002, at 03:13 PM, Joshua D. Orr wrote:
>
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.