Why do you want the path ? Can you explain your scenario ...what you want to do ?
On Thu, Nov 13, 2008 at 5:06 PM, Sree <[EMAIL PROTECTED]> wrote: > > Hi All, > > Could someone tell me how to get the path of a select node from the > root in the tree control. > My XML looks like this. > <FolderStruct name="MyFolders"> > <Folder name="FirstFolder" isBranch="true"> > <FileName name="SchemaOne"></SchemaName> > <FileName name="SchemaTwo"></SchemaName> > </Folder> > <Folder name="SecondFolder" isBranch="true"> > <FileName name="SchemaOne"></SchemaName> > <FileName name="SchemaTwo"></SchemaName> > <Folder name="ThirdFolder" isBranch="true"> > <FileName name="SchemaThree"></ > SchemaName> > </Folder > </Folder> > </FolderStruct> > > When I click on the node schemathree in the tree control I need to get > the Hierarchical path say like > MyFolders,SecondFolder,ThirdFolder.SchemaThree.. > > If Some one could give me an idea how to do this or else any > suggestions on this would be helpful for me. > > Regards, > Sreekanth > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

