click button "Select"

This area contains the messages from the old Yahoo gcmac group after the port.
Post Reply
Robert Poland
Posts: 0
Joined: Sun Jan 03, 2010 3:45 pm

click button "Select"

Post by Robert Poland »

Hi, The following script will activate the toolbox but how can I activate the "Select" editing tool. tell application "GraphicConverter" to activate tell application "System Events" tell process "GraphicConverter" set frontmost to true tell menu "Window" of menu bar item "Window" of menu bar 1 click menu item 3 -- activate Toolbox if (get name of menu item 16) is "Show Toolbox" then click menu item 16 click button "Select" end if end tell end tell end tell Thanks, -- Bob Poland - Fort Collins, CO http://www.ibrb.org/
Post Reply