Re: [flexcoders] List Component Bug!!

2006-03-28 Thread Carlos Rovira
Try to use an bindable ArrayCollection as your dataProvider that uses your array. (see the docs for an example).On 3/28/06, Gordon Smith < [EMAIL PROTECTED]> wrote: I'm not sure why an Array of Objects doesn't work, but let's see if Alex Harui does.   However, I do want to poin

RE: [flexcoders] List Component Bug!!

2006-03-27 Thread Gordon Smith
m] On Behalf Of Lance Linder Sent: Monday, March 27, 2006 2:02 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] List Component Bug!!   That seemed to do the trick.   Wonder how many others will get stumped on that?  Seems there should have been some kind of error if your objects don’t

RE: [flexcoders] List Component Bug!!

2006-03-27 Thread Gordon Smith
I'm not sure why an Array of Objects doesn't work, but let's see if Alex Harui does.   However, I do want to point out that writing       public var a:Array = [ { name: "nueng" }, { name: "saawng" }, { name: "saam" } ];   will produce smaller and faster code than what you're doing i

RE: [flexcoders] List Component Bug!!

2006-03-27 Thread Lance Linder
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] List Component Bug!!   I think that the objects in your dataProvider must implement the IUID interface for selection to work.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Lance Linder Sent

RE: [flexcoders] List Component Bug!!

2006-03-27 Thread Tobias Patton
I think that the objects in your dataProvider must implement the IUID interface for selection to work.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Lance Linder Sent: Monday, March 27, 2006 1:08 PM To: flexcoders@yahoogroups.com Subject: [f