Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Known issues:
1. AccProbe does not set SPI_SETSCREENREADER flag when running. To enable the ACC support in this case, check the check box With the text "Support assistive technology tools" at Tools -> Options -> Apache OpenOffice -> Accessibility -> Miscellaneous options. If it was already checked, uncheck it, click OK button and then open the options dialog again and check the check box, click OK button. Check the Accessibility Properties tab page in AccProbe. If there are some lines show about the ia2 information, congratulations! : )

2. (already fixed) -The dll registration informations of the "uacccom.dll" in the Windows registry cannot be removed after the AOO uninstall. This issue will make firefox's IA2 interfaces inaccessible. It will be fixed in the future.

...

Code Block
@ECHO OFF
regsvr32 /u UAccCOM.dll

-