mattquantic
Programmer
Hi. I am changing the colors of my combo box using:
_global.styles.ComboBox.setStyle("color", 0x373737);
and
_global.style.setStyle("themeColor","0xBDCEE0");
and
_global.style.ComboBox.setStyle("textRollOverColor", 0x373737);
But, what ever I do the selectedColor always stays this horrible green.
Does anyone know how to control it?
M@)
_global.styles.ComboBox.setStyle("color", 0x373737);
and
_global.style.setStyle("themeColor","0xBDCEE0");
and
_global.style.ComboBox.setStyle("textRollOverColor", 0x373737);
But, what ever I do the selectedColor always stays this horrible green.
Does anyone know how to control it?
M@)