The main reason is isn't working is an issue of types.  You are setting 
the dataProvider to an array of XMLNodes.

So, go back and set the dataProvider on the result of the webservice, 
then let's get the cells to display the right thing.

You have proven that it works if you set the dataProvider to an array 
of strings.  However an array of XMLNodes does not have properties on 
it like label.  Instead it is attributes.label.  So you have to use 
labelFunction instead, or a custom cell renderer that picks apart the 
XMLNode and find the attributes.label.






 
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