But I am assigning the custom renderer in code at run time.

--- In flexcoders@yahoogroups.com, Joan Lafferty <[EMAIL PROTECTED]> wrote:
>
> If you are using an inline itemRenderer, you can do something like 
this:
> 
>    <mx:List dataProvider="{myData}">
>           <mx:itemRenderer>
>             <mx:Component>
>                   <mx:ComboBox dataProvider="{myXML}" />
>             </mx:Component>
>           </mx:itemRenderer>
>    </mx:List>
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
On Behalf Of markgoldin_2000
> Sent: Sunday, September 14, 2008 10:14 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Combobox as Custom Renderer
> 
> 
> If I have a combobox as a custom renderer how do I set dataProvider
> for the combobox? My dataProvider is an XML.
> 
> Thanks
>



Reply via email to