Re: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-29 Thread dorkie dork from dorktown
will try to find out more and will let u know. Asad. *From:* michael_reg...@dell.com michael_reg...@dell.com *To:* flexcoders@yahoogroups.com *Sent:* Monday, November 21, 2011 7:41 PM *Subject:* RE: [flexcoders] Re: Red error borders on form items before form is validated Can you give

Re: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-29 Thread Asad Zaidi
: Thursday, November 17, 2011 4:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Red error borders on form items before form is validated   It's a focus border. Usually, it's blue. I'm not sure how it's red in your case! You can change the color following this example. Thanks to Peter

Re: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-28 Thread dorkie dork from dorktown
*To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Red error borders on form items before form is validated It's a focus border. Usually, it's blue. I'm not sure how it's red in your case! You can change the color following this example. Thanks to Peter Dehaan for his great tip

Re: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-22 Thread Asad Zaidi
: [flexcoders] Re: Red error borders on form items before form is validated   Can you give an example of how you’ve written your validator?  I’m suspecting it is on how you defined the trigger.   Michael J. Regert   From:flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Khanh

RE: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-22 Thread Sells, Fred
21, 2011 7:41 PM Subject: RE: [flexcoders] Re: Red error borders on form items before form is validated Can you give an example of how you’ve written your validator? I’m suspecting it is on how you defined the trigger. Michael J. Regert From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-21 Thread michael_regert
Subject: [flexcoders] Re: Red error borders on form items before form is validated It's a focus border. Usually, it's blue. I'm not sure how it's red in your case! You can change the color following this example. Thanks to Peter Dehaan for his great tip. http://blog.flexexamples.com/2008/04/12

[flexcoders] Re: Red error borders on form items before form is validated

2011-11-21 Thread DP
Actually, I'm sure he's talking about the required attribute creating a red border (not a focus border) because the field doesn't have a value in it just yet. The Focus border is something entirely different. --- In flexcoders@yahoogroups.com, Khanh khanh4all@... wrote: It's a focus border.

[flexcoders] Re: Red error borders on form items before form is validated

2011-11-20 Thread Khanh
It's a focus border. Usually, it's blue. I'm not sure how it's red in your case! You can change the color following this example. Thanks to Peter Dehaan for his great tip. http://blog.flexexamples.com/2008/04/12/changing-the-focus-rectangle-color-on-a-textinput-control-in-flex/ OR you can hide