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
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01374099
Message ID:
01374107
Vues:
21
>>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
>
>Check "Move items between list boxes" in Solution Samples
>Also check "Move items between list boxes" in the same place :-)

Check twice the same topic, did you mean it?
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform