Flash Style Class
Flash Style Class
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- madino0
Lets try this....here is a snippet of code:
comboBox.setStyle("themeColor", "haloOrange");
this changes the color of the selection while in the combobox.
I would like to set all combo boxes that appear on the stage to the same style. I thought _global.setStyle(blah blah) would work. But it doesn't.
Does that explain it a little better?