Re: Microsoft Word - bringing a window to the front...
Re: Microsoft Word - bringing a window to the front...
- Subject: Re: Microsoft Word - bringing a window to the front...
- From: Philip Aker <email@hidden>
- Date: Mon, 20 Jan 2003 07:46:09 -0800
On Sunday, January 19, 2003, at 06:38 PM, David Crowe wrote:
I can't find anything in AppleScript that allows me to make a
minimized window visible.
If you have the new UI scripting installed you can use something like:
tell application "System Events"
tell process "Dock"
click button "the name of my window minimized in the Dock"
end tell
end tell
Philip Aker
http://www.aker.ca
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.