RE: [flexcoders] Re: need a little help with itemRenderer

2007-04-04 Thread Alex Harui
Or look at the examples on my blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, April 03, 2007 7:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need a little help

[flexcoders] Re: need a little help with itemRenderer

2007-04-03 Thread Mark
Thank you, this is working much better than what I had :) -Mark --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Mark, Try something like this: (make sure that your itemRenderer is a container that supports the backgroundColor style property. You can change

[flexcoders] Re: need a little help with itemRenderer

2007-03-30 Thread Mark
sorry... I'm using Color, it needs to be color. --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: I need to change the background color of some items in the HorizontalList. I thought the easiest way would be to create an itemRenderer such as below. But I can't change the

[flexcoders] Re: need a little help with itemRenderer

2007-03-30 Thread Tim Hoff
Hi Mark, Try something like this: (make sure that your itemRenderer is a container that supports the backgroundColor style property. You can change the text color this way as well, using color. override public function set data(value:Object):void { super.data = value; if( value !=