Hi Sam,
didn't test it in b4a. but I can give you the vb code if you want.. you will need to save the
coordinates in the mouse-up event.
* First right-click the view, and then move the mouse around, you write the routine to make
the view follow the mouse (with both mouse buttons free).
* and then when you reach your destination, right-click the mouse again to drop the view.
* at the mouse-up of this second click is when the (current) coordinates are saved, wherever
you wan to save them.
In activity-create (if first time) you assign the saved coordinates to the x,y of the view.
Cheers!