Hiding OE's window
Hiding OE's window
- Subject: Hiding OE's window
- From: Gnarlodious <email@hidden>
- Date: Fri, 01 Mar 2002 08:14:07 -0700
For some reason I can only get this to work one way, it will hide the window
but not show it. Is this why the dictionary says "Read Only"?
property oew : 0
tell application "Outlook Express"
activate
if oew = 0 then
set oew to 1
set visible of window 1 to true
else
set oew to 0
set visible of window 1 to false
end if
end tell
Rachel
http://www.gnarlodious.com
_______________________________________________
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.