RE: [Flashcoders] textArea background colour

2006-03-09 Thread Judah
Hi Simon, textinput.setStyle(backgroundColor, transparent); textinput.setStyle(borderStyle, none); Judah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Lord Sent: Tuesday, March 07, 2006 6:03 PM To: Flashcoders mailing list Subject: [Flashcoders]

Re: [Flashcoders] textArea background colour

2006-03-08 Thread Julius - XK
textAreaGuy.borderStyle = none; //should do the trick.. textAreaGuy.border_mc._visible = false; //should do the trick for the backgroundColor fill.. Hope this helps ya :) - Original Message - From: Simon Lord [EMAIL PROTECTED] To: Flashcoders mailing list