On 6/26/02 15:02, Dan Frakes wrote:

> Using your script, I made a VERY simple script:
> 
> 
> tell application "Microsoft Entourage"
>   set myWindow to window 1
>   execute schedule "10 minute check"
>   select myWindow
> end tell


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.

George

-- 
George Clark - [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