Hi Guys,
Impatient users are tapping the screen a few times as the Forms are being calculated before being displayed. When the form is displayed the PPC seem so fetch the tappings that were made before the screen was displayed and acts on them.
I am assuming that each screen tap is stored in a buffer and is recalled once all subroutines have exited (i.e. the PPC is waiting on User input)
My question is - is it possible to "flush" the screen tapping buffer so that the app will only respond to fresh screen taps once the Form_show sub has finished?
Many thanks for your thoughts
Kintara
Impatient users are tapping the screen a few times as the Forms are being calculated before being displayed. When the form is displayed the PPC seem so fetch the tappings that were made before the screen was displayed and acts on them.
I am assuming that each screen tap is stored in a buffer and is recalled once all subroutines have exited (i.e. the PPC is waiting on User input)
My question is - is it possible to "flush" the screen tapping buffer so that the app will only respond to fresh screen taps once the Form_show sub has finished?
Many thanks for your thoughts
Kintara