Flex Arraycollection filter
Posted
by Prashant
on Stack Overflow
See other posts from Stack Overflow
or by Prashant
Published on 2009-12-16T06:53:52Z
Indexed on
2010/04/05
14:03 UTC
Read the original article
Hit count: 350
flex
Hello all
I am working in Flex.
I have an arraycollection which is used to fill a tilelist with images.
I am using filter method of arraycollection to filter out certain images from tilelist based on a selected value from combobox.
The issue is that when the images are filtered out they just vanish suddenly.
But I want to give some effect to them when they are filtered out, say slow fade effect or zoom effect. I tried removedEffect, hideEffect etc. but in vain.
Can anyone please help me out. thanks.
© Stack Overflow or respective owner