the new dbtreeview bean in Servoy 3.5.3 has a lot new features.
One of them is that a new foundset can be added to the dbtreeview.
Cool, but I do not always want the new found be added, but also replaced!
So I was looking for a function for that, but could’nt find it.
I’m really missing now a function: .removeRoots or .clear
Because this way the bean is not compatible anymore with the older versions.
There is (already) a thread with this topic. I very much wish Servoy would better comment on these sort of changes and let us know about what is replaced, enhanced, deprecated etc. Otherwise we loose lot’s of time to figure out, often just by accident and/or at a productive app.
the new dbtreeview bean in Servoy 3.5.3 has a lot new features.
One of them is that a new foundset can be added to the dbtreeview.
Cool, but I do not always want the new found be added, but also replaced!
So I was looking for a function for that, but could’nt find it.
I’m really missing now a function: .removeRoots or .clear
Because this way the bean is not compatible anymore with the older versions.
Startig with v.3.5.3 it is possible to have multiple foundsets associated with
a dbtreeview; because of this, the way bindings are defined for foundsets has
been changed, and some methods were marked as deprecated (see below).
Bindings for a foundset are defined by creating a Binding object for the (servername, tablename)
of the foundset, and then setting the binding info, the same way as in 3.5.2.
Is there a way to add an individual colour to dbTreeView entries (rows)? I use the setFontTypeDataprovider for this and I have for example ‘LucidaGrande,1,11’ in the corresponding font type dataprovider? Can this info somehow be enhanced with colour information?