View Single Post
Quote:
Originally Posted by tjfallis@blackrockmarketi
Curt,

Thanks - I did what you suggested and the Script Editor indicated that I hadn't clicked the “Enable access for assistive devices" box in the Universal Access Preference pane.
What do you mean that "Script Editor indicated"? How did it do so? Did you get an error message in a sheet attached to the Script Editor window? Or did the Sys Pref pane open and an alert dialog appear?

Quote:
However, I had, in fact, checked this box (and restarted) so I'm still stuck.
What version of the OS are you running? Is it localized to a non-English language? Do you have version 0.5.1 of the scripts?

Have you tried changing the content inclusion mode of the script? That is, change this line:
Code:
property contentInclusionType : selectedText
to
Code:
property contentInclusionType : fullContent
This last thing will bypass the assistive devices check so we can see if the rest of the script works.
__________________
Cheers,

Curt