Re: [Gambas-user] How to use drag-and-drop

2017-07-13 Thread Rolf-Werner Eilert
Am 11.07.2017 um 12:23 schrieb Charlie: Rolf-Werner Eilert-2 wrote The basic usage of the drag-and-drop functions isn't quite clear to me. I couldn't find much information in the wiki about it. Here is my code. I use t$ as a simple storage place and TextBox1 is only to see what the thing does.

Re: [Gambas-user] How to use drag-and-drop

2017-07-11 Thread Charlie
Rolf-Werner Eilert-2 wrote > The basic usage of the drag-and-drop functions isn't quite clear to me. > I couldn't find much information in the wiki about it. Here is my code. > I use t$ as a simple storage place and TextBox1 is only to see what the > thing does. > > The user should pick the red

[Gambas-user] How to use drag-and-drop

2017-07-10 Thread Rolf-Werner Eilert
The basic usage of the drag-and-drop functions isn't quite clear to me. I couldn't find much information in the wiki about it. Here is my code. I use t$ as a simple storage place and TextBox1 is only to see what the thing does. The user should pick the red cell in GridView1 and drag it to anot