Re: Scripting OmniGraffle Redux
Re: Scripting OmniGraffle Redux
- Subject: Re: Scripting OmniGraffle Redux
- From: Timothy Bates <email@hidden>
- Date: Mon, 13 May 2002 14:03:22 +1000
- .mxoez?+: O?W^h1]g}IB\WO2A=6#`2^rL?jAu,r8EcKz@UG.r.7[$&Ym;j8^Wp;/KAlcda MO/$} $"[ c?\#d@cuN
- 9+kli1>@: KaeEcbn$EIG)tY@^[7y`lyrI<4S(cnqzmTD&4<tTkuNR(4dweN}SUlDX/X^c>"
>
Thanks Timothy Bates for the tip on Copy as AppleScript in OminGraffle
>
It is indeed a fascinating bit that makes creating shapes a lot easier.
Y're welcome
>
I had some time to do some testing in scripting OmniGraffle yesterday and I
>
turned my efforts into an article that might be of interest to others who
>
are feeling their way in various scripting techniques. (I hope the scripting
>
pros will not be too merciless in belittling my code.)
Thank you: the more of us that do this the better for everyone
>
I adapted a script that I use as an RSS Reader to making OmniGraffle into a
>
pretty hip news reader.
>
http://www.blankreb.com/studioarticles.php?ID=9
Cool
>
One thing I couldn't figure out was how to tell OmniGraffle to make a new
>
document.
The best bet in applescript is just to write down what you think to yourself
and see if it works, in this case, you said make new document, so ...
tell application "OmniGraffle"
make new document
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.