treeview

  1. P

    Libraries documentation viewer: the XML files...

    Did you ever wonder where the autocomplete information in the IDE comes from? Well, i'm not 100% sure but the same information can be found in the XML file from the library that has been used. In the case of a (B4J) Button the jFX.xml file contains information about the Button and its events...
  2. Iatros

    B4J Question TreeView reset

    Hello, I fill a TreeView. Dependent on option fields with different values. So I need to clear the TreeView and fill it with other values. If I try objTree.RemoveNodeFromParent the whole component dissapears. Then I thought I make different root entrys and made it this way below. But the...
  3. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 14 - The TreeTable

    Hi The tree-table is a combination of the tree and the data-table. To create the tree-table, one needs to add the columns they will need, then indicate which column should feature the tree structure and then add data to it. To create columns we use the WixDataColumn class we saw for the...
  4. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 13 The TreeView

    Hi The treeview is basically that, a tree view. You add items and children and can also trap the itemClick event for the item to get the key selected.. Here we use .SetData to load data to the treeview the normal way and also execute an AddNode method to both add an element and its child...
  5. Mashiane

    B4J Library [BANano] UOETreeView: A designer treeview you might use

    Ola I was kind of excited when I found this today. It justs meets most of the requirements that I need from a treeview. To mention a few, one can 1. Check, CheckAll, UnCheck, UnCheckAll 2. Select, SelectAll, UnSelect, UnSelectAll, 3. Specify an id, text for a node 4. Search a node by id 5...
Top