Re: iTunes window
Re: iTunes window
- Subject: Re: iTunes window
- From: david <email@hidden>
- Date: Sat, 31 May 2003 23:33:42 -0400
On Saturday, May 31, 2003, at 12:06 PM, cheshirekat wrote:
Here's the script I'm working with.
** begin script
tell application "iTunes"
set the preferredBounds to {30, 20, 1225, 780}
set the frontWinName to the name of window 1
if the frontWinName is "iTunes" then
set the bounds of the front window to the preferredBounds
end if
end tell
** end script
I would like to be able to set the bounds of the iTunes browser window,
even if it's not frontmost. Sometimes the equalizer window is open.
tell application "iTunes"
set the bounds of the window "iTunes" to {30, 20, 1225, 780}
end tell
david in maine
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.