iOS Question Button_Down event handler

Alejandro Migoya

Member
Licensed User
Longtime User
I created a button (BtnStart) using the Designer-Window, generated members, and then added this sub manually to my code:

Sub BtnStart_Down
...
End Sub

But my code doen´t trigger the down event. Any suggestions?

Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
There is no such event.

SS-2015-05-29_09.44.13.png
 
Upvote 0

Alejandro Migoya

Member
Licensed User
Longtime User
Thanks for the suggestion Klaus. It´s for a process where the user needs to hold down the button for some time (something happens while button is pressed) and then when button is released another events triggers.
I was hopping to use the DOWN and UP events tied to a timer.

Any suggestions?
 
Upvote 0
Top