Why
Why
- Subject: Why
- From: louie <email@hidden>
- Date: Tue, 17 May 2011 12:21:05 -0700
Hi all,
The below script clicks the dropbox icon that is on the menu bar. The voice over screen reader can't navigate to the dropbox icon on the menu bar. I have to quit delay then activate voice over to get the script to run correctly. Anyone know why I have to quit delay then activate to get the script to run correctly?
Thanks for any information.
say "Please stand by"
set volume with output muted
tell application "VoiceOver"
quit
delay 0.1
activate
end tell
do shell script "'/Users/louie/UnixBins/MouseTools' -x 711 -y 10 -leftClick"
set volume without output muted
louie
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
- Follow-Ups:
- Re: Why
- From: Jan-Bultereys <email@hidden>