Thanks, This gives me a place to start. I am also looking for some way to re-initialize browse mode. I see reload which reloads the buffer. Is there anything else which would cause browse mode to re-initialize itself? Thanks, Jeff Weiss
-----Original Message----- From: Ron Parker [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2008 3:21 PM To: [email protected] Subject: Re: BrowseMode Check the scripting manual under the "BrowseModeState" enumeration. 0 - Disabled 1 - Enabled 2 - Suspended 3 - Loading 4 - Active. Some of those could use a bit more explanation, Aaron. Disabled means that Browse Mode is off. Enabled means that Browse Mode is enabled for the active window, but we haven't started loading the page yet. Suspended means that Browse mode is enabled for some window that isn't the active window, and it contains the contents of that window. Loading means we're currently reading the contents of the page into the browse mode buffer. Active means Window-Eyes is in browse mode. Jeff Weiss wrote: > I am trying to write a script to control BrowseMode. > I can reade the state of Browse mode by using > > BrowseMode.State > > So far, this has yielded > 0 when browse mode is off > 4 when browse mode is on in internet explorer > 1 -- > 2 -- > 3 -- > > I would like to know if anyone has a list of all the state values for > browse mode. > Also, how do you change the state to off or to on if it is not at the > desired state? > Thanks, any help appreciated. > Jeff Weiss >
