Hi,

Caveat: this question is for a Flex 1.5 app.

Question: How do I prevent the TileList from creating a grey
background color when I set enabled="false" ?
"backgroundDisabledColor" doesn't seem to apply to the selected item.

What I have done so far:  In my app I have a TileList component, whose
background color is normally #FFFFFF, that I have disabled by setting
its "enabled" property to "false" in the MXML file.  This resulted in
the entire TileList having a grey color over (or under) it, which is
the default behavior for a disabled TileList.  I found the
"backgroundDisabledColor" and set it to "#FFFFFF", which ALMOST solves
the problem.  The remaining issue is that the currently selected item
in the TileList still has the grey background.  So, to paint a picture
of what it looks like, my disabled TileList has a white background for
all of the cells except the one that is selected.

Any advice you can provide would be gratefully appreciated.

Erik

Reply via email to