On 2/26/04 4:53 PM, "Michael J. Kobb" <[EMAIL PROTECTED]> wrote:
>
> I'm writing a little script for Entourage, and its aim is to find a
> particular window and bring it to the front. I can find the window. How
> would I bring it to the front?
>
> I would have thought that I would set its index property to 1 (it's not a
> read-only property), but when I try this:
> set the index of myWindow to 1
>
> I get an "Unknown object type" error.
index is actually r/o (read-only) although the Dictionary doesn't say so.
(Minor bug.)
select myWindow
is the way to do it. For some reason 'select' never made it into the
dictionary. A bug.
--
Paul Berkowitz
--
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/>