Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse drag to - to implement a demo or a how to.
Message
From
04/08/1999 13:29:53
 
 
To
04/08/1999 13:26:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00249848
Message ID:
00249849
Views:
19
Maybe make the moving algorthym increment the mouse position .001 to a time?

I mean something like
do while mouse_isn't_where_it_should_go_to
   x = x + .001
   y = y + .001
   move_mousie(x, y)
enddo
>I would like to be able to use the MOUSE DRAG TO command to implement a demo or a how to but the speed of the mouse is a concern. I want the user to actually see the mouse pointer moving. I could implement and algorithm that would determine start and end points and place and work out points in between to DRAG TO. Then place a delay to within the process to imitate a slow down of the mouse movement.
>
>Has this already been done or am I missing something that would simplify what I am trying to do.
>
>TIA
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform