Re: [flexcoders] tree of extended components? possible?

2007-02-08 Thread Michael Schmalle
Yes, Look at the itemRenderer property of the Tree. It's exactly what you want. You might also check out dataDescriptiors if your model is complicated and you want to extend the tree using your custom component children(itemRenderer) and model. Peace, Mike On 2/8/07, tinkiknit <[EMAIL PROTECTE

[flexcoders] tree of extended components? possible?

2007-02-08 Thread tinkiknit
Hello... Here is my idea. I'm working on a query tool for a simple data repository. I have 3 operators, AND, OR and NOT. What I would like to do is use a tree control to form the queries. Example in rudimentary text drawing: AND | - query term | - query term + (the plus sign is to open