Disabling user interaction

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a program on my handheld that I built that communicates with some web
services. While the web services and handheld are communicating there is a
pause in the program. My issue comes when some of less than intelligent
users start pressing all of the buttons. When the handheld completes its
data transfer then it performs all of the functions that the user clicked on.
Is there a way to block them?
 
Disable the buttons if you don't like the user hitting them (and enable them
when your code is ready). Also to help your users put up an hour glass or
progressbar so they know something is going on.

Cheers
Daniel
 
Back
Top