Thanks a lot Paul (very helpful info...) and Barry For your help.

When I tried the script below - it said parameter error and highlighted the
line:


set bounds of window 1 to {50, 50, 989, 745}

I also tried (based on Paul's info):
set bounds of displayed message to {50, 50, 989, 745}

And ...

tell application "Microsoft Entourage"
    set selectedMessages to every message window
    repeat with theMessage in selectedMessages
        open theMessage


(-- I tried both of these but nada... Yet)
set bounds of displayed message to {50, 50, 989, 745}
set bounds of window 1 to {50, 50, 989, 745}

    end repeat
end tell



I'm not sure how to fix this...?

On 1/15/05 11:25 AM, "Barry Wainwright" <[EMAIL PROTECTED]> wrote:

> tell application "Microsoft Entourage"
>     set selectedMessages to current messages
>     repeat with theMessage in selectedMessages
>         open theMessage
>         set bounds of window 1 to {50, 50, 989, 745}
>     end repeat
> end tell




--
Thanks - RevDave
[EMAIL PROTECTED]
[db-lists]


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