• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Hiding OE's window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Hiding OE's window
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: RE: Wind Chill (corrected & full)
  • Next by Date: Re: Mathematical Expressions for Wind Chill Script
  • Previous by thread: Update to the recent post: URL Access Scripting very strange error or is it mine...
  • Next by thread: Re: Hiding OE's window
  • Index(es):
    • Date
    • Thread