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: Fri, 20 Jan 2012 08:42:20 +0100
Ah, and one more important question:
How can I return null for something? Would the following work?
if ((lInputPasStr = 'AXAttributedStringForRange') or
(lInputPasStr = 'AXBoundsForRange') or
(lInputPasStr = 'AXRangeForIndex') or
(lInputPasStr = 'AXRangeForLine') or
(lInputPasStr = 'AXRangeForPosition') or
(lInputPasStr = 'AXRTFForRange') or
(lInputPasStr = 'AXStyleRangeForIndex')
) then
begin
SetEventParameter(AEvent,
kEventParamAccessibleAttributeParameter, typeCFStringRef,
SizeOf(CFStringRef), nil);
Result := noErr;
end
or else how to return null for a attribute? Will voice over like this
answer? I really don't need this huge amount of parameters ... I just
want to make it say the text for my AXStaticText when I change it =(
--
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