Hey peepz!
So im sitting here with a cold, trying to skin this List component, i set the color to green, that works fine, but then all the other features of the component disappears. for example the roll over and selection effects… On top of that i cant select anything from the list =( i cant find anything about it anywhere… here´s the code, if anyone can help me with this i will be very happy:
_global.styles.List = new mx.styles.CSSStyleDeclaration();
_global.styles.List.setStyle(“color”,“0x00b320”);
_global.styles.List.setStyle(“rollOverColor”,“0xffe229”);
_global.styles.List.setStyle(“selectionColor”,“0x0077DC”);
_global.styles.List.setStyle(“textRollOverColor”,“0x002269”);
_global.styles.List.setStyle(“textSelectedColor”,“0x002269”);
Anyone? =)