Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SiRecognizer #198

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 6 comments
Closed

Support for SiRecognizer #198

nvaccessAuto opened this issue Jan 1, 2010 · 6 comments
Milestone

Comments

@nvaccessAuto
Copy link

Reported by m.gregnanin on 2008-10-15 17:04
Hi James,

I would be really happy to include the captureumpc.py file, an appmodule for the SiRecognizer, in the main NVDA distribution. This files assures correct access to the recognized text box, a dot net two rich edit box that would be otherwise inacessible. This file has been created with the help of Peter Vagner and Gianluca Casalino.

Thanks,

Marco

@nvaccessAuto
Copy link
Author

Attachment captureumpc.py added by m.gregnanin on 2008-10-15 17:05
Description:
appmodule for the SiRecognizer

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2008-10-15 17:35
Mick, do we want to include this appModule as is or should we just add this class mapping into NVDAObjects.IAccessible._staticMap? It is specific to one application and probably won't work anywhere else, but it's entirely due to our inability to handle class name mapping based on string pattern matching.

@nvaccessAuto
Copy link
Author

Comment 2 by mdcurran (in reply to comment 1) on 2008-10-15 23:01
Replying to jteh:

Mick, do we want to include this appModule as is or should we just add this class mapping into NVDAObjects.IAccessible._staticMap?

If it is just mapping that class to give it RichEdit support then I think we should just add it to _staticMap. As in the near future we will improve the matching anyway. Saves the appModule being added and then being removed again when its not needed.

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2008-10-16 00:15
Committed in r2432. I modified our static window class name map rather than introducing the appModule.

Marco, can you please test (or get someone else to test) whether this works? You will need to wait until tomorrow when a snapshot for r2432 comes out or run from source. I am pretty certain it will work, but I can't test it myself.
Changes:
Changed title from "appmodule for SiRecognizer" to "Support for SiRecognizer"

@nvaccessAuto
Copy link
Author

Comment 4 by m.gregnanin (in reply to comment 3) on 2008-10-17 14:43
Hi James, hi Mick,

Marco, can you please test whether this works? You will need to wait until tomorrow when a snapshot for r2432 comes out or run from source. I am pretty certain it will work, but I can't test it myself.

Great! It works perfectly now with the SiRecognizer! Thanks for your time and efforts. Bye,

Marco

@nvaccessAuto
Copy link
Author

Comment 5 by jteh on 2008-10-17 22:30
Changes:
State: closed

@nvaccessAuto nvaccessAuto added this to the 2009.1 milestone Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant