Results 1 to 5 of 5

Thread: Nodes

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    55
    Posts
    1,554
    Rep Power
    174

    Nodes

    I have not found any Nodes yet- so I made my own.

    This example consists of two files, put them both to same folder and run NodeTest which is a simple file-explorer written in TBGL+FILE that has a treeview to display my computer and below noded volumes and folders and a simple list to display the files.

    Main attention should be on the Nodes-Unit which handles tree & relations of nodes while the NodeTest.tBasic is just one of possible uses for nodes. It would be great to have this improved in speed & fuctionality - there are not all functions fully tested yet

    Perhaps some ideas to this,

    Minversion 1.9.5.0. (or when did Array Scan the improve?)
    Edit: Added NODE_SetBranch(Index, Flag)-Function to set a whole branch of tree to either %NODE_COLLAPSED or %NODE_EXPANDED
    - not recommended to use expand on a whole tree before it is completely filled with data - leads to uncomfortable behaviour since the nodes don't know yet if they are expandable...
    Attached Files Attached Files
    Last edited by ReneMiner; 20-05-2013 at 18:12.
    I think there are missing some Forum-sections as beta-testing and support

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

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