Re: [flexcoders] Custom DateCellRenderer issue.

2005-05-26 Thread Pradeep Chaudhary
Thanks Alistair. Surprisingly I had tried this same thing before sending the post but i was not able to acheive expected results. May be something else was also missing at that time. Thanks again, Pradeep On 5/25/05, Alistair McLeod [EMAIL PROTECTED] wrote: Hi Pradeep, Change your

RE: [flexcoders] Custom DateCellRenderer issue.

2005-05-25 Thread Alistair McLeod
Hi Pradeep, Change your focusIn() method to the following: function focusIn() : Void { if ( dateObj == undefined ) { createClassObject( DateField, dateObj, 100, {styleName:this, owner:this});