Re: Locating A Menu Item
Re: Locating A Menu Item
- Subject: Re: Locating A Menu Item
- From: Hugo Benitez <email@hidden>
- Date: Tue, 29 Jul 2003 12:07:50 -0500
Jim,
Also, I have been trying to find out a way to connect to internet
without launching Internet Connect application (wouldn't it be nice to
have something similar to what Entourage does when it needs to connect
to check mail and afterwards disconnect automatically?).
To do this, the only way I found was to use "Extra Suites" (or iKey) to
make the connection by moving the mouse to the modem icon location at
the right of the menu bar, click the mouse, go down and press return.
tell application "Extra Suites"
move mouse {1140, 10} -- this is my modem icon location
click mouse
delay 1
type key "down arrow"
type key "return"
end tell
I have not been able to do the same by using System Events' "click at"
command.
I hope this helps.
Best regards,
Hugo
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.