[orca-list] trying to make an acccessible swt UI which can work with orca



Dear all,
This might sound a bit off topic but it is not I assure you.
Basically the core of the matter is that I am writing a GUI using the Standard Widget Toolkit (SWT) in Java.
I wish that this GUI app is accessible with Orca.
It is an interface to an accounting system so I wish even blind people should the be able to use it. The entire team consists of sighted programmers, yet they are keen on accessibility. As such, the GUI is accessible but when I use the table widgit, I don't get Orca to read the lables for the text boxes or combo boxes. I have the labels at the left side of every widget and the said label and it's widgit are initialized as pares. I have also called the getAccessible() method on the shell (the main window ) of every screen.
yet I don't have accessibility on the table.
I know it works in Eclipse and I also know Eclipse itself is made using SWT.
Can some one tell me what the problem could be?
Just one hint, SWT on my machine is using the GTK native libraries.
Happy hacking.
Krishnakant.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]