Hi,
Thanks for the help, i found a way to fix the problem. I did like this, in the administration mode I use "onSingleTapConfirmed" to set the button to a Dummy ButtonView in Globals
When I use a GD that is linked to the panel on the two finger gestures. It works like a charm.
I removed the onRotate to the GD that handles the single button.
I don't know if it's the best looking solution, but it works. Thats the most important thing.
Now I have to work out how to limit the buttons size and snap them to a invisible grid.
Thanks for helping me again.
Sub ButtonAdminGesture_onSingleTapConfirmed(X As Float, Y As Float, MotionEvent As Object)
If Debug Then Log("ButtonAdminGesture_onSingleTapUp(MotionEvent=" & MotionEvent & ")")
ClickedButton = Sender ' Dummy in Globals
End Sub