Same experience, didn't need component cloning for several years, when I started Flex I thought I needed it but there are (from my experience) better ways to handle the problem.
On 23/01/12 16:45, "Jonathan Campos" <jonbcam...@gmail.com> wrote: >On Mon, Jan 23, 2012 at 9:41 AM, Craig Drabik ><craig.dra...@gmail.com>wrote: > >> Of course I don't know everything :) Do you have a specific example or >> sample project to illustrate your idea? >> > >To be fair I came across this once before. After developing on the issue I >eventually figured out that I needed to be using a List/ItemRenderer type >implementation rather than cloning and the issue was resolved in a clean >manner. > >-- >Jonathan Campos