Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Canceling mouse events from a mousedown()
Message
De
22/03/2005 14:31:33
 
 
À
22/03/2005 13:29:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00998164
Message ID:
00998207
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform