Hi all,
I have a programmed treeview (drag&drop = source)
I've made a edit control( drag&drop = target )
and this works well, I can drag&drop everything from tree to the edit veld
2 questions:
1. everything that's in the veld must be compared with the tree and the items that are in the tree and also in the edit veld needs to be in red in the tree. So that you can see which items are not yet taken.
2. I have also a table (drag&drop = target ) but here it doesn't work.
Do I still need to do something else to drag&drop to a table ? And here also the color in the tree needs to be changed when the item is drag&dropped in the table
Thx very much
Pjotr