Re: Getting a custom Chromium-based application to work with NVDA
Brian's Mail list account
So surely then, that implies it should already know how to use it?
toggle quoted messageShow quoted text
Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field.
----- Original Message -----
From: "Joseph Lee" <joseph.lee22590@...> To: <nvda@nvda.groups.io> Sent: Thursday, December 20, 2018 1:54 PM Subject: Re: [nvda] Getting a custom Chromium-based application to work with NVDA Hi, For situations like this, an app module for the app must tell NVDA that a certain window is a Chrome document (via chooseNVDAObjectOverlayClasses method). A simple app aliasing (which is essentially what you’re doing with JAWS) won’t work in NVDA at the moment (in Python, app module aliasing is done by “from something import *”), as there is no app module for Chrome, as NV Access believes that the rendering engine used by Chrome is used in other situations. Cheers, Joseph From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Graham McDermott Sent: Thursday, December 20, 2018 3:11 AM To: nvda@nvda.groups.io Subject: [nvda] Getting a custom Chromium-based application to work with NVDA Hi, I have an application that is using an embedded Chromium browser to render to the screen. As such it exposes the accessibility interfaces available from Chrome. What do I need to do to get my application to be recognised by NVDA as a chromium-based browser, and use the Chromium ia2 code? In Jaws I can specify in a config file that my task (say "myapp.exe") is Chromium by putting an entry "myapp=Chrome" in the ConfigNames.ini file. Is there an equivalent in NVDA? Thanks, Graham
|
|