[flexcoders] Re: Flex2: whats a TreeNode convert to

2006-05-24 Thread karthikeyanik
Matt, We have extended the TreeNode class provided in Flex1.5 and we are in the process of migrating to Flex2.0. As pointed by you,there is no equivalent of TreeNode class in Flex2.0 beta3. You are suggesting to use ITreeDataDescriptor instead. Can you please give an example using

[flexcoders] Re: Flex2: whats a TreeNode convert to

2006-05-24 Thread Michael Montagna
Hi Karthi, I just posted an example descriptor a few days ago. Let me know if you need more info. Since you have TreeNode and a hierarchical model already implemented, you can have your Descriptor wrap the methods on your TreeNodes, or else you can abandon the TreeNode implementation and