Re: [flexcoders] Help with a custom component

2005-03-11 Thread Manish Jethani
On Fri, 11 Mar 2005 09:54:39 -, Michael Herron [EMAIL PROTECTED] wrote: ยท Or, is there an easier, more elegant way to provide an editable date field? (The docs indicate editable property inherited from ComboBase will be ignored) Yes. :)

Re: [flexcoders] Help with a custom component

2005-03-11 Thread Manish Jethani
If you downloaded it already, download the latest version. It used DateFormatter.parseDateString() for the default date parsing. You can specify your own dateFunction as well, but the default one is good enough. Manish