Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] SWT Accessibility Documentation

Thanks for persisting and finding the root cause.

Jonah
~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Wed, 26 Apr 2023 at 07:50, Thomas Singer <ts-swt@xxxxxxxxxxx> wrote:
Hi Jonah,

This snippet is (at least on Windows 11 where I've tried) broken because
of following bug:

<https://github.com/eclipse-platform/eclipse.platform.swt/issues/645>

--
Best regards,
Thomas Singer


On 29-Mar-23 15:54, Jonah Graham wrote:
> Have a look at this snippet which is titled "Give accessible names to a
> tree and its tree items"
>
> https://github.com/eclipse-platform/eclipse.platform.swt/blob/master/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet291.java
>
> Jonah
> ~~~
> Jonah Graham (he/him)
> Kichwa Coders
> www.kichwacoders.com
>
>
> On Wed, 29 Mar 2023 at 09:32, Thomas Singer <ts-swt@xxxxxxxxxxx> wrote:
>
>> Let's start with an example:
>>
>> Our tree controls are owner-drawn. For some reason I don't remember, the
>> TreeItem's text is set to " ". How can I change the spoken text for
>> Narrator if, for example, the selection is changed? Thanks in advance.
>>
>> --
>> Best regards,
>> Thomas Singer
>> _______________________________________________
>> platform-dev mailing list
>> platform-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/platform-dev
>>
>
>
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top