• 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
Re: Hiding OE's window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Hiding OE's window (From: Kai Edwards <email@hidden>)

  • Prev by Date: Re: Photoshop 6.0.1 Droplets and Applescript
  • Next by Date: Re: Hiding OE's window
  • Previous by thread: Re: Hiding OE's window-SOLVED
  • Next by thread: Re: Hiding OE's window
  • Index(es):
    • Date
    • Thread