Android Question CLVTree - Add an item on a B4A Project (not a B4Xpages Project)

Antonio Ferreira

Member
Licensed User
Longtime User
The example of CLVTree is a B4XPages project.
In a B4A Project, does not exist Tree.Root for add an item to CLVTree . ( Dim item As CLVTreeItem = Tree.AddItem(Tree.Root, $"Item #${i}"$, Null, "") from Erel CLVTree Example)

Thank you for any tips
 

LucaMs

Expert
Licensed User
Longtime User
The example of CLVTree is a B4XPages project.
In a B4A Project, does not exist Tree.Root for add an item to CLVTree . ( Dim item As CLVTreeItem = Tree.AddItem(Tree.Root, $"Item #${i}"$, Null, "") from Erel CLVTree Example)

Thank you for any tips
Tree.Root has nothing to do with Root, the main Panel of a B4XPage.
In fact, the example project works even if it is not B4XPages.
 

Attachments

  • CLVTree.zip
    22.5 KB · Views: 72
Upvote 0
Top