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: deivy petrescu <email@hidden>
- Date: Sat, 11 Mar 2006 19:21:00 -0500
On Mar 11, 2006, at 18:02, J. Stewart wrote:
Paul,
10.4.5 on a G5 DP is what I have. I tested it in Script Debugger 4.
Interestingly the OP's code doesn't work (it should) but the code I
posted does work (here). There is a subtle difference between saying -
set collapsed of window 1 to false -- which fails
and
set collapsed of window 1 to not collapsed of window 1 -- which
doesn't
I agree with you though, effectively it SHOULD be the same. It
would appear that there may be a bug crawling around in the iTunes
implementation.
There is one factor that might be making a difference. I did a
clean re-install of the OS (on the G5) last week due to a hard
drive failure. The OS was completely updated (10.4.5) before I re-
installed any other apps.
JBS
Actually your code does *not* work for me!
While Paul's code works fine, I came to this kind of strange behaviour.
Running this script in iTunes makes me a bit confuse.
<script>
tell application "iTunes"
set the collapsed of window 1 to true --> windows collapse
tell window 1
get the visible --> true ???
get name
set the visible to (get the visible) --> windows come back !!!
end tell
end tell
</script>
_______________________________________________
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