Re: Accessibility for a custom text editor
Re: Accessibility for a custom text editor
- Subject: Re: Accessibility for a custom text editor
- From: Felipe Monteiro de Carvalho <email@hidden>
- Date: Thu, 19 Jan 2012 09:38:26 +0100
Hello,
Ok, so I moved a bit forward, but I still have lots of problems.
I have a custom drawn tree control, and to start up with a minimally
working accessibility I started by making it a AXStaticText and send
ValueChanged notifications when the selection changes and also set
AXValue before sending those notifications. (I know I should make it a
AXList probably or AXBrowser, but I tryed this and faced many issues
so I am temporarely trying this simpler solution)
With the Accessibility Inspector I can see that everything is correct,
my AXValue is correct, but VoiceOver does not speak this value. It
merely speaks "text", which isn't even my AXRoleDescription and
totally ignores my ValueChanged notification =(
Is there a description somewhere of which attributes VoiceOver speaks
for each kind of AX object?
thanks,
--
Felipe Monteiro de Carvalho
_______________________________________________
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