Other Button_Touch (Action As Int, X As Float, Y As Float)

hello
can i use touch event on button or other itemView aslabel ...
_Touch (Action As Int, X As Float, Y As Float) is work on panel only?

thanks
 

ilan

Expert
Licensed User
Longtime User
There is no Touch event for buttons, however you can add a similar event to any view with the Reflector library.
i would prefer keeping it b4x compatible and add a panel with a label that acts like a button.
(b4a,b4j,b4i support _touch event on panels)
 
Upvote 0
Top