Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseMove() interfering with InteractiveChange()
Message
 
 
To
15/01/2009 11:50:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01374099
Message ID:
01374107
Views:
18
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform