Sweet! select does indeed do the trick, thanks! There isn't by chance a way to open a new main window directly into Calendar view, is there? I'm doing this:
set the displayed area of (make new browser window) to the calendar area The window opens first into Mail view, then changes to calendar. Not bad, but a little slower than it might be if it opened directly. Thanks again, --Mike > 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. -- [T]his Court's obligation is to define the liberty of all, not to mandate its own moral code -- 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/>
