Scripting toolbar, etc windows

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

Scripting toolbar, etc windows

Post by Robert Poland »

Hi, I'm trying to Script toolbar, etc window positions. This script doesn't get position. Any suggestions? try 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 -- "Bring All to Front" if (get name of menu item 16) is "Show Toolbox" then click menu item 16 end tell set {w, x} to position of window "Toolbox" end tell end tell end try w -- Bob Poland - Fort Collins, CO http://www.ibrb.org/
Post Reply