I am seeing some strange behaviour with TileList. I am hoping someone can shed 
some light on this:
I have a TileList where I assign it an ArrayCollection for its dataProvider. As 
I add objects to this collection, the tile list updates faithfully.

The problem happens when I switch the dataProvider to a new one. I start with 
an empty array collection and sure enough, the tile list is empty. When I add 
the first item to the new dataProvider, I see the last item from the previous 
dataProvider as the first entry in the list. As I add more items, I see more 
items from the previous data provider.

Has someone else encountered this? It is definitely a bug, I am wondering if 
there is an easy workaround, like, say, creating my own TileList subclass that 
clears the right thing?

Thanks in advance for any insights.

-Raj

Reply via email to