On 6/26/02 5:16 PM, "Michael Scheurer" <[EMAIL PROTECTED]> wrote:
> on 27/6/02 9:37, George Clark wrote:
>
>> tell application "Microsoft Entourage"
>> execute schedule "10 minute check"
>> select main window
>> end tell
>
> That doesn't take into account the fact that a message rather than the Main
> Window might be the front most window...
Make use of the index property:
tell application "Microsoft Entourage"
execute schedule "10 minute check"
select window 2
end tell
--
Paul Berkowitz
--
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/>