Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
Advice
2 votes
3 replies
71 views

I am developing a Windows desktop GUI application in Python and need proper compatibility with screen readers such as NVDA and JAWS. My main requirement is correct exposure of Microsoft UI Automation (...
Hoàng Long's user avatar
1 vote
0 answers
171 views

Background: I have a C# automation client (.NET Framework 4.8) using System.Windows.Automation to invoke a button in a Microsoft Access (VBA) application. The target control is non-standard / ...
przem's user avatar
  • 11
0 votes
0 answers
63 views

I have a HWND that belongs to a Chrome window. Using UIAutomation, I can get the AutomationId=RootWebArea element and get the Value property value to get the Chrome tab's URL, among other things. Is ...
Enigmatrix Atheros's user avatar
0 votes
0 answers
41 views

I need to find out the order and the functions called by Voice Access. I need only the text related functions. So far a made a program with a simple text box and I can get some things to work, for ...
Pablo Bähler's user avatar
4 votes
1 answer
134 views

I have a CRME of a Delphi application with the following menu (i've reproduced this in both Delphi XE6 and Delphi 7): If you press N, it will run handler for N̲ew. If you press O, it will run handler ...
Ian Boyd's user avatar
0 votes
1 answer
93 views

The documentation for IUIAutomationElement7::FindAllWithOptions states: [in, optional] root A pointer to the element with which to begin the search. How is the root parameter different from this? ...
TN.'s user avatar
  • 20.2k
0 votes
3 answers
168 views

In C# WPF application, I want to create a TextBox control that is both multi-line and read-only with proper screen reader accessibility for text cursor navigation and narration. When I create the ...
Adam's user avatar
  • 2,071
1 vote
3 answers
275 views

In C# WPF application, I am using a ComboBox control with the IsEditable="True" property. When I press the Down arrow key on closed ComboBox, the next item in the ComboBox is selected ...
Adam's user avatar
  • 2,071
0 votes
1 answer
376 views

I'm trying to enable the mouse accessibility feature "mouse keys" using user32.dll method and I can't figure it out what I'm doing wrong. I'm using the code below to enable it but it isn't ...
Pedro Hunhoff's user avatar
0 votes
0 answers
106 views

Background The Chrome accessibility tree contains enough information that it should be possible to reconstruct a (possibly incomplete but usable) virtual DOM tree. For example, here's two log lines ...
Gaurang Tandon's user avatar
1 vote
1 answer
274 views

I have an app that is running in the background not focused. The user might be using some other applications, and based on certain events in my app, I want the screen reader to announce the text based ...
Gurushant's user avatar
  • 952
0 votes
0 answers
47 views

Our software uses standard IAccessible interfaces and we can use tool INSPECT visualize all supported areas in our windows. Now we have a customer, that doesn't use any accessibility tools at all. But ...
xMRi's user avatar
  • 15.5k
0 votes
1 answer
93 views

In Python on Windows, using the wxPython library, is there a way how to group wx widgets into a wrapper that can be given an accessible label? I am looking for something like <fieldset> element ...
Adam's user avatar
  • 2,071
2 votes
1 answer
368 views

In Python 3.10.5 on Windows 11 using the wxPython 4.2.0 package, I am trying to create a labelled wx.ListCtrl widget, where the widget label would be recognised by screen readers, but I cannot find ...
Adam's user avatar
  • 2,071
1 vote
2 answers
520 views

In Python 3.10.5 on Windows 11 using the wxPython 4.2.0 package, I am trying to create a listbox with checkable items. For this purpose, wxPython should offer the wx.CheckListBox widget. The problem ...
Adam's user avatar
  • 2,071

15 30 50 per page
1
2 3 4 5 6