Re: UI Design Question

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 05/13/04


Date: Thu, 13 May 2004 14:01:16 -0500

well, since it's not linear it's a toughie to say. If you limit it to only 1
node and it's children and parents you could use a double tree setup but
it's the siblings thing that makes it tough.

-- 
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Guadala Harry" <GH@Holdtheonions.com> wrote in message
news:OI9Y3iROEHA.628@TK2MSFTNGP11.phx.gbl...
> I already have the table design hammered out - but how to dislay it all
> graphically in a Web page? I suppose a "brute force" method would involve
> using GDI+ on the server to crank out a diagram that gets saved as a jpg
> that is in turn referenced by an aspx - but that's a lot of work. I was
> hoping for something simpler. Any ideas?
>
> Thanks
>
> -G
>
>
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:edFn%23PROEHA.3884@TK2MSFTNGP12.phx.gbl...
> > sounds like a family tree type design. perhaps a search on that may lead
> to
> > what you are after.
> > Sounds like 3 tables to me though.
> > 1) Nodes
> > 2) Parents (1 to many)
> > 3) Chidrem (1 to many)
> >
> >
> > -- 
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> >
> >
> > "Guadala Harry" <GH@Holdtheonions.com> wrote in message
> > news:up6ehpQOEHA.3708@TK2MSFTNGP10.phx.gbl...
> > > I have a need to display nodes in a hierarchy - an inverted tree of
> > sorts -
> > > but a bit more complicated than a simple tree or set of inverted
trees.
> > The
> > > nodes I'm dealing with exist in a definite hierarchy, however any
given
> > node
> > > can have more than one parent and can have multiple children (except
for
> > the
> > > top/root nodes). This is different than a tree in that in a tree, any
> > given
> > > node can have at most one parent.
> > >
> > > Anyway, I need to display these nodes and their relationships
> graphically
> > on
> > > an Web page. I'd appreciate some suggestions for how to accomplish
this
> > > visual display. I don't think I can use a simple tree/list view (like
in
> > > Windows Explorer) because in those, any given node can have at most
one
> > > parent (unless the node is displayed more than once - which I don't
want
> > to
> > > do). I'd be happy just to even have some boxes containing a short bit
of
> > > text (to represent a node) and some connecting lines - but how to
> > accomplish
> > > this? Note: The nodes and their relationships are stored in a
database,
> > and
> > > the graphical representation must be created at runtime.
> > >
> > > Thanks!
> > >
> > >
> > >
> >
> >
>
>


Relevant Pages

  • [PATCH] Re: Kernel SCM saga..
    ... the tree ID. ... commit(s), practical if you want to diff against the previous commit ... +# for addition to the GIT repository at the next commit. ... +# multiple parents test 1d0f4aec21e5b66c441213643426c770dc6dedc0 ...
    (Linux-Kernel)
  • Re: Flexible tree component?
    ... > a father and a mother, or no parents. ... > tree to the user? ... you'll need a self-referencing heirarchical treeview that is ... likely that a Male will sire offspring with more than one Mate. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: I have sub-categories but want to display full category path
    ... Leeds and Bradford are sub-categories of West ... parents and so on like the below example. ... If your structure requires that you have infinite tree 'nodes' however, ... enforce strict locality rules... ...
    (comp.lang.php)
  • Re: Rats
    ... the bottom of the garden of his grilf's parents. ... a large deer there, standing under a tree and snacking on whatever it is ...
    (uk.rec.sheds)
  • Re: node integrity when copying subtree in nested sets
    ... the node C logically has two parents, ... In a tree, nodes can only have 1 parent. ... generalized groups like these, ... In sql terms, ...
    (comp.databases)