[flexcoders] Passing the array as the dataprovider in the combobox cellrenderer

2006-04-27 Thread sinacapho
Dear all, how can i reference it? thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

RE: [flexcoders] Passing the array as the dataprovider in the combobox cellrenderer

2006-04-27 Thread Matt Chotin
1.5 or 2.0? If 2.0 I think you want to look at the IDropInListItemRenderer interface which your cell renderer probably already implements on its own. The listData property will provide you access to the list itself I think. -Original Message- From: flexcoders@yahoogroups.com