Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Double click
Message
De
27/01/2003 18:00:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Double click
Divers
Thread ID:
00746031
Message ID:
00746031
Vues:
44
I have discovered that, at least when it comes to listboxes, that if you double click a listbox, the code in the click method runs before the code in the doubleclick method, thereby screwing up things royally.

For example: listbox.click() -- do A
listbox.dblclick() -- do B

No matter how fast I double click, what I set _dblclick to, or any other thing I've tried including setting flags, delaying tactics, whatever. If the code in click() runs, the code in dblclick() does not, evidently because the code in click() re-populates the array that is the rowsource for the listbox.

Any ideas?


Joey...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform