how to change the font color of a specific dropbox item?
the dropbox includes 3 items:
aaa
bbb
ccc
i only want to change "aaa" into the red color.
i tried:
dropox.font.fill.color.value= "255,0,0";
as you know, it changes all the items into red.
and BTW, how to change the text color in the textfield?
if some one enters an invalid email, i'll highlight that field for him. but only need to highlight the incorrect email text, not including the title of textfield.