• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Minimize work, but Maximizing Applications doesn't work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minimize work, but Maximizing Applications doesn't work


  • Subject: Minimize work, but Maximizing Applications doesn't work
  • From: "Sean P. Kane" <email@hidden>
  • Date: Sat, 11 Mar 2006 00:22:15 -0800

I have an application that is running this code to minimize the itunes window:

tell application "iTunes"
		try
			set collapsed of window 1 to true
		on error
			error "Could not minimize iTunes." number 124
		end try
end tell

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?

Thanks,
Sean
 _______________________________________________
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

  • Follow-Ups:
    • Re: Minimize work, but Maximizing Applications doesn't work
      • From: "J. Stewart" <email@hidden>
  • Prev by Date: Re: Itunes - persistent ids not unique (or, managing double integers)
  • Next by Date: Re: Itunes - persistent ids not unique (or, managing double integers)
  • Previous by thread: Re: Itunes - persistent ids not unique (or, managing double integers)
  • Next by thread: Re: Minimize work, but Maximizing Applications doesn't work
  • Index(es):
    • Date
    • Thread