hello friend,

please help me to make family tree in flex.

    I have downloaded SpringGraph Samples from Mike-Shepherd’s Web
site. but in each sample, nodes shows related items.
Please guide me how can i display Items in Hierarchy as I am going to
develope FAMILY TREE. becuase In Family tree, Nodes needs to display
image as well as option to add chidren/wife/husband/bro/sis any kind
of help will be appriciated.

please give me logic or tutorial or references url.




On Jun 13, 9:29 am, kamlesh vaghela <kamlesh2...@gmail.com> wrote:
> Hi     For making family tree you need to create a class having a
> minimum field  like { id , membername , parentid } .
>    Next you have to create a recursive function , which can display the tree
> up to n level .
>    In the function  first find all parent , and their child , and child's
> child  and ..........
> so on . That why you have to crate a single recursive function, which can
> lead your each and every record to be in search.
>
>    If you have got any problem you  can reply me.
>
>   Kamlesh Vaghela
>
> On Fri, Jun 12, 2009 at 4:57 PM, JK <jkotwa...@gmail.com> wrote:
>
> > hi
> > please help me to make family tree in flash or flex so please give me
> > logic to generate family tree i have project to create family tree but
> > i have not proper logic to do this.

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

Reply via email to