Re: [flexcoders] List Component Bug!!

2006-03-28 Thread Carlos Rovira
: 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 that were bound to data providers which are collections of custom objects

[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

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

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: Monday

RE: [flexcoders] List Component Bug!!

2006-03-27 Thread Gordon Smith
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 dont implement IUID. Maybe