Re: Hiding OE's window
Re: Hiding OE's window
- Subject: Re: Hiding OE's window
- From: Andy Wylie <email@hidden>
- Date: Sun, 03 Mar 2002 13:55:18 +1300
on 3/3/02 11:33 AM, Kai Edwards at email@hidden wrote:
>
As I understand it, you're trying to toggle the visible of a particular
>
window in OE.
>
>
Would something like this help?
>
>
property oew : ""
>
tell application "Outlook Express"
>
activate
>
if oew = "" then
>
set oew to window 1's name
>
set visible of window oew to false
>
else
>
set visible of window oew to true
>
set oew to ""
>
end if
>
end tell
>
I'm pleasantly surprised this works because the dictionary says 'visible
boolean [r/o]'.
I note Akua's 'the open windows with invisibles' reports the "Progress"
window is always open but others not.
_____________________________ Andy
_______________________________________________
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.