Re: [flexcoders] List Component Bug!!

2006-03-28 Thread Carlos Rovira
ps.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Lance Linder Sent: Monday, March 27, 2006 1:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] List Component Bug!!   Hello,   I was just converting a project from Beta1 to Beta2 and noticed a problem with all my List components th

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
maller and faster code than what you're doing in initData().   - Gordon   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: [flexcoders] List Component Bug!!

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
: [flexcoders] List Component Bug!!   Hello,   I was just converting a project from Beta1 to Beta2 and noticed a problem with all my List components that were bound to data providers which are collections of custom objects.   The problem is that the List selection highlight is stuck on the last

[flexcoders] List Component Bug!!

2006-03-27 Thread Lance Linder
Hello,   I was just converting a project from Beta1 to Beta2 and noticed a problem with all my List components that were bound to data providers which are collections of custom objects.   The problem is that the List selection highlight is stuck on the last item in the list.  Changing