PDA

View Full Version : Coloring Text in a List Item


dmeglio
03-11-2008, 05:28 PM
I have a List control in my FLA. Everything is going great, I can add items, remove items, etc. One problem though, I can't seem to change the text color of a specific item in the list. I can use setStyle to change the text color of ALL items, but is there any way to change the color of a specific item? I basically want "disabled" items, meaning some that cannot be selected. I can't seem to do that, so my backup was to at least change the color to indicate it was disabled.

Any suggestions?