Treeview + webclient + array

I’m sure this has been asked before, but I couldn’t find a directly relevant post.

My question is is there a treeview bean that is webclient compatible AND supports addingRoots from an array as opposed to a foundset?

Thanks

Check the website of Robert Ivens

http://www.roclasi.com/index.lasso?go=prod&show=opensource

There you find a HTML-treeview as open source. Written in an early version of Servoy, but with some small changes you can get this work.
It gives you the possibility using arrays to fill the treeview and the result is HTML (in stead of the treeview-bean)

Martin

Hi Jeff,

If DataSets will do you could use the alternative DBTreeView bean.
As you probably know you can create empty datasets and fill them by code kinda like you would with a 2D array.

See this post:
viewtopic.php?f=15&t=13055&st=0&sk=t&sd=a&start=15#p68451

Note: it’s for Servoy 5 only.

Hope this helps.

Edit: Fixed some grammar

Hello and thank you. That will work fine. :D