  | |  | TextArea component style woes | TextArea component style woes 2004-03-11 - By Muzak
Back pretty drastic, but might just do what you want it to:
// no border, no background _ta.border_mc._visible = false;
regards, Muzak
-- -- Original Message -- -- From: "Merrill, Jason" <JMerrill@(protected)> To: <flashcoders@(protected)> Sent: Thursday, March 11, 2004 9:06 PM Subject: [Flashcoders] TextArea component style woes
Flashnewbies has just about ground to a halt today, don't know why its so slow again, so hope someone here can help.
I read some things on the textArea component in the archives about how unfinished it is, and problematic. This after I had tried to use it and set the the text styles. i.e.:
feedback_txt.setStyle("type", "dynamic"); feedback_txt.setStyle("color", "0x366183"); feedback_txt.setStyle("embedFonts", "true"); feedback_txt.setStyle("font", "Efrom"); //etc.
Also tried:
feedback_txt.type = "dynamic" feedback_txt.color = "0x366183" //etc.
Didn't entirely work. I can get raw text to display, but no style except color and border style and junk. The only style thing I am able to set seems to be:
feedback_txt.setStyle("borderStyle", "none"); feedback_txt.setStyle("color", "0x366183");
That works. But is it not possible to set the all the styles of the MX2004 textArea component like fonts and no background??? Mainly what i want is to make the background transparent. If it's true its not finished, shame on you Macromedia. If not, someone please help me out? Thanks.
Jason Merrill
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:106675 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |