Re: Accessibility
"'Neil Hodgson' via scite-interest" <[email protected]>
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Mike Ray: > If I can do that, I might be able to identify the window ID of that pop-up list and get NVDA to be able to "see" the entries on the list. That is unlikely to work. On Windows, Scintilla uses the listbox control which is very simple with just a single column. Since autocompletion lists may contain icons, not just text, they are “owner drawn”. The data stored in the list box control are not strings but integer “item ID” items. The text and icons are hidden within Scintilla and indexed by the item ID. The screen reader would probably only be able to say something like “item 1”. Scintilla doesn’t provide an API to retrieve the text of items. Neil -- You received this message because you are subscribed to the Google Groups "scite-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/97E32972-E5EC-4B59-A89F-E79EBD813859%40me.com.