tree

  1. epiCode

    B4J Code Snippet Generate Hierarchical Table with Multilevel Numbering

    I had a list of categories from Amazon which were stored in a csv like this (semicolon separated 25234 entries): Main Category;Subcat 1;Subcat 2;Subcat 3;Subcat 4;Subcat 5;Subcat 6;Subcat 7;Subcat 8 Appliances Appliances;Dishwashers Appliances;Dishwashers;Built-In Dishwashers...
  2. Guenter Becker

    B4A Library Foldable(Drawer)Menu

    UPDATE! LibVersion: Alpha2.2 > Alpha2.4 - 2020/11/03 - Status: Field Test in progress. Implemented automatic measurement of the height of the title label now depends on titles textsize Implemented ScrollView to scroll big menus Implemented DIP consideration for image scale in pixels to scale...
  3. Star-Dust

    B4J Library [B4X] [XUI] jSD_TreeList

    SD_TreeList Author: Star-Dust Version: 0.22 B4XTree Events: Click (IDLeaf As String, LeafName As String) ClickBranch (ID As String, Expanded As Boolean) LongRightClick (IDLeaf As String, LeafName As String) Fields: BadgeBackgroundColor As Int BadgeDept As Int BadgeTextColor As Int...
  4. Star-Dust

    B4A Library [B4X] [XUI] SD_TreeList

    Download a Library from Here SD_TreeList Author: Star-Dust Version: 0.19 B4XTree Events: Click (IDLeaf As String, LeafName As String) ClickBranch (ID As String, Expanded As Boolean) LongRightClick (IDLeaf As String, LeafName As String) Fields: BadgeBackgroundColor As Int BadgeDept As Int...
  5. Mashiane

    B4J Question How to Unflatten List to a JSON Tree?

    Hi there Can anyone please help with a snippet to unflatten data into a json stree? For example, this is my list of records... Dim arr As List arr.Initialize arr.Add(CreateMap("id":1 ,"parentid" : 0)) arr.Add(CreateMap("id":4 ,"parentid" : 2)) arr.Add(CreateMap("id":3 ,"parentid" : 1))...
Top