I don't use the List component that much, but I'd imagine it is the same functionality as the DataGrid... Each row is an object with a bunch of properties, but only the properties that there are columns for get displayed.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lance Massey Sent: Thursday, January 12, 2006 11:53 AM To: Flashcoders mailing list Subject: [Flashcoders] List Components, matrix data, and object properties I create a playlist which is an array of tracks. Each track has a title, an id, an artist, and a URL. Magically, when I set my List Component's dataProvider to playlist, it shows all the titles. But the real miracle is that when I click on a title all the track properties corresponding to that title are available. Does this means the List component holds 2D data (I thought is was a list only)? And is it safe to assume this is not anomalous behavior, but something I can count on for the future (because this *really* makes life much easier)? L ******************************************************** GorillaPop - Connecting People Through Music http://www.gorillapop.com/ _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

