Re: [flexcoders] Re: Flex nested tree get data from mysql and php

2008-12-16 Thread Barry Gee
Hi. First of all my apoligise if this really isnt what your looking for, as I have deleted the previous posts so havent read the whole discusion. Hopefully this may help though. I have created a tree component that loads in an xml structure, the xml structure can change i.e. new levesl edded

Re: [flexcoders] Re: Flex nested tree get data from mysql and php

2008-11-30 Thread Marco Catunda
timgerr, You have to convert a table list, lft and rgt nested set approach, to an hierarchical model in server side. Unfortunately, the Flex DataDescriptionDefault only work in a model of array of array with 'chidren' field. As soon as I have time, I intend to develop a class that implements ITre