• 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
Re: Releasing "docked" windows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Releasing "docked" windows


  • Subject: Re: Releasing "docked" windows
  • From: Christopher Nebel <email@hidden>
  • Date: Sat, 15 Jan 2005 13:23:05 -0800

On Jan 15, 2005, at 12:52 PM, Marc K. Myers wrote:

I'm wondering if there's a way to script "undocking" windows that have been minimized to the right side of the dock.

The recommended way for an application to support this is to have a "minimized" property on its windows -- set it to true to minimize a window, and false to unminimize it. All Cocoa applications have this property, but they call it "miniaturized" instead. For example:


tell application "TextEdit"
set miniaturized of every window to true -- minimize all the windows.
set miniaturized of every window to false -- bring 'em all back.
end



--Chris Nebel AppleScript Engineering

_______________________________________________
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


References: 
 >Releasing "docked" windows (From: "Marc K. Myers" <email@hidden>)

  • Prev by Date: Droplet in Bookmark Tool bar of Safari/Firefox?
  • Next by Date: ATT: Jeff Moore ~ Controlling Subwoofer ('05)
  • Previous by thread: Releasing "docked" windows
  • Next by thread: Re: Releasing "docked" windows
  • Index(es):
    • Date
    • Thread