To make all comboboxes used in my site use the same fontsize, I use this line of code:
_global.styles.ComboBox.setStyle(“fontSize”,8);
My problem is when I want to use the same on all of the button components as well… I tried this:
_global.styles.Button.setStyle(“fontSize”,8);
But it doesn´t work…
Is ther maybe another name for the “button-class”?