I notice something strange on my tablet.I have some rather big statelist drawable buttons, made in designer.
When I shortpress the button and log the events, the log shows this:
**ButtonDown
**ButtonUp
That's normal and expected. Now when I *hold* the button carefully pressed, the log consistently shows this:
**ButtonDown
**ButtonUp
**ButtonDown
In other words it generates a ButtonUp event where there was no button up! I can reproduce this behaviour 10 times in a row.
Could be my tablet is crappy, but this happens SO consistently that I doubt it.
This annoys me, because I want to SEE that the sld button is pressed, before I jump to a routine. That's why I put it in Button_Up deliberately.
Can somebody help me out here?
Bas Hamstra
When I shortpress the button and log the events, the log shows this:
**ButtonDown
**ButtonUp
That's normal and expected. Now when I *hold* the button carefully pressed, the log consistently shows this:
**ButtonDown
**ButtonUp
**ButtonDown
In other words it generates a ButtonUp event where there was no button up! I can reproduce this behaviour 10 times in a row.
Could be my tablet is crappy, but this happens SO consistently that I doubt it.
This annoys me, because I want to SEE that the sld button is pressed, before I jump to a routine. That's why I put it in Button_Up deliberately.
Can somebody help me out here?
Bas Hamstra