Hi,

In our SWT based application we are using a lot of owner-drawn tables. How we can provide information about selected rows (in compact and detailed form) to a screen reader? I've tried something like

  table.getAccessible().addAccessible*Listener(new Accessible*() {
    ...
  });

but none of the listeners seems to make a change. Our tables still are read as "1 of 197" in NVDA.

--
Best regards,
Thomas Singer
=============
syntevo GmbH
www.syntevo.com
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to