On or near 6/26/02 4:37 PM, George Clark at [EMAIL PROTECTED] observed:

> In Entourage X at least, you can also simply do:
> 
>   select main window
> 
> which would reduce the above to:
> 
>   tell application "Microsoft Entourage"
>       execute schedule "10 minute check"
>       select main window
>   end tell
> 
> Of course, it presupposes that the main window is visible.

I would presume you can put in an error trap:

  tell application "Microsoft Entourage"
      execute schedule "10 minute check"
    try
      select main window
    on error
        make new browser window
    end try 
  end tell

Works for me in X.
-- 
My web page: <http://home.earthlink.net/~allenwatson/>
My scripts page: <http:homepage.mac.com/allenwatson>
Microsoft MVP for Mac Entourage/Word--<[EMAIL PROTECTED]>


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to