In the result handler, examine the data:

trace (photoFeed.toXMLString());

trace(photoFeed.entry.length());

 

Tracy

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of alexander.marktl
Sent: Tuesday, December 18, 2007 11:25 AM
To: [email protected]
Subject: [flexcoders] Re: E4X and DataGrid

 

Oh. I made a mistake in the post. This is how the grid looks like and
it still doesn't work.

<mx:DataGrid dataProvider="{photoFeed.entry}">
<mx:columns>
<mx:DataGridColumn headerText="Title"
dataField="title"/>
</mx:columns>
</mx:DataGrid>

 

Reply via email to