PDA

View Full Version : ComboBox TextInput styling


slopester
09-15-2006, 01:10 PM
Can anyone help me style the ComboBox text input field?

I'm styling the ComboBox using:
_global.styles.ComboBox.fontSize = 10;
etc

How do I access the TextInput field tho? I tried

_global.styles.ComboBox.TextInput.fontSize = 10;

but that don't work.

any help appreciated