Re: [Gambas-user] Dragging from one control to another

2017-07-23 Thread Charlie
Rolf-Werner Eilert-2 wrote > The GridView_Drop event doesn't fire at all. No idea why. I can get this to work either, as you say the '_Drop' does not seem to fire. I came up with a different way to do this that might be of interest, see attached. GUITest.tar

Re: [Gambas-user] Dragging from one control to another

2017-07-21 Thread Benoît Minisini via Gambas-user
Le 21/07/2017 à 23:35, Rolf-Werner Eilert a écrit : Hello, Still having trouble with this: I have two GridViews. I want the user to drag and drop elements from one table to the other. When the mouse leaves the first GridView, the second doesn't register MouseUp. (It does run within one and

[Gambas-user] Dragging from one control to another

2017-07-21 Thread Rolf-Werner Eilert
Hello, Still having trouble with this: I have two GridViews. I want the user to drag and drop elements from one table to the other. When the mouse leaves the first GridView, the second doesn't register MouseUp. (It does run within one and the same GridView.) The GridView_Drop event doesn't