[flexcoders] Re: Animating items in a tilelist when filtering arraycollection

2010-02-16 Thread ZIONIST
Hey Valdhor, this is exactly what i was looking for. i have tried it out and it works exactly like what i expected. thanks a lot bro.

[flexcoders] Re: Animating items in a tilelist when filtering arraycollection

2010-02-16 Thread valdhor
You're very welcome. --- In flexcoders@yahoogroups.com, ZIONIST stinas...@... wrote: Hey Valdhor, this is exactly what i was looking for. i have tried it out and it works exactly like what i expected. thanks a lot bro.

[flexcoders] Re: Animating items in a tilelist when filtering arraycollection

2010-02-15 Thread valdhor
I don't know if this will be exactly what you want but I have a solution of sorts. Flex 3 has a DefaultTileListEffect that you can use but it only works with adding or removing items from the dataprovider - not for filtering. So, one way to get this working is by using two array collections.