Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Accessibility for combo's and checkbox
Accessibility for combo's and checkbox [message #780963] Thu, 19 January 2012 09:33
Madhushree  S is currently offline Madhushree SFriend
Messages: 20
Registered: September 2010
Junior Member
Hi All,
I have a text field, combo and a checkbox in the Form Editor.
All the fields are not editable. Therefore,

text.setEditable(false)
combo.setEnabled(false)
checkbox.setEnabled(false)

As a result, text field is accessible and read out by the screen reader but combo and checkbox are not read out by the screen reader as they are disabled. How do I make them accessible(to be read by screen reader). Is there any solution?

I found that in the eclipse plug in creation wizard, the combo is disabled there and not read by screen reader. Could someone help? Is there any way to make these accessible and read out by the screen reader. Please do the needful.

Thank You,
Madhu
Previous Topic:Accessibility for combo's and checkbox
Next Topic:Simple Example of Drawing Rectangle with Mouse
Goto Forum:
  


Current Time: Thu Apr 18 15:57:53 GMT 2024

Powered by FUDForum. Page generated in 0.02792 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top