Hamedshafiee Member Sep 14, 2016 #1 hi sorry for my bad english i need to use drag and drop object in my b4j app i see this topic but its not work in b4j without DraggableView class for example : The user can move the image how i can adapt DraggableView for B4J again so sorry for my bad english Last edited: Sep 14, 2016
hi sorry for my bad english i need to use drag and drop object in my b4j app i see this topic but its not work in b4j without DraggableView class for example : The user can move the image how i can adapt DraggableView for B4J again so sorry for my bad english
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2016 #2 An example of DraggableView is attached. Note that the Handle Resize Event option in the layout file should be unchecked. Attachments DraggableView.zip 2.2 KB · Views: 489 Upvote 0
An example of DraggableView is attached. Note that the Handle Resize Event option in the layout file should be unchecked.
Hamedshafiee Member Sep 15, 2016 #3 Erel said: An example of DraggableView is attached. Note that the Handle Resize Event option in the layout file should be unchecked. Click to expand... very thank you erel everthing is ok but i have new problem Button1_MouseClicked event not work Upvote 0
Erel said: An example of DraggableView is attached. Note that the Handle Resize Event option in the layout file should be unchecked. Click to expand... very thank you erel everthing is ok but i have new problem Button1_MouseClicked event not work
Erel B4X founder Staff member Licensed User Longtime User Sep 15, 2016 #4 DraggableView adds a transparent pane(l) above the view. This pane intercepts the touch events. You can disable it when you want to allow the user to interact with the underlying view. Upvote 0
DraggableView adds a transparent pane(l) above the view. This pane intercepts the touch events. You can disable it when you want to allow the user to interact with the underlying view.