[flexcoders] Re: Get parent object in an array collection

2008-11-28 Thread Tim Gallagher
What is FBpro? Thanks Timgerr

[flexcoders] Re: Get parent object in an array collection

2008-11-28 Thread florian.salihovic
I would suggest to create a real data structure and skip the version with the play Object instances. Following this approach, you could add references to the parents, add eventlisteners and reconstruct the structure when needed automatically (you have to implement th logic thogh ;) ). Best

[flexcoders] Re: Get parent object in an array collection

2008-11-27 Thread Amy
--- In flexcoders@yahoogroups.com, timgerr [EMAIL PROTECTED] wrote: Hello all, I am using an array collection as a dataprovider for the Kap Lab (http://lab.kapit.fr/display/visualizer/Visualizer) which is like a spring graph. So when I click on an end node, I get the id of the node. If I