Hello

Code that used to work with Flex2 does not work right with Flex3. I have
a TileList with a custom item renderer. The renderer has view states, it
also has handler for "creationComplete".

With Flex2, the "creationComplete" handler was always executed in
renderer when the TileList data provider changes. In Flex3, it is
executed just once ant that's it (i.e. when the data provider changes
the list gets refreshed but my handler does not get executed). Does
Flex3 use some sort of pooling for renderer instances?

Also as I said, my renderer has view states. Handlers for enterState,
exitState etc are only executed once, for the initial data provider.

I see all this as beeing a grave backwards compatibility issue.

Comments?

Thanks, Robert

Reply via email to