Do you mean screen readers for the blind? If so I have done some work with 
these and they are usually implemented to read the text of the control with the 
focus (i.e. when tabbing around the dialog) or the text under the mouse. As 
both the checkbox and label have the same text then yes this implementation 
will work.
 
Neil
 
Neil Sleightholm
X2 Systems Limited
n...@x2systems.com <mailto:n...@x2systems.com> 
 

________________________________

From: Rob Mensching [mailto:r...@wixtoolset.org]
Sent: Mon 06/07/2009 18:41
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Option checkbox in ExitDialog isn't transparent



What about screen readers?

The reason WiX doesn't do this is that we've been told that
accessibility gets broken doing this sort of thing. Now none of us are
accessibility experts so if someone that is says this work around does
the correct thing with all the various accessibility devices then we can
do that.

Until then I really do not feel comfortable building UI's by default
that fail accessibility. That totally goes against what we are about.


Neil Sleightholm wrote:
> Agreed it is not a WiX bug but why go to the complexity of a CustomUI when a 
> trivial change to the core toolset makes it look 100% better. Surely WiX is 
> about making Windows Installer easier.
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> n...@x2systems.com <mailto:n...@x2systems.com>
>
>
> ________________________________
>
> From: Richard [mailto:legal...@xmission.com]
> Sent: Sat 04/07/2009 00:09
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Option checkbox in ExitDialog isn't transparent
>
>
>
>
> Its not a bug in WiX.  Its the way Windows Installer works.  If you
> want that level of control over the UI, that's why they provide the
> CustomUI option.  You either live with the restrictions of the UI
> model provided by Windows Installer, or you do a custom UI.
> --
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>       <http://www.xmission.com/~legalize/book/download/index.html>
>
>       Legalize Adulthood! <http://legalizeadulthood.wordpress.com 
> <http://legalizeadulthood.wordpress.com%20%3chttp//legalizeadulthood.wordpress.com/>
>  > >
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>  

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to