Hi list...
The V2 ComboBox is made up of instances of a Button, TextInput and List.
The TextInput contains an instance of RectBorder. I can't figure out
how to setStyle on it.
This looks intuitive, but doesn't work:
_global.styles.ComboBox.TextInput.RectBorder.setStyle("borderColor",
0xB86400);
This isn't working in my code either:
_global.styles.RectBorder = new CSSStyleDeclaration();
_global.styles.RectBorder.setStyle("borderStyle", "solid");
_global.styles.RectBorder.setStyle("borderColor", 0xD35800);
Any suggestions?
- Michael M.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com