Re: Hiding OE's window
Re: Hiding OE's window
- Subject: Re: Hiding OE's window
- From: Andy Wylie <email@hidden>
- Date: Sat, 02 Mar 2002 10:31:19 +1300
on 2/3/02 7:56 AM, Paul Berkowitz at email@hidden wrote:
>
But why not just do something like this?
>
>
tell application "Microsoft Entourage"
>
set theWindow to window 1
>
set lastIndex to index of last window
>
if lastIndex > 1 then select window 2 -- brings next window to front
>
-- do stuff
>
select theWindow --brings it back to the front
>
end tell
leaving the "Progress" window open and attaching 'select window "Progress"'
script to a schedule works fine for me.
_____________________________ 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.