B4J Question [SOLVED] How to make DragAndDrop2 B4Xlib work with B4XPages?

stevel05

Expert
Licensed User
Longtime User
What doesn't work?

I can drag/drop a jpg file onto the target from file manager and it get's displayed.
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
a.gif
 
Upvote 0

DaleA

Member
Keep in mind that I'm a novice at this environment but I don't see why the DragDetected event would fire. It is linked to the 'ivSource' imageview which has nothing in it to be dragged. I tried giving it an image in the Designer and then trying to drag that image around. When I did, the image dragged and the event fired as expected.

As for dragging an image file from the desktop to the ivTarget imageview, it worked fine for me.
 
Upvote 0
Top