PDA

View Full Version : v2 Componet


donaldparkerii
05-25-2006, 06:01 PM
Im trying to set the style of all my componets but for some strang reason when i add the code show below only the Alert and ComboBox have the style I have to go threw and get all the instance names of the TextInputs and Buttons and set the style this way submit_btn.setStyle("themeColor", "0x336699");

_global.styles.Alert.setStyle("themeColor", "0x95B8DB");
_global.styles.TextInput.setStyle("themeColor", "0x0x336699");
_global.styles.ComboBox.setStyle("themeColor", "0x95B8DB");
_global.styles.Button.setStyle("themeColor", "0x336699");