Re: [platform-dev] SWT Accessibility Documentation

2023-04-26 Thread Jonah Graham
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 wrote: > Hi Jonah, > > This snippet is (at least on Windows 11 where I've tried) broken because > of following bug: > >

Re: [platform-dev] SWT Accessibility Documentation

2023-04-26 Thread Thomas Singer
Hi Jonah, This snippet is (at least on Windows 11 where I've tried) broken because of following bug: -- Best regards, Thomas Singer On 29-Mar-23 15:54, Jonah Graham wrote: Have a look at this snippet which is titled

Re: [platform-dev] SWT Accessibility Documentation

2023-04-19 Thread Thomas Singer
Hi experts, Please consider the attached example code. When running on Windows with Narrator active (verbosity level set to 4 - Some text details), the only text to hear is "tab contains 5 items". I have no clue how to let it tell the current selection (initially or after changing). Could

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Thomas Singer
No, I'm running Windows with Narrator. -- Best regards, Thomas Singer On 2023-03-29 17:48, Eric Williams wrote: Hi Thomas, On 3/29/23 11:24, Thomas Singer wrote: That's what I've tried, but the spoken text still is taken from the TreeItem instead of my listener. Is this on GTK? Eric

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Eric Williams
Hi Thomas, On 3/29/23 11:24, Thomas Singer wrote: That's what I've tried, but the spoken text still is taken from the TreeItem instead of my listener. Is this on GTK? Eric ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Thomas Singer
That's what I've tried, but the spoken text still is taken from the TreeItem instead of my listener. -- Best regards, Thomas Singer On 2023-03-29 15:54, Jonah Graham wrote: Have a look at this snippet which is titled "Give accessible names to a tree and its tree items"

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Jonah Graham
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

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Thomas Singer
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

Re: [platform-dev] SWT Accessibility Documentation

2023-03-28 Thread Laurent Caron
Hi Thomas, Is this page relevant ? https://wiki.eclipse.org/Accessibility Regards Laurent Le mar. 28 mars 2023 à 10:53, Thomas Singer a écrit : > Hi, > > Is there some documentation (or example code) that explains how to add > accessibility (screen reader) to owner-drawn controls? Thanks in

[platform-dev] SWT Accessibility Documentation

2023-03-28 Thread Thomas Singer
Hi, Is there some documentation (or example code) that explains how to add accessibility (screen reader) to owner-drawn controls? Thanks in advance. -- Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this