No way to debug VoiceOver? Also how to force VoiceOver to pass to a child control
No way to debug VoiceOver? Also how to force VoiceOver to pass to a child control
- Subject: No way to debug VoiceOver? Also how to force VoiceOver to pass to a child control
- From: Felipe Monteiro de Carvalho <email@hidden>
- Date: Tue, 31 Jan 2012 10:27:16 +0100
Hello,
I am fighting to get my application to work correctly with VoiceOver
and really: Is there no way to get debug information from VoiceOver?
Some more clear indication of why it acts in a particular way
regarding to an object???
So far I am completely in the dark here ... I have to guess what is
wrong and I can only get a confirmation that I was in the right track
at all when it starts working properly =(
In my latest problem I have the following structure:
My window
->AXUnknown HIView inside the window
--> AXUnknown HiView which is the border of my text editor
---> AXTextField which is a standard control created with HITextViewCreate
--> Here many other child controls of my AXUnknown
When tabbing in the form it goes to all child controls of the AXUknown
inside the form. I have there buttons, a custom control, a tab control
and my border+text field.
But when it goes to the border+TextView it gets stuck in the border
and speaks the information of the border =( I tryed everything I could
think of. The border sends correctly all basic properties like AXRole,
AXRoleDescription, AXChildren. I do answer to
kEventAccessibleGetFocusedChild and send it my child control, but
still nothing and I have no idea what is wrong because there is no
info at why VoiceOver speaks in a particular way of another one =(
My only hint so far as that it does not read AXChildren for my border,
which is very strange. I could speculate that it will refuse to go
inside the children of a AXUnknown but this is obviously false since
it works fine in the AXUnknown inside the form.
I could try to change the border from AXUnknown to something else, and
already tryed AXGroup, but it didn't help...
Any ideas?
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