View Single Post
Where does one go to learn how to script OG? Reading the scripting dictionary only takes you so far.

My immediate problem: how to get/set the text in an existing text object.
So far, I haven't been able to figure out how to refer to the text object. In an existing drawing, how do I figure this out?

tell application "OmniGraffle Professional 4"
tell document "My Doc"
tell layer 1 of canvas 1
what goes in here?
end tell
end tell
end tell