Or make your own programmatic skin for the CheckBox. Go grab
mx.skins.halo.CheckBoxIcon, save your own copy and modify it so it draws the
same thing for disabledIcon as it does for upIcon (and make
selectedDisabledIcon be the same as selectedUpIcon). Then set the skin in
CSS or inline MXML and you're good to go.

Doug

On 3/21/07, Shaun <[EMAIL PROTECTED]> wrote:

  You might try setting the mouseChildren property of your renderer to
false.

--- In [email protected] <flexcoders%40yahoogroups.com>,
"boy_trike" <[EMAIL PROTECTED]> wrote:
>
> I am displaying a logical field in a grid using an checkbox item
renderer. I do NOT want to
> allow the user to check the box, but that seems to be the default.
The only way I can stop it
> is to set ENABLED to false (then it looks grey). Is there another
way?
>
> thanks
> Bruce
>

Reply via email to