wrote:
> I'm sorry.
>
> I do agree with the importance of visual cues, but in this particular
> app I need more control of the appearance of the disabled check boxes.
> When they are dimmed they become very difficult to read against the
> chosen background. I do plan to visualize their disabled-ness somehow,
> but it has to be more readable. The customer will be looking at 4
> columns of check boxes for many hours each day. They have to be
> disabled yet still easy on the eyes.
>
Could you put the text for the control into a label control, rather
than using the text property of the checkbox, so that disabling the box
does not affect the text? It would still affect the actual box,
obviously (which would give some cue and continue to have all of the
desirable programmatic behaviours).
To be honest, I can't think of much else, off the top of my head, that
would work well - if you want the control disabled, the browser has to
know this (and at the end of the day, the browser controls the
appearance/behaviour of the control).
Damien