Title: Re: Simple script question
On 8/11/02 1:58 AM, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:

> It compiles for me too, in Script Debugger and Script Editor X, but
> nevertheless, it's an error. You're trying to talk to the front window of
> Entourage. But you've taken it out of the Entourage tell block (why?). So it's
> compiling because all those terms 'front', 'window', 'class', 'message
> window', 'close' - are all basic AppleScript terms. (I'm still wondering about
> 'message window' but that's how it appears here in AS 1.8.3/OS 10.1.5.) Bit
> they have nothing to do with Entourage- that part of the script won't do
> anything if a message is open in its own window.

You must have 24U Appearance Osax, Dan, as I do and as George evidently doesn't. 'message window' is one of its terms («class mWnd»), so that's why this is compiling for us but not for George. (Script Debugger's Manifest should have picked it up but didn't. It's probably confused because it finds 'message window' also in Entourage, which it also checks for terms. I'll tell Mark Alldritt about it.)

--
Paul Berkowitz

Reply via email to