[flexcoders] object in components

2008-05-14 Thread Maciek Sakrejda
Is it possible to have the same object (i.e., the same reference) twice in a single Tree (or other similar control)? I have a tree and a list that map the relationships between two types of classes (simplified here): public class User { public roles:ArrayCollection; // Both addRole and remov

RE: [flexcoders] object in components

2008-05-14 Thread Gordon Smith
2008 4:32 PM To: flexcoders Subject: [flexcoders] object in components Is it possible to have the same object (i.e., the same reference) twice in a single Tree (or other similar control)? I have a tree and a list that map the relationships between two types of classes (simplified here): public clas