Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iTunes Zoom



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>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.