translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 3 of 3 questions

QTextEdit accessibility doesn't work

Stackoverflow

I have a simple GUI with a single QTextEdit. I want to change the text of textEdit object whenever some keys pressed by user.

Tags: 
  • c++
  • qt
  • accessibility
  • screen-readers
  • accessibility-api

Java: Where do I find sourcecode of WindowsAccessbridge?

I downloaded the Java JDK 7 source code from https://jdk7.java.net/source.html.

Tags: 
  • java
  • c++
  • accessibility
  • java-access-bridge

Not receiving callbacks from the Java Access Bridge

I'm trying to use the Java Access Bridge to get information about Swing components from inside a C++ app. However, none of the callbacks I register ever get called.

Tags: 
  • java
  • c++
  • accessibility
  • java-access-bridge