Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView doubleclick
Message
De
01/07/2006 17:40:34
 
 
À
30/06/2006 08:50:56
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01126856
Message ID:
01133289
Vues:
20
>Oh, I found that under some conditions HitTest needs coordinates multiplied by 15. (AFAIK to convert from pixels to VB units but I'm not sure).
>Very weird thing.
>
>Please try this modified code:
>
>LOCAL laMice[4]
>IF AMOUSEOBJ(laMice) = 4 THEN
>  IF NOT ISNULL(This.HitTest(15*laMice[3], 15*laMice[4])) THEN
>    * Doubleclick action
>  ENDIF
>ENDIF
>
>
>Hope this helps.

Yes, that works, thanks.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform