Re: Minimize work, but Maximizing Applications doesn't work
Re: Minimize work, but Maximizing Applications doesn't work
- Subject: Re: Minimize work, but Maximizing Applications doesn't work
- From: "J. Stewart" <email@hidden>
- Date: Sat, 11 Mar 2006 04:18:09 -0500
On 3/11/06 at -0800 Sean P. Kane said this
>and it works fine, but the following code does nothing at all. It does
>not even produce an error:
>
> tell application "iTunes"
> try
> set collapsed of window 1 to false
> on error
> error "Could not maximize iTunes." number 124
> end try
> end tell
>
>am I missing something really obvious? Is there something I need to do
>to actually get the window to unminimize?
Try -
tell application "iTunes" to set collapsed of window 1 to not collapsed of window 1
As a toggle for collapsing/uncollapsing the window it works fine OMM using iTunes 6.0.4
JBS
--
Inside every older person is a younger person wondering "What happened?"
_______________________________________________
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