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: David Crowe <email@hidden>
- Date: Sun, 19 Jan 2003 19:38:03 -0700
David Crowe wrote:
> I can't find anything in AppleScript that allows me to make a
minimized window
> visible.
Hugh Dixon wrote:
If window 2 is minimized in the Dock, and you want to display it:
Set bounds of window 2 to {57, 91, 1150, 865}
Works OMM (OSX 10.1.5, Word X)
HTH
Hugh
... This works well, with one caveat. One X coordinate (left or
right) needs to change from the current bounds of the window. Since,
in my case, it is likely to stay the same, I set the bounds twice,
once with an X coordinate (and, for good measure, a Y coordinate,
although this doesn't seem to matter) set to one pixel off where I
want it. Then I set the bounds again with the right numbers.
- David Crowe
_______________________________________________
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.