Ever needed to change the font size of a standard flash combobox component?
You will need to give it an instance name e.g. “myCombobox” and then add the following code:
myCombobox.setStyle("fontSize", 10);
Ever needed to change the font size of a standard flash combobox component?
You will need to give it an instance name e.g. “myCombobox” and then add the following code:
myCombobox.setStyle("fontSize", 10);