msgbox called within Activity_Touch - How to flush touch buffer

DoogieDog

Member
Licensed User
Longtime User
Hello all -
I have a msgbox that gets called within Activity_Touch when ACTION_UP occurs. I'm getting nusence ACTION_DOWN and ACTION_UP after I hit the OK button on the msgbox

1. Is there a way to flush the touch buffer
or
2.Is there a better may to call a msgbox within the sub Activity_Touch
or
3. A way to exit ACTIVITY_TOUCH and then flush the touch buffer

Thanks

Scott
 
Top