Flash Style Class
Flash Style Class
- Started
- Last post
- 3 Responses
- madino
I have a bunch of pulldown or dropdowns, whatever you feel like calling them. I am trying to set a global style. It doesn't seem to let me. I can set the style to each one seperately, but I would rather just have one piece of code.
Any suggestions?
- jevad0
nah...you/ve lost me there mate - sorry...
- 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?
- madino0
? :)