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

2011-11-29 Thread Asad Zaidi
ilto:flexcoders@yahoogroups.com] On Behalf >Of Khanh >Sent: 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

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

2011-11-29 Thread dorkie dork from dorktown
endered. > i will try to find out more and will let u know. > > Asad. > > *From:* "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

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

2011-11-28 Thread dorkie dork from dorktown
fter all components have been rendered. > i will try to find out more and will let u know. > > Asad. > > *From:* "michael_reg...@dell.com" > *To:* flexcoders@yahoogroups.com > *Sent:* Monday, November 21, 2011 7:41 PM > *Subject:* RE: [flexcoders] Re: Red error

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

2011-11-22 Thread Sells, Fred
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 [mailto:flexcoders@yahoogrou

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

2011-11-22 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.

[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" wrote: > > It's a focus border. > Usuall

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

2011-11-21 Thread michael_regert
groups.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. http://bl

[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 thi