Hi guys.
I am developing a touchscreen application with many buttons on the forms.
What I am wondering, as whether there is a way to give feedback to the user that their input has been recognised?
e.g. My app will be used for ordering products.
If the user taps the touchscreen, but there is a delay in adding that information to the "products ordered" list, they may tap it again, thus ordering it twice.
However, if the system was to make a loud click or beep each time a button was pressed, this should help eliminate the issue.
I was wondering, is there a way to implement this for the entire app, or am I looking at having to put a line of code in for each and every button etc?
Thanks in advance for your help.
I am developing a touchscreen application with many buttons on the forms.
What I am wondering, as whether there is a way to give feedback to the user that their input has been recognised?
e.g. My app will be used for ordering products.
If the user taps the touchscreen, but there is a delay in adding that information to the "products ordered" list, they may tap it again, thus ordering it twice.
However, if the system was to make a loud click or beep each time a button was pressed, this should help eliminate the issue.
I was wondering, is there a way to implement this for the entire app, or am I looking at having to put a line of code in for each and every button etc?
Thanks in advance for your help.