Tagged Questions
4
votes
1answer
148 views
C# : How to detect if screen reader is running?
How to detect if screen reader is running (JAWS)?
As I understand in .NET 4 we can use AutomationInteropProvider.ClientsAreListening from System.Windows.Automation.Provider namespace, but what if I ...
4
votes
1answer
284 views
Silverlight: How to force a screen reader to read something?
Silverlight does a good job of making the automation tree accessible, but is there a way to programatically ask a screen reader to read something? Up until now I've been using:
AutomationPeer ...
1
vote
4answers
205 views
Dragon Naturally Speaking fails on WPF sub menus
My WPF application menus fail to work with Dragon Natually Speaking, and hence I assume other screen readers and accessibility software. I want my software to work well for my blind and disabled ...
1
vote
2answers
2k views
Tutorial/References for Microsoft's UI Automation
I recently implemented a program using the Microsoft Accessibility API, but have since been told that the new UI Automation has replaced it. Seems like it would be a good investment for next time to ...
1
vote
2answers
475 views
UIAutomation with ToolStripStatusLabel
I have a WinForms app, and I can't seem to access the text of a ToolStripStatusLabel through UIAutomation. Microsoft implies that the support for StatusStrips (and presumably items within them) is ...
0
votes
0answers
33 views
iOS Accessibility: Views being grouped together as AXStaticText and accessibilityLabel missing
So I created a method for naming accessibility labels of views. For example I have a nib, that is called tableRow, which has 4 UILabel subviews. In the code, I assign a unique accessibility label to ...