vote up 1 vote down star

A disabled checkbox in flex looks very "light" colored, almost invisible. Is it possible to make it look like an enabled checkbox which does not do anything on a click event?

flag

43% accept rate

2 Answers

vote up 1 vote down check

disabledIconColor="0x000000" does a pretty good job.

link|flag
hah. i love how the flex docs hide half these properties. – quoo Jul 22 at 17:38
vote up 0 vote down

There's not a super quick fix, but you can set the disabledSkin (http://livedocs.adobe.com/flex/2/langref/mx/controls/Button.html#style:disabledSkin) style of the checkbox. If you don't know how to skin flex components, this is a good place to start: http://www.adobe.com/devnet/flex/quickstart/skinning_components/.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.