[flexcoders] on the fly form validation

2008-07-28 Thread Scott
In thinking about forms and flex events, how hard is it to validate a form as a user tabs through it? Without creating a ton of event handlers, is there an easy way to accomplish this?

Re: [flexcoders] on the fly form validation

2008-07-28 Thread Fidel Viegas
On Mon, Jul 28, 2008 at 2:26 PM, Scott [EMAIL PROTECTED] wrote: In thinking about forms and flex events, how hard is it to validate a form as a user tabs through it? Without creating a ton of event handlers, is there an easy way to accomplish this? Hi Scott, Have a look at validators. Check

Re: [flexcoders] on the fly form validation

2008-07-28 Thread Ryan Gravener
Here is how I do form validation in flex: http://ryangravener.com/wordpress/?p=6 On Mon, Jul 28, 2008 at 9:47 AM, Fidel Viegas [EMAIL PROTECTED]wrote: On Mon, Jul 28, 2008 at 2:26 PM, Scott [EMAIL PROTECTED]halo%40netprof.us wrote: In thinking about forms and flex events, how hard is it

Re: [flexcoders] on the fly form validation

2008-07-28 Thread Scott
Perfect! Thanks to both of the responses. Scott From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Gravener Sent: Monday, July 28, 2008 9:12 AM To: flexcoders@yahoogroups.com Subject: {Disarmed} Re: [flexcoders] on the fly form