--- In [email protected], "Manish Jethani"
<[EMAIL PROTECTED]> wrote:

> 
> Oh, I forgot to add, your renderer needs to implement the
> IDropInListItemRenderer interface.
> 
>  <VBox implements="mx.controls.listclasses.IDropInListItemRenderer"
...> ...

This gives error

Interface method 'get listData' in namespace
'mx.controls.listclasses:IDropInListItemRenderer' not implemented by
class 'careerRowRenderer' 
 



> Or you can simply access the property directly instead of going
> through `listData.dataField`
> 
>   <mx:Label text="{dataObject.propertyIWantToAccess]}"
> 
So I set this to e.g dataObject.Year and it works for the year column
Is there someway I can set an array of properties - I note you show
one square bracket - if so my attempts have failed to date.
Or do I need to have a seperate cell renderer for each column

Cheers






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to