narrator

How do I make Vista's Narrator read my Swing components back to me?

I'm trying to implement a very, very simple accessibility test for Swing so I can get a handle on how big a piece of work it will be to provide accessibility support for our already established Swing application. I have the most simple Swing program, and I'm using Narrator in Windows Vista to attempt to screen-read its GUI. public clas...

Visual Studio & SQL Management Studio: How to revert Ctrl+Tab behaviour to normal after using Microsoft Narrator?

By default, in Visual Studio and in SQL Server Management Studio, Ctrl+Tab opens a navigation popup which lists all the open windows. The idea is that you can press Tab multiple times while keeping Ctrl pressed; as soon as you release Ctrl, the navigation popup disappears and the selected document is activated. Unfortunately, as soon as...

Wrong reading order in Narrator

Dear all, I've got a problem with Microsoft Narrator. I've got a WPF fragment like this: <Window x:Class="InlineEditbox.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Narrator test" SizeToContent="WidthAndHeight"> <TextBlock> ...