Re: Minimized of collapsed of windows
Re: Minimized of collapsed of windows
- Subject: Re: Minimized of collapsed of windows
- From: John Delacour <email@hidden>
- Date: Tue, 18 Feb 2003 13:45:58 +0000
- Mac-eudora-version: 6.0a6
At 10:17 am +0100 18/2/03, Barbara Mueller wrote:
I am trying to find out about the minimized of collapsed property of
a window, e.g.:
tell application "Script Editor"
tell application "System Events"
tell process "Script Editor"
get minimized of last window
But both expressions "collapsed" or "minimized" won't work.
Any other ideas how to get the desired property?
These properties are not available in this context, as you will see
if you run this script:
tell application "System Events"
tell process "Script Editor" to get the properties of the back window
end tell
JD
_______________________________________________
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.