Re: voice over menu script

2009-09-09 Thread Jonathan Cohn
OK, I looked at this a bit. The way to start an application is to use tell for it... So the below worked for me. tell application VoiceOver Utility activate end tell On Sep 8, 2009, at 2:01 PM, Yuma Antoine Decaux wrote: Hi everyone, After reading quite a few things and testing

Re: voice over menu script

2009-09-09 Thread Yuma Antoine Decaux
Hi John, I thought voiceover utility couldn't be openend directly from the tell command as it wasn't in the suites in the library...lol Well, that does clear it up, got much more to read :) Best Yuma --~--~-~--~~~---~--~~ You received this message because

voice over menu script

2009-09-08 Thread Yuma Antoine Decaux
Hi everyone, After reading quite a few things and testing out for myself, i've gotten to understand certain basics. I wrote this little piece of code to open up the voice over utility tell application Finder open application VoiceOver Utility end tell the script returns no error, the