Hi list... Should be a simple question: How do you set styles on checkbox components? It's not working for me. In my singleton class:
import mx.controls.CheckBox; import mx.controls.Label; class o { function o() { _global.CheckBox.setStyle("color", "0xFFFFFF"); _global.Label.setStyle("color", "0xFFFFFF"); _global.Label.setStyle("textDecoration", "underline"); } } Thanks, - Michael M. _______________________________________________ Flashcoders@chattyfig.figleaf.com 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