Thanks - finally found it in the docs:

// Give all TextArea components transparent backgrounds.
_global.styles.TextArea.backgroundColor = undefined;

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lehr,
Theodore M (N-SGIS)
Sent: Friday, September 05, 2008 11:35 AM
To: Flash Coders List
Subject: RE: [Flashcoders] textarea and transparent background

Thanks- it seems to be white by default - I'll try your suggestions -
I've been searching the docs and the web...

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glen
Pike
Sent: Friday, September 05, 2008 11:23 AM
To: Flash Coders List
Subject: Re: [Flashcoders] textarea and transparent background

Hi,

    I am thinking that if you don't set a style, your text area will be 
transparent.  Although you might be able to specify "none" or 
"transparent" as a style - check the doc's for styling the component.

    Glen

Lehr, Theodore M (N-SGIS) wrote:
> I am changing the background color of a textarea via:
>
> textArea.setStyle("backgroundColor",0xcccccc);
>
> What I am wondering is if I can make it transparent?
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>
>   

-- 

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to