PDA

View Full Version : TileList


Flex in Mind
07-07-2008, 09:33 AM
Hi,
How can we append one TileList into other.
I am able to replace it by giving Tile1.dataProvider=Tile2.dataProvider.
How can i append the contant of Tile2 in Tile1 ?

Please help me.
Thanks :eek:

mattb
07-08-2008, 03:56 AM
One way would be to setup two ArrayCollections and bind each tree to a seperate collection. Then you have the two arrays available and you can concatenate one to the other (or add the items from one to another directly).