|
Re: Ideas on Add on development
I will try to finish an add-on that should work with most JetBrains
tools in the next few days... It is based on an add-on already created
with some, I think, useful enhancements...
Cheers,
Pawel
I will try to finish an add-on that should work with most JetBrains
tools in the next few days... It is based on an add-on already created
with some, I think, useful enhancements...
Cheers,
Pawel
|
By
Pawel Urbanski
·
#44938
·
|
|
Ideas on Add on development
Hi there!
I am Trying to build an add on for NVDA, which improves accessibility for IntelliJ.
When I Debug the code in IntelliJ.
The system Focus is staying in editor but NVDA focus is going
Hi there!
I am Trying to build an add on for NVDA, which improves accessibility for IntelliJ.
When I Debug the code in IntelliJ.
The system Focus is staying in editor but NVDA focus is going
|
By
Vinod kumar Gajula
·
#44937
·
|
|
Re: Having NVDA interrupt itself using aria-live updates
I don't know of any way to use the NVDA controller client from Javascript running within a web browser unfortunately.
Sean
I don't know of any way to use the NVDA controller client from Javascript running within a web browser unfortunately.
Sean
|
By
Sean Mealin
·
#44936
·
|
|
Re: get all UIA-Events from a window
For events, use the Windows 10 App Essentials add-on (select "restart with debug logging" from the NVDA+q menu, and see the lines starting with w10 in the log).
For analysing applications, the NVDA
For events, use the Windows 10 App Essentials add-on (select "restart with debug logging" from the NVDA+q menu, and see the lines starting with w10 in the log).
For analysing applications, the NVDA
|
By
Bill Dengler
·
#44935
·
|
|
get all UIA-Events from a window
HI,
i search for an accessible tool, which allows me to log as match as possible every UIA-Event, so, New elements, tooltips, and so on.
Do you know a tool like this or how do you analyse a
HI,
i search for an accessible tool, which allows me to log as match as possible every UIA-Event, so, New elements, tooltips, and so on.
Do you know a tool like this or how do you analyse a
|
By
Christopher Pross
·
#44934
·
|
|
Building NVDA with UI access
Hello,
I’d like to generate a build of NVDA for local testing which has UI access permissions.
I’m assuming NVDA needs to be signed to enable this permission, can I self-sign it?
Hello,
I’d like to generate a build of NVDA for local testing which has UI access permissions.
I’m assuming NVDA needs to be signed to enable this permission, can I self-sign it?
|
By
Bill Dengler
·
#44933
·
|
|
Re: Having NVDA interrupt itself using aria-live updates
A short question, do you able to use the nvda-controler-client? So, maybe, you could use there the speech fuction directly and then use bool interoupt = true, for the first parameter to
A short question, do you able to use the nvda-controler-client? So, maybe, you could use there the speech fuction directly and then use bool interoupt = true, for the first parameter to
|
By
Christopher Pross
·
#44932
·
|
|
Re: Having NVDA interrupt itself using aria-live updates
Is there any other way to push text to NVDA from javascript that will have it interrupt speech?
Thanks
Sean
Is there any other way to push text to NVDA from javascript that will have it interrupt speech?
Thanks
Sean
|
By
Sean Mealin
·
#44931
·
|
|
Re: Having NVDA interrupt itself using aria-live updates
See https://github.com/nvaccess/nvda/pull/10622
Although I think this might just be for UIA, not ARIA.
Bill
See https://github.com/nvaccess/nvda/pull/10622
Although I think this might just be for UIA, not ARIA.
Bill
|
By
Bill Dengler
·
#44930
·
|
|
Having NVDA interrupt itself using aria-live updates
Hi all,
I’m working on a web game where the user is controlling thingswith a gamepad. To give feedback, I’m updatinga div that NVDA should read out.
The problem that I’m having is no
Hi all,
I’m working on a web game where the user is controlling thingswith a gamepad. To give feedback, I’m updatinga div that NVDA should read out.
The problem that I’m having is no
|
By
Sean Mealin
·
#44929
·
|
|
Re: UIA: monitoring a list view for new items
Hi,
I'll think about that possibility, as it'll affect all my add-ons
(WinTenApps isn't the only one with this capability). Thanks for reminding
me.
Cheers,
Joseph
Hi,
I'll think about that possibility, as it'll affect all my add-ons
(WinTenApps isn't the only one with this capability). Thanks for reminding
me.
Cheers,
Joseph
|
By
Joseph Lee
·
#44928
·
|
|
Re: UIA: monitoring a list view for new items
debug – you must restart NVDA with debug logging enabled (the last option in Exit NVDA dialog unless an update is pending).
This is a weird decision, and not particularly user-friendly if the exit
debug – you must restart NVDA with debug logging enabled (the last option in Exit NVDA dialog unless an update is pending).
This is a weird decision, and not particularly user-friendly if the exit
|
By
James Scholes
·
#44927
·
|
|
Re: UIA: monitoring a list view for new items
Is there an area of the app which displays some information which does update in line with the content of the list view, such as an unread messages indicator or counter? If that fires a change event,
Is there an area of the app which displays some information which does update in line with the content of the list view, such as an unread messages indicator or counter? If that fires a change event,
|
By
James Scholes
·
#44926
·
|
|
Re: UIA: monitoring a list view for new items
Good point
I believe lose focus is only called on real focus objects. There is no negated version of focusEntered.
If you need to track a lose focus of a main window within
Good point
I believe lose focus is only called on real focus objects. There is no negated version of focusEntered.
If you need to track a lose focus of a main window within
|
By
Leonard de Ruijter
·
#44925
·
|
|
Re: UIA: monitoring a list view for new items
event_appModule_loseFocus
--
Derek Riemer
Improving the world one byte at a time! ⠠⠊⠍⠏⠗⠕⠧⠬ ⠮ ⠸⠺ ⠐⠕ ⠃⠽⠞⠑ ⠁⠞ ⠁ ⠐⠞⠖
• Accessibility
event_appModule_loseFocus
--
Derek Riemer
Improving the world one byte at a time! ⠠⠊⠍⠏⠗⠕⠧⠬ ⠮ ⠸⠺ ⠐⠕ ⠃⠽⠞⠑ ⠁⠞ ⠁ ⠐⠞⠖
• Accessibility
|
By
derek riemer
·
#44924
·
|
|
Re: UIA: monitoring a list view for new items
Thanks!
Is there any way to tell when an application loses focus? I don’t seem to be getting loseFocus events on the main window…
Bill
Thanks!
Is there any way to tell when an application loses focus? I don’t seem to be getting loseFocus events on the main window…
Bill
|
By
Bill Dengler
·
#44923
·
|
|
Re: UIA: monitoring a list view for new items
You would have to write a script that overrides the tab and either implement your own tab traversal, or when pressing tab, execute the tab gesture as long as you reached the right element.
You would have to write a script that overrides the tab and either implement your own tab traversal, or when pressing tab, execute the tab gesture as long as you reached the right element.
|
By
Leonard de Ruijter
·
#44922
·
|
|
Re: UIA: monitoring a list view for new items
Also, is there a way to remove elements from the tab order? Dell Mobile Connect has several empty elements, so you often have to hit tab three or four times to move between elements (to skip over the
Also, is there a way to remove elements from the tab order? Dell Mobile Connect has several empty elements, so you often have to hit tab three or four times to move between elements (to skip over the
|
By
Bill Dengler
·
#44921
·
|
|
Re: UIA: monitoring a list view for new items
Yes, that’s what I’ve done.
Bill
Yes, that’s what I’ve done.
Bill
|
By
Bill Dengler
·
#44920
·
|
|
Re: UIA: monitoring a list view for new items
Hey Bill,
I assume you have used Windows 10 app essentials to track down the fact that you don't receive any events. In that case, for UWP, there's not much else to do other
Hey Bill,
I assume you have used Windows 10 app essentials to track down the fact that you don't receive any events. In that case, for UWP, there's not much else to do other
|
By
Leonard de Ruijter
·
#44919
·
|