Re: VoiceOver and AXHandle
Re: VoiceOver and AXHandle
- Subject: Re: VoiceOver and AXHandle
- From: Patti Hoa <email@hidden>
- Date: Fri, 10 Feb 2012 11:44:28 -0800
On 10.6, you can see all of the handles in the resize menu by pressing control-option-command-tilda. Select a handle from the resize menu and use the normal control-option-arrow keys to move that particular handle. Press escape key to exit.
Make sure you give each AXHandle a reasonable AXDescription. And also append this array of AXHandles to the AXChildren of the AXLayoutItem. Currently VoiceOver will only recognize AXHandles that are part of an AXLayoutItem.
On 10.7, you can also interact with an AXLayoutItem to land on each individual AXHandle via control-option-shift-down arrow.
You can find an example on the edit layout items in iWork applications.
Patti
On Feb 7, 2012, at 12:57 PM, Felipe Monteiro de Carvalho wrote:
> Hello,
>
> I was trying to implement AXHandle (a grip which resizes an area), but
> VoiceOver always ignores my AXHandle object in my Mac OS X 10.6. Can
> VoiceOver handle this kind of role at all or should I just give up? I
> know that it doesn't support some roles. Any documentation on which
> ones?
>
> 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
_______________________________________________
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