Hello
I have a button that I want to capture both his click event and his Btn1_Up. (And expects the click to be before the Btn1_Up). But in Digger it seems that he only catch theBtn1_Up event
why?
If you use a panel you can detect touch up and touch down. Add a label inside the panel and set panel elevation to 5/6dip and set corner radius to 3/4dip to make it look like a button.
In fact, what probably happened is that the theBtn1_Up event happened anyway, even though I did not leave the button. And then the click envent.
Only in the debugger it is probably impossible to debug both one after the other, but as soon as I remove the break points from the theBtn1_Up event he stops at the break point of the click event