Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Canceling mouse events from a mousedown()
Message
From
22/03/2005 14:31:33
 
 
To
22/03/2005 13:29:30
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00998164
Message ID:
00998207
Views:
16
Fabio,

Yes, that's exactly what I'm doing. This works, but I was hoping to avoid scattering all this additional logic across all the related mouse events. Sounds like a maintenance nightmare down the road.

Malcolm


>Malcom, like this ?
>
>* MouseDownDelay = .NULL. for ignore it
>* MouseDown
>thisForm.MouseDownTimeOut = SECONDS()+m.This.MouseDownDelay
>* MouseUp
>IF SECONDS()>m.thisForm.MouseDownTimeOut
>  NODEF
>  RETURN
>ENDIF
>
>Fabio
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform