i did some prototypes with birdeye but am facing some issues:- 1) how to show islands. birdeye shows only those nodes that are connected to the root. i worked around this problem by creating a dummy edge between all the nodes and the root. this is a very crude way of doing it.
2) how to save the location of various nodes across views. suppose am seeing a graph and node 1 is at the top. when i come back second time the node 1 should be at the top only. if the user changes anything then the location set by the user should be saved. any idea on how these things could be implemented. ---> Akshar Kaul <--- On Thu, Jan 20, 2011 at 15:26, kapil kaushik <[email protected]>wrote: > Hi Akshar, > > I can't recall the other libraries that I had checked out in past, but I > remember that ravis in birdeye project was quite good. You can customize it > as per your needs, and it offers a lot of pre-build patterns -- enabling a > very quick prototype. > > Thanks, > Kapil > > > On Wed, Jan 19, 2011 at 12:48 PM, Akshar Kaul <[email protected]>wrote: > >> i have used birds eye but it has many limitations... are there any other >> components or libraries similar to the birds eye so that i can compare them. >> >> thanks >> Akshar >> ---> Akshar Kaul <--- >> >> >> >> On Tue, Jan 18, 2011 at 23:41, kapil kaushik <[email protected]>wrote: >> >>> Hi Madhavi, >>> >>> Was just curious to know why do you want to create the entire thing from >>> scratch. I am assuming that you have looked at some resources which are >>> freely available (e.g. birdeye project). Did you not find the existing >>> resources good enough or are your needs quite different? >>> >>> Thanks, >>> Kapil >>> >>> >>> On Tue, Jan 18, 2011 at 10:35 PM, Nakul Mishra <[email protected]>wrote: >>> >>>> ll b glad 2 help u. >>>> Can u share wht is u r problem: Designing Phase or Implementation phase? >>>> >>>> On Mon, Jan 17, 2011 at 9:01 AM, madhavi chinni < >>>> [email protected]> wrote: >>>> >>>>> I want to to display a graphml in Flex which contains nodes and >>>>> edges.Nodes are the entity images and edges are the lines connecting >>>>> the entities.I want the graphml to be displayed without any dependency >>>>> on x and y coordinates.The layout of the graph should be taken >>>>> automatically.Could you please help me in doing this? >>>>> >>>>> Thanks, >>>>> Madhavi >>>>> >>>>> On Jan 16, 4:28 pm, Nakul Mishra <[email protected]> wrote: >>>>> > Hi, >>>>> > What is the goal of a graph produced by your component? >>>>> > Goal matters a lot because of time complexity. >>>>> > For e.g. suffix tree implementation is quit often use to represent >>>>> suffix of >>>>> > a given string. The benefit of this is that it provides fast >>>>> implementation >>>>> > of many important string operations. >>>>> > Once you know what you will like to achieve from your component then >>>>> its >>>>> > all about programming. >>>>> > Hope it will be of some help >>>>> > >>>>> > On Tue, Jan 11, 2011 at 11:55 AM, madhavi chinni < >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > [email protected]> wrote: >>>>> > > Hi, >>>>> > >>>>> > > We want to develop a component to render a graph representing nodes >>>>> > > and edges using flex without using a third party API. >>>>> > > Can anyone share your views or how can it be done? >>>>> > >>>>> > > Regards, >>>>> > > Madhavi >>>>> > >>>>> > > -- >>>>> > > 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]<flex_india%[email protected]> >>>>> <flex_india%2Bunsubscribe@googlegrouÂps.com> >>>>> > > . >>>>> > > For more options, visit this group at >>>>> > >http://groups.google.com/group/flex_india?hl=en. >>>>> > >>>>> > -- >>>>> > Regards >>>>> > Nakul- Hide quoted text - >>>>> > >>>>> > - Show quoted text - >>>>> >>>>> -- >>>>> 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]<flex_india%[email protected]> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/flex_india?hl=en. >>>>> >>>>> >>>> >>>> >>>> -- >>>> Regards >>>> Nkl >>>> >>>> -- >>>> 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]<flex_india%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/flex_india?hl=en. >>>> >>> >>> -- >>> 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]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >> >> -- >> 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]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > -- > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- 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.

