Re: [Flashcoders] border styles for TextArea component (On Training - May 17, 2007)

2007-05-16 Thread Derek Matthew
I will be out of the office, on a Customer Service training course on Thursday, May 17, 2007. I will not be checking my e-mail until Friday, May 18, 2007. If your Internet/Intranet request is URGENT, please e-mail Katja Hetmanchuk, [EMAIL PROTECTED], and she will reply to you as soon as possible.

Re: [Flashcoders] border styles for TextArea component (On Training - May 17, 2007)

2007-05-16 Thread Derek Matthew
I will be out of the office, on a Customer Service training course on Thursday, May 17, 2007. I will not be checking my e-mail until Friday, May 18, 2007. If your Internet/Intranet request is URGENT, please e-mail Katja Hetmanchuk, [EMAIL PROTECTED], and she will reply to you as soon as possible.

Re: [Flashcoders] border styles for TextArea component

2007-05-16 Thread john robinson
D]> Reply-To: flashcoders@chattyfig.figleaf.com To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] border styles for TextArea component Date: Wed, 2 May 2007 13:46:18 -0400 Thanks! I'm looking into RectBorder now and creating my own RectBorder class. I've got it working following th

Re: [Flashcoders] border styles for TextArea component

2007-05-16 Thread Robert Hadsell
Reply-To: flashcoders@chattyfig.figleaf.com To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] border styles for TextArea component Date: Wed, 2 May 2007 13:46:18 -0400 Thanks! I'm looking into RectBorder now and creating my own RectBorder class. I've got it working following th

Re: [Flashcoders] border styles for TextArea component

2007-05-02 Thread john robinson
Thanks! I'm looking into RectBorder now and creating my own RectBorder class. I've got it working following the example below (though I'm using F8, not CS3) but now I have a new issue... http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Parts&fil

RE: [Flashcoders] border styles for TextArea component

2007-05-02 Thread Hairy Dog Digital
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.c

Re: [Flashcoders] border styles for TextArea component

2007-05-02 Thread Nick Johnston
Leandro Amano wrote: Hello, Change border width I don't know but try this: myTextArea.label.border = true; myTextArea.label.borderColor = 0x99; However label (textField object) is a private member of the TextArea Component regards. -- Leandro Amano Digital Bug Chief Creative Offic

Re: [Flashcoders] border styles for TextArea component

2007-05-02 Thread Leandro Amano
Hello, Change border width I don't know but try this: myTextArea.label.border = true; myTextArea.label.borderColor = 0x99; However label (textField object) is a private member of the TextArea Component regards. -- Leandro Amano Digital Bug Chief Creative Officer Adobe Certified Exp