[Flashcoders] List Components, matrix data, and object properties

2006-01-12 Thread Lance Massey
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

RE: [Flashcoders] List Components, matrix data, and object properties

2006-01-12 Thread Robert Chyko
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

Re: [Flashcoders] List Components, matrix data, and object properties

2006-01-12 Thread Troy Rollins
On Jan 12, 2006, at 12:34 PM, Robert Chyko wrote: 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. In fact, you can