On 1/20/05 7:47 AM, "Barry Wainwright" <[EMAIL PROTECTED]> wrote:

> Strange - it works for me (my original script, that is).
> 
> Are you sure you got it with no typos?
> 
> Try loading the script with this URL to be sure:
> 
> http://tinyurl.com/6bomq
> 
> Also, what version of OS & Entourage are you running?

10.3.5 and erage 11.1.0...

It still says parameter error and highlights:

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

- - -

I noticed that I loaded a demo of

http://www.balance-software.com/ittec/

And that screwed up some finder window scripts...

I deleted all bits of it - but problem still persists...

I also shut off quickeys 2.x for the test but didn't help...



> 
> 
> 
> -- 
> Barry Wainwright
> Microsoft MVP (see http://mvp.support.microsoft.com for details)
> Seen the All-New Entourage Help Pages? - Check them out:
>         <http://www.entourage.mvps.org/>
> 
> 
>> From: revDAVE <[EMAIL PROTECTED]>
>> Reply-To: "Entourage:mac Talk" <[email protected]>
>> Date: Wed, 19 Jan 2005 11:45:04 -0800
>> To: "Entourage:mac Talk" <[email protected]>
>> Subject: Re: Window Message Resize
>> 
>> 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/>
>> 
> 
> 
> -- 
> 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/>
> 
> 
> 


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