I figured it out myself. Here is what I did.

My php code is outputing with label properties as follows:
      $xml.= "<sectioncode label=\"$sectioncode\">";
      $xml.= "<labtitle label=\"$title\">";
      $xml.="</labtitle>";
      $xml.="</sectioncode>";

Once I did that (and it took a while to get the correct formatting) I
set the dataprovider of the tree as "{get_sections.lastResult }" and
made the labelfield "labelField="@label."" with all that the tree is
displaying correctly and not making subnodes for everything. YAY!!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to