[flexcoders] Re: How to clear a TileList of its items?

2007-02-27 Thread nboulet
Thanks for the tips! It worked like a charm for me :) --- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: Odd... did you try setting the dataprovider to a new object instead of setting it too null? You could also try: yourTileListID.dataProvider.removeAll();

[flexcoders] Re: How to clear a TileList of its items?

2007-02-12 Thread Jason Hanson
I am having the same problem. I can clear out the TileList by setting the dataProvider to new ArrayCollection(), but it still retains some information about the old dataset. I think it is remembering the total number of items. This is what I am doing. 1) bind the TileList dataProvider to an