Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse equivalent of CLEAR TYPEAHEAD
Message
 
 
À
15/07/2002 21:10:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00677211
Message ID:
00678945
Vues:
16
Virusim,

I'm having a hard time understanding why you are having the problem. If you have some sort of a long running process in a Click() you can try code like this:

this.Enabled = .f. && prevent multiple clicks
* do slow stuff
doevents
this.Enabled = .t.

You might need to just build some additional selective Enable/Disable code to prevent the problems your users are having.

>Thank for your advise, actually, my touch screen application didn't
>use double click of the mouse, just that one of my pageframe when
>user click one of the image more than once on that page, it will actually
>default to clicking my next pageframe button, is there any way to disable
>the extra mouse click. Please kindly advise.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform