on 08/06/2005 13:40, Scott Haneda at [EMAIL PROTECTED] wrote:

> on 6/7/05 8:31 PM, Barry Wainwright at [EMAIL PROTECTED] wrote:
> 
>> On 8/6/05 01:06, "Scott Haneda" <[EMAIL PROTECTED]> wrote:
>> 
>>> How can I get Erage 2004 to create a new message in a certain position on my
>>> screen, not the upper left corner.
>> 
>> I've no idea. I wish I could. :(
> 
> Barry, you are an AS guru :-) Cant we create an AS that makes a new message
> and sets the bounds to a certain size and position?
> 
> Then, I wonder, if we assign a k-board command to it, will it over-ride the
> default cmd-N behavior?

Oops. Hit the wrong key.

Anything wrong with:

tell application "Microsoft Entourage"
    set msgWindow to make new draft window
    set bounds of msgWindow to {100, 100, 500, 500}
end tell

Hmm. Now that I have done that, Entourage now uses those bounds when I
create any new message. I will have to determine what the bounds are that I
want and run the script again, so that a new window will be that size.

-- 
Matthew Smith


-- 
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