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.
