I have to add, itemsChangeEffect works fine on tileList using itemrenderers (with containers) the problem is strictly related to the itemsChangeEffect addItem effects behaviour on a List only. the effect is playing fine on the removeItem.
On Fri, Feb 6, 2009 at 12:41 PM, Thibaud Van Vreckem <[email protected]>wrote: > I'm hitting the exact same issue.. Any solutions yet ? > should I submit that as a bug ? > > > On Wed, Jan 21, 2009 at 4:14 PM, Amy <[email protected]> wrote: > >> --- In [email protected] <flexcoders%40yahoogroups.com>, Josh >> McDonald <dzn...@...> wrote: >> > >> > It may be caused by Container not implementing >> IDropInListItemRenderer or >> > IListItemRenderer. You really don't want to be extending Container >> for item >> > renderers if you can avoid it, I believe it's a big performance >> penalty. >> >> AFAIK, those interfaces only deal with how data gets passed into the >> renderer, not how effects are applied. >> >> >> > >

