i guys i have probably asked this several times but i have never gotten
anything solid. i have a tile list that is populated with an array collection
of data from a database. i also have a filter function that i use to filter the
array collection based on multiple criteria. i would like to have some kind of
effect play as data is filtered to show data change just like in the flex store
example. but apparently the itemschangeeffect in flex 3 does not work with
filter functions. any way of achieving that goal?