Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
54 views

winforms - Can't get windows narrator to read message box content

I have a simple message box: MessageBox.Show(this, "bla bla bla", "banana man", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1, options); And for some reason I ...
3
votes
4answers
445 views

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 ...
1
vote
1answer
163 views

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 ...
0
votes
1answer
41 views

Narrator for Cygwin

Does anyone know if there is a reader (text-to-speech) tool for cygwin or linux? I know of Microsoft's narrator, which partially works by sounding out what I type in the cygwin window (bash command ...
0
votes
1answer
111 views

Wrong reading order in Narrator

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" ...