Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse equivalent of CLEAR TYPEAHEAD
Message
From
17/07/2002 06:08:38
 
 
To
15/07/2002 23:54:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00677211
Message ID:
00679523
Views:
29
>Hi David,
>
>Sorry, actually, my touch screen application use a pageframe.
>On the first page, if my user click on one of the image, it
>will activate the second page of the pageframe.
>
>I had set the touchscreen option to click on touch
>
>However, on the first page of my application, when my
>user click the image more than once, the second page which
>is activated had the default button click, which is not what
>I want.
>
>I tried to use your code on
>
>n = INKEY(0.01,"MH")
>n = 0
>WHILE(n > 0)
>...
>
>My testing show that it is not consistence as it depend on
>the user clicking speed, sometime the above code work, sometimes
>it don't. I am at a loss. I already tried to disable the button
>when user click it, but it don't help as it seem like the mouse
>click is forwards to the second page.
>
>Please kindly advise me.

Try to disable the second page before running David's code e.g. :
1. DisablePage
2. ActivatePage
3. DavidsCode
4. EnablePage


HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Reply
Map
View

Click here to load this message in the networking platform