View Single Post
I'm trying to figure out how to change the fill color of a clicked-on object in OmniGraffle by means of an AppleScript run as the action for the object. Can someone give me a simple example. I've sort of half-guessed the following, but it doesn't work:

Code:
set the fill color of self to "red"
I love AppleScript, but AppleScript dictionaries sure are hard to decipher.