I need to let the user drag and drop some items (pictures) from a scrollview into a panel.
I found different approaches to d&d but all of them manages different kind of views into the same panel.
I tried to study and modify the usefull examples in this thread http://www.b4x.com/forum/basic4andr...9962-example-drag-panel-buttons-edittext.html but the main problem is that when a get the focus in the scrollview all the events raised are relative to that view.
BTW how to convert the relative coordinate of a view to screen (absolute) ones ? This could be usefull.
Thanks.
Daniele
I found different approaches to d&d but all of them manages different kind of views into the same panel.
I tried to study and modify the usefull examples in this thread http://www.b4x.com/forum/basic4andr...9962-example-drag-panel-buttons-edittext.html but the main problem is that when a get the focus in the scrollview all the events raised are relative to that view.
BTW how to convert the relative coordinate of a view to screen (absolute) ones ? This could be usefull.
Thanks.
Daniele