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

Reply via email to