Results 1 to 6 of 6

Thread: Easy to work with ActiveX tree

  1. #1

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Question Easy to work with ActiveX tree

    Could anybody recommend a good ActiveX tree component. I have developed a web based application that uses a contacts tree.

    The tree must be easy to populate data with, and must be easy to work with when working with data in a structured, heirarchial format.

    Oh yeah, and it must look very nice too.

    Any recommendations?

  2. #2

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366
    Just to add another criteria,

    it would be preferred if the tree got populated from a data loop..

    i.e

    Do Until rs.Eof
    treeObj.Add(parentNodeID, thisNodeID, "This is my node")
    rs.MoveNext

    Thanks

  3. #3
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Why can't you use a Collection?

  4. #4

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366
    You mean for the data?

    Thing is, or web app already works with another tree. And the tree had to be populated this way. And our data and software works in this format. Prob is the web-based tree, when it gets too many nodes takes ages to display, so we need to update it to an ActiveX tree in the near future for faster rendering.

    So I want the changeover to be as painless as possible.

  5. #5
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Have you considered creating your own ActiveX control?

  6. #6

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366
    Nope, don't have time for that.

    If I did do something like this from scratch I would probly invest the time in writing a .NET control.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width