HI all
I’m wanting to sexy up an app of mine and would like to mouse click on a cell in “Grid A” and drag the cell contents visually over the screen to a cell in “Grid B”. I was working on a label appearing on “mousedown” and moves with mouse and disappears on “mouseup” of receiving grid.
I’ve got the label "dropping on to the receiving grid cell ok. My problem is when I mousedown on the data source grid, I can get the cell info and set the label correctly, and move the label to where the cell is, but I currently need to release the mouse and select the label to drag it. I would like to drag the label from the first mousedown event. Doable?