Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseMove() interfering with InteractiveChange()
Message
From
16/01/2009 11:22:55
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01374099
Message ID:
01374379
Views:
14
>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

try to put a NODEFAULT.
Previous
Reply
Map
View

Click here to load this message in the networking platform