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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top