I create a XMLList result from a query by using the e4x method - and I would like to use this as the data provider for a TileList.
In the TileList I create a custom component as a listItemRenderer, and in that component I use e.g. [EMAIL PROTECTED] to try and display the value of my attribute.
The weird thing is that I get a TileList created with only one row in it (the XML has 5), and all the values for each field is concatenated.
So instead of seeing rows with values
1
4
5
I see one row with value 145.
Hopefully this makes sense. Is there any trick to make this work?
Thanks
Jonathan
--
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
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

