Hi all,
I am trying to use the Servoy DBTreeTableView bean in Servoy 6.0.1 for drag-and-drop operations within the same DBTreeTableView (basically I need to give the option to the users to re-arrange the tree nodes by using drag-and-drop operation). I can get information about the node which the user starts to drag, however there is no way to find on which node the drop action is performed. The only thing available is the elements.beanDBTreeTableView.selectionPath property but it contains the starting node and is not changed when the drop action is performed. Since the DBTreeTableView bean does not work directly with the foundset, it does not affect the foundset selected record either so I cannot use that approach either.
Has anyone been able to use successfully the DBTreeTableView or DBTreeView beans in drag-and-drop operations within the same bean successfully? If so, any hint as to how this can be achieved will be greatly appreciated.