C
cw
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Email Client: Exchange
Dear all,
after much searching around, I had to give up on a (seemingly) very simple issue: given that entourage cannot create custom buttons, I want to create a script OR a shortcut that selects "Tools -> Spelling Language -> German" from the menu.
Setting the language is apparently not scriptable per se, so I tried the following script:
tell application "System Events"
tell process "Microsoft Entourage"
select menu item "German" of menu 1 of menu item "Spelling Language" of menu 1 of menu bar item "Tools" of menu bar 1
end tell
end tell
This works like a charm if you press "run" in the script editor BUT if you run it from inside entourage you get the spinning wheel and nothing happens. Does anybody have an idea, why?
Having been disappointed by that route I tried the "create keyboard shortcut" option using system preferences. I can apparently select everything by assigning a shortcut to it, EXCEPT for the languages - again, nothing happens here, even though the entry "German", for example, beautifully picks up the shortcut I've assigned to it in the menu.
Any help would be much appreciated! [Haven't tried Keymaster yet, as I don't want to shell out money yet for something that seems so simple ]
Cheers,
Christian
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Email Client: Exchange
Dear all,
after much searching around, I had to give up on a (seemingly) very simple issue: given that entourage cannot create custom buttons, I want to create a script OR a shortcut that selects "Tools -> Spelling Language -> German" from the menu.
Setting the language is apparently not scriptable per se, so I tried the following script:
tell application "System Events"
tell process "Microsoft Entourage"
select menu item "German" of menu 1 of menu item "Spelling Language" of menu 1 of menu bar item "Tools" of menu bar 1
end tell
end tell
This works like a charm if you press "run" in the script editor BUT if you run it from inside entourage you get the spinning wheel and nothing happens. Does anybody have an idea, why?
Having been disappointed by that route I tried the "create keyboard shortcut" option using system preferences. I can apparently select everything by assigning a shortcut to it, EXCEPT for the languages - again, nothing happens here, even though the entry "German", for example, beautifully picks up the shortcut I've assigned to it in the menu.
Any help would be much appreciated! [Haven't tried Keymaster yet, as I don't want to shell out money yet for something that seems so simple ]
Cheers,
Christian