Passing the data as part of the data object seems like what I need to do, in fact if I can do that then I can pass the simple string instead of the entire object, but how do I do that?
Thanks ~Mike Jeffry Houser-2 wrote: > > > What component are you using? > > Most list based classes have a ListData property passed into > itemRenderers. You can extend ListData to contain your custom data, and > extend the List class to use your new ListData class with new data. > You could also pass in the relevant data as part of your itemRenderer's > data object. > -- View this message in context: http://old.nabble.com/Passing-an-object-to-a-rendererProvider-tp26396466p26408398.html Sent from the FlexCoders mailing list archive at Nabble.com.

