You know something?  Apple should hire you!!!  seriously !!!  What are they 
waiting for?


Sincerely,
The Constantly Barefooted Ray!!!

A Very Proud and Happy Mac User!!!

E-Mail:
rforetjr at comcast dot net
Skype Name:
barefootedray

On Sep 30, 2010, at 11:13 AM, louie wrote:

Hi all,
I have found a way to open the dropbox menu.
By using the mouse tools from:
[InternetShortcut]
URL=http://www.hamsoftengineering.com/codeSharing/MouseTools/MouseTools.html

The below apple script opens the dropbox menu on my Mac.
The x y coordinates may differ on your Mac.

-- move the mouse to the x/y coordinates (as measured from the top-left part of 
the screen) and perform a mouse left-click
set mouseToolsPath to (path to home folder as text) & "UnixBins:MouseTools"
set x to 763
set y to 17

do shell script quoted form of POSIX path of mouseToolsPath & " -x " & (x as 
text) & " -y " & (y as text) & " -leftClick"

louie
[email protected]



-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to