Most modern GUI frameworks allow you to define custom components, but
you need to be careful. A screen reader that can deal correctly with
standard components may not be able to "see" components you design
yourself. There is a way out, though: Aqua, Swing and other frameworks
provide accessibility APIs that can be implemented by your custom
components to make them "visible". However, YOU HAVE TO USE THEM. It's
not enough to just build a component out of standard pieces. Don't just
assume that an application will be accessible because you built it with
a standard framework.

===
Gregory Woodhouse  <[EMAIL PROTECTED]>

"It is foolish to answer a question that
you do not understand."
--G. Polya ("How to Solve It")


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to