Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MouseMove() interfering with InteractiveChange()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
MouseMove() interfering with InteractiveChange()
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01374099
Message ID:
01374099
Vues:
76
I have a couple ListBoxes that need drag/drop capability between them. I also need to be able to capture the value of the ListBox from which the drag is initiated prior to the Drag() event.

In the MouseMove() event, I put the following code

IF THIS.ListCount > 0 AND nButton = 1 && Left Mouse
THIS.Drag()
ENDIF

With this code in place, the firing of the InteractiveChange() event is sporadic depending on how steady the mouse is when I click. If it detects a MouseMove(), InteractiveChange() does not fire.

Any idea how I can get around this ?

Thanks,
Carl
Carl Chambers
Cardol Data Systems
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform