By Tyler K. Thompson, 24 May, 2013
Forum
App Development and Programming
So I've developed a mud client that i'd like to make accessible. I have a very simple problem at the moment that i'm hoping someone can help with. I have an NSTextField for user input and an NSTextView for server output. What i want is for any new information added to the text view (anything new from the server) to be read, but i don't want to change keyboard focus from the NSTextField. As it is right now the text view reads just fine (although it starts from the beginning every single time) and the text field reads just fine, but so long as keyboard focus is on the text field the text view (or text area, whichever you prefer) won't read.
Comments
app accessibility testing
Making VoiceOver speak text
Still a little ways to go