Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Accessibility (Screen Reader)

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


Back to the top