Re: Making a crossword grid accessible
Re: Making a crossword grid accessible
- Subject: Re: Making a crossword grid accessible
- From: Kieren Eaton <email@hidden>
- Date: Tue, 16 Dec 2008 10:50:07 +0900
if you can get VO to focus on the object then you could just use
nsspeechsynthesizer to announce whatever is required for the
particular object/word/clue etc
In general, you don't want to use NSSpeechSynthesizer in addition to
VoiceOver. Using NSSpeechSynthesizer to add speech features to an
application is great addition, but separate than accessibility
information which is then reported by VoiceOver. For instance,
TextEdit has Edit > Speech > Start Speaking, but that feature is
unrelated to VoiceOver accessing TextEdit. It's better to focus on
ensuring that the information reported to AX is correct.
Thanks for the clarification James, I had not considered that as my
app uses VO for navigation and speech synthesis or recorded audio
for playback and some notifications I was getting the lines blurred a
bit.
Kieren
Olearia - Bringing Talking Books to Mac OS X
http://olearia.googlecode.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden