I did it using custom cell renderer. Make your cell renderer class inherited from Label and set color = item.color in setValue() method implementation. Also add color property to each item in your dataProvider.
On 7/22/06, jcarrera04 <[EMAIL PROTECTED]> wrote: > Can you change the color of the text/label for a tree node? I am > using Flex 1.5. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

