Re: Mail windows
Re: Mail windows
- Subject: Re: Mail windows
- From: Robert Poland <email@hidden>
- Date: Tue, 17 Feb 2009 11:16:44 -0700
Hi,
In my continuing quest to position the windows in "Mail" I have this snippet, that doesn't work. This stays at the window that is frontmost when the scrip is run.
Any ideas?
tell application "Mail" activate activate window 1 beep delay 1 activate window 2 beep 2 delay 1 activate window 3 beep 3 end tell
On Feb 16, 2009, at 10:54 AM, Robert Poland wrote: Wizards,
How does one identify the Inbox and Message windows.
Since the Mail windows seem to wander a lot (mainly the Message window) I made a script that re-positions the Message window.
Currently whichever window is frontmost gets the positioning action.
I would like to add the Inbox window to this script but can't seem to identify it.
Tried; tell (window id 135) tell window "Inbox (15 messages)" -- name at top of window tell window 1 tell window 2
Bob Poland - Fort Collins, CO
Bob Poland - Fort Collins, CO
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >Mail windows (From: Robert Poland <email@hidden>) |