Y ykucuk Well-Known Member Licensed User Longtime User Sep 26, 2013 #1 Hello, i need drag view X point to Z point. I know that it is possible with DraggableView . my question is if my view is hit (over) Z point i want make view non-draggable. other words i have to lock it. it s like puzzle game. how to do it ? any help ?
Hello, i need drag view X point to Z point. I know that it is possible with DraggableView . my question is if my view is hit (over) Z point i want make view non-draggable. other words i have to lock it. it s like puzzle game. how to do it ? any help ?
Erel B4X founder Staff member Licensed User Longtime User Sep 28, 2013 #2 You can add a "enabled" variable to DraggableView and then change it as needed (and disable the movement when it is false). Upvote 0
You can add a "enabled" variable to DraggableView and then change it as needed (and disable the movement when it is false).