Title: Re: Setting the index of a window via Applescript
on 6/26/02 5:51 AM, Michael Scheurer at [EMAIL PROTECTED] wrote:
>Now I can answer my own question, how to stop the Progress window
>from popping up when checking mail.
Michael, your example helped me to solve a problem I've had running Entourage 2001 in Classic for quite a while! I'd been using ACTION Menus in OS 9 to assign a keyboard command to a schedule that checks each of my POP servers once ("Send & Receive All" isn't appropriate because I have an account set up for every permutation of sending SMTP server and return email address - which would end up checking every POP account about 7 times). When I moved to X, the keyboard command functionality of AM stopped working in Classic.
I've also been (mildly) annoyed that checking mail brings the progress window to the front.
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
and named it "Check Mail \scM"
Now I just hit control-shift-m and it executes my schedule and brings the main window back to the front!
OK, so it's not that big of a deal in the grand scheme of things; it's just cool to be able to have that functionality <grin>
- Re: Setting the index of a window via Applescript Michael Scheurer
- Re: Setting the index of a window via Applescript Michael W. Wellman
- Re: Setting the index of a window via Applescr... Michael Scheurer
- Re: Setting the index of a window via Appl... Michael W. Wellman
- Re: Setting the index of a window via ... Michael Scheurer
- Re: Setting the index of a window via Applescript Dan Frakes
- Re: Setting the index of a window via Applescr... Michael Scheurer
- Re: Setting the index of a window via Applescr... George Clark
- Re: Setting the index of a window via Appl... Allen Watson
- Re: Setting the index of a window via Appl... Michael Scheurer
- Re: Setting the index of a window via ... Paul Berkowitz
- Re: Setting the index of a window... Michael Scheurer
- Re: Setting the index of a wi... Paul Berkowitz
- Re: Setting the index of ... Michael Scheurer
