Kaydet (Commit) 2e243de2 authored tarafından Michael Stahl's avatar Michael Stahl

winaccessibility: README already outdated

Change-Id: Id0defc7e4fbe5b700362548559e08163a327399b
üst 455c3964
...@@ -15,7 +15,7 @@ source/service/ ...@@ -15,7 +15,7 @@ source/service/
internal accessibilty objects when events arrive. internal accessibilty objects when events arrive.
source/UAccCom/ source/UAccCom/
+ implementations of the MSAA / IAccessible2 interfaces + COM implementations of the MSAA / IAccessible2 interfaces
to provide native peers for the accessbility code. to provide native peers for the accessbility code.
source/UAccCOMIDL/ source/UAccCOMIDL/
...@@ -29,12 +29,7 @@ vcl/ <-> toolkit/ <-> accessibility/ <-> winaccessibility/ <-> UAccCom/ ...@@ -29,12 +29,7 @@ vcl/ <-> toolkit/ <-> accessibility/ <-> winaccessibility/ <-> UAccCom/
Debugging / playing with winaccessibility Debugging / playing with winaccessibility
First you need to ensure that UAccCOM.dll is registered, if this did You need to enable 'experiemental mode' in Tools->Options. After
not happen at install time use:
regsvr32 /absolute/path/to/program/UAccCOM.dll
Next you need to enable 'experiemental mode' in Tools->Options. After
that NVDA should work as expected. In order to use 'accprobe' to debug that NVDA should work as expected. In order to use 'accprobe' to debug
it is necessary to override the check for whether an AT (like NVDA) is it is necessary to override the check for whether an AT (like NVDA) is
running; to do that use: running; to do that use:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment