Re: iTunes Zoom
Re: iTunes Zoom
- Subject: Re: iTunes Zoom
- From: Paul Skinner <email@hidden>
- Date: Wed, 30 Oct 2002 16:38:11 -0500
On Wednesday, October 30, 2002, at 03:20 PM, Rob Jorgensen wrote:
Howdy,
Someone asked for a script that would toggle the zoom status of a
window in iTunes.
tell application "iTunes" to set zoomed of front window to true
This will down-size a window (for lack of better terminology) but I
can't find a way to up-size a down-sized window. Am I missing
something obvious or is this a bug?
[iTunes 3.0.1 and OS 10.2.1]
Thanks!
Rob Jorgensen
tell application "iTunes"
set minimized of window 1 to true
delay 3
set minimized of window 1 to false
end tell
--
Paul Skinner
_______________________________________________
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.
References: | |
| >iTunes Zoom (From: Rob Jorgensen <email@hidden>) |