Scripting toolbar, etc windows
Scripting toolbar, etc windows
- Subject: Scripting toolbar, etc windows
- From: Robert Poland <email@hidden>
- Date: Mon, 20 Mar 2006 08:05:58 -0700
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/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden