There is no "size" or "width" property for the RectBorder, which is what the TextArea component uses for the border. You would have to do a custom skin or theme. If this is only for this one project, you can copy the skin elements into your library. Here is the info from livedocs: http://tinyurl.com/3acnln. Of course, this is just one approach and it is optimized for doing it with a single FLA file. If you are working across multiple FLAs you may want to take a different approach.
-----Original Message----- From: john robinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 11:24 AM To: [email protected] Subject: [Flashcoders] border styles for TextArea component Hello all - I'm using the TextArea component in Flash 8. I need to give the component a border that is 1 pixel wide. I've found that using setStyle("borderStyle", "solid") gives me a solid border but it is wider than I need. Can anyone give me a hint as to how to change the width of the border? Thanks! John _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

