[flexcoders] Changing the color of a textinput

2008-07-22 Thread timgerr
I am creating an textinput and I was wondering how to change the color of it. I am doing this dynamically, here is what I am doing: private var txt:TextInput = new TextInput(); txt.maxChars = 255; addChild(txt); There is no option to change the color, do I have to use css to do this? Thanks,

Re: [flexcoders] Changing the color of a textinput

2008-07-22 Thread Maciek Sakrejda
[EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Changing the color of a textinput Date: Tue, 22 Jul 2008 20:59:43 - I am creating an textinput and I was wondering how to change the color of it. I am doing this dynamically, here is what I