Re: Releasing "docked" windows
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