Hello, with SD Treeview using KVS2 library i was able to save the value to files:
Is ther a way to load this value In B4XTree1 after close and reopen the app ?
thanks in advanced
code:
Dim kvs As KeyValueStore
xui.SetDataFolder("kvs")
kvs.Initialize(xui.DefaultFolder, "kvs.dat")
....
kvs.Put("tree",B4XTree1.TreeToJson)
Log(kvs.Get("tree"))
thanks in advanced