On 5/17/05, Rajesh Jayabalan <[EMAIL PROTECTED]> wrote:

> note:: clTypeSrv is my HTTPService and clTypeSrv.send() is called on
> application initilize.
> 
> private function initCellRenderer() : Void
>   {
>         ComboBoxCellRenderer.dataProvider = clTypeSrv.result.types.type;
>   }
> 
> this is creating a empty combobox
> 
> Note: There is data coming back from the httpserivce as I am using it
> in another place

Have you tried iterating over the values in
'clTypeSrv.result.types.type'?  Is it an array containing only a
single element?  If that's the case, you'll have to use
ArrayUtil.toArray()


 
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