Page 3 of 7

Re: Drag grid item to another grid

Posted: Tue Dec 19, 2017 6:50 am
by huiyi_ch
Great and many thanks!

Re: Drag grid item to another grid

Posted: Tue Jan 09, 2018 7:37 pm
by tonton2
merci beaucoup!!
Beau travail

Re: Drag grid item to another grid

Posted: Tue Jan 01, 2019 1:01 pm
by mol
Hi Edward! Did you realised it for TREE control?

Re: Drag grid item to another grid

Posted: Wed Jan 02, 2019 12:04 pm
by edk
Cześć Marku.
Niestety nie robiłem tego dla drzewa. Mam problem z określeniem id elementu drzewa, na którym znajduje się wskaźnik myszy w momencie rozpoczęcia przeciągania i upuszczenia (wiersz 414 i 528 w DragAndDrop.prg). Zwracana jest pozycja aktualnie wybranego elementu. 😒
Gdyby udało się to jakoś określić, dalej byłoby już "z górki". ;)
Chyba bez C się nie obejdzie, ale ja jestem "za cienki".

Re: Drag grid item to another grid

Posted: Wed Jan 02, 2019 7:12 pm
by mol
Na razie mam nawał innej roboty - początek roku ;) no i klient jeszcze nie wymyślił, żeby przeciągać gałązki drzewa :) :)
Ale jak się odrobię, to popatrzę, czy w jakimś stopniu da się to zaadoptować do drzewa.

Pozdrawiam, Marek

Re: Drag grid item to another grid

Posted: Fri Jan 04, 2019 11:40 am
by edk
Hi Marek. Just as I thought without C, it would not work.
I have made the TreeView_HitTest function, it returns the value of the handle of the tree node/item on which the mouse pointer is located. :geek:
In the attachment you have a sample using DragAndDrop on trees. You can move nodes/items within a given tree or drag from tree #1 to tree #2.
What I lack in using a tree is the insertion method "InsertItem" ;) .
The "AddItem" method adds items at the end of the node. To simulate the insert method, you would have to save the node structure, insert the item in the saved structure in the right place, delete the node and add item by item in its place. :idea:
Tree DragAndDrop.gif
Tree DragAndDrop.gif (34.8 KiB) Viewed 8294 times
DragAndDrop_0.005.7z
(9.37 KiB) Downloaded 191 times

Re: Drag grid item to another grid

Posted: Fri Jan 04, 2019 1:25 pm
by EduardoLuis
Hi Edward:

Unfortunately i could not unzip de files (.7z), allways gives error.-
I don't want to disturb you, but could you upload in .ZIP format.-
Thanks in advance.-
Eduardo

Re: Drag grid item to another grid

Posted: Fri Jan 04, 2019 1:44 pm
by edk
Here you go :
DragAndDrop_0.005.zip
(11.55 KiB) Downloaded 197 times

Re: Drag grid item to another grid

Posted: Fri Jan 04, 2019 2:38 pm
by EduardoLuis
Thanks EDK.-

Unziped successfully and works EXCELLENT.-
Thanks again.
Eduardo

Re: Drag grid item to another grid

Posted: Fri Jan 04, 2019 3:12 pm
by chrisjx2002
Great demo!