dmetzcher
Metzcher.com
Using TextEdit, I should be able to enter a line of AppleScript code, highlight it, and then click TextEdit -> Services -> Script Editor -> Get Result of AppleScript. This does not seem to work. In fact, nothing under Script Editor in the Services menu seems to work.
Here's what I'm trying, just to keep things simple.
Highlighting the above code and clicking TextEdit -> Services -> Script Editor -> Get Result of AppleScript should bring up a dialog with the word "hello" in it, but nothing happens.
Am I doing something wrong here? Any help would be appreciated. Thanks!
Here's what I'm trying, just to keep things simple.
Code:
display dialog "hello"
Am I doing something wrong here? Any help would be appreciated. Thanks!