Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse equivalent of CLEAR TYPEAHEAD
Message
 
 
To
15/07/2002 21:10:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00677211
Message ID:
00678945
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform