Re: Hiding OE's window
Re: Hiding OE's window
- Subject: Re: Hiding OE's window
- From: Gnarlodious <email@hidden>
- Date: Fri, 01 Mar 2002 13:31:15 -0700
Entity Paul Berkowitz spoke thus:
This trick works:
property oew : 0
tell application "Outlook Express"
activate
if oew = 0 then
set oew to 1
tell application "Finder"
open "Apple:Applications:Internet:Outlook Express:Outlook
Express" as alias
Is there any shorter way to say it,since the app is already open?
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.