[flexcoders] Change TileList background color via actionscript

2010-03-03 Thread Raymond Brown
We have a TileList that when a user clicks a checkbox we would like to change the background color from white to red and backwards. Is this possible? Do we have to override a function because it doesn't seem like we can when we try to do it. We create a TileList using mx:TileList id=list and

Re: [flexcoders] Change TileList background color via actionscript

2010-03-03 Thread Alex Harui
list.setStyle(“backgroundColor”, 0xFF); On 3/3/10 4:51 PM, Raymond Brown silenttr...@yahoo.com wrote: We have a TileList that when a user clicks a checkbox we would like to change the background color from white to red and backwards. Is this possible? Do we have to override a