Locating objects via AppleScript
Paul Hammant <[email protected]>
| Newsgroups | gmane.comp.graphics.omnigraffle.user |
|---|---|
| Message-ID | <[email protected]> |
It is easy to have a reference to an object after AppleScript
creation :-
make new shape at end of graphics with properties {size:{28.0,
29.0}, origin:{176.849121, 152.540253}, rotation:144}
set myShape to the result
But how do you locate/find a prexisting object ?
I'd like to be able to locate via one the the key/value properties
Regards,
- Paul