RE: [flexcoders] Re: Flex2.0 Beta BUG: cellRender/cellEditor

2006-03-16 Thread Tobias Patton
You need to put: implements=mx.controls.listclasses.IDropInListItemRenderer in the declaration of your MXML component. Tobias. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of t_msreddy Sent: Thursday, March 16, 2006 10:28 AM To:

RE: [flexcoders] Re: Flex2.0 Beta BUG: cellRender/cellEditor

2006-03-16 Thread Stephen Gilson
16, 2006 1:36 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Flex2.0 Beta BUG: cellRender/cellEditor You need to put: implements=mx.controls.listclasses.IDropInListItemRenderer in the declaration of your MXML component. Tobias. -Original Message- From: flexcoders

Re: [flexcoders] Re: Flex2.0 Beta BUG: cellRender/cellEditor

2006-03-16 Thread Manish Jethani
On 3/17/06, thunderstumpgesatwork [EMAIL PROTECTED] wrote: Ah, well that explains your problem, unfortunately I'm not sure if or how you can specify in MXML that you're implementing an additional interface. You can comma-separate the interface names in the implements attribute. Manish --