Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide hourglass during procedures
Message
From
05/08/1999 07:22:04
 
 
To
04/08/1999 16:45:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00249958
Message ID:
00250104
Views:
20
>I've got a long procedure that runs in the background in which I watch for keypresses. I don't want to show the mouse cursor because mouse clicks don't work. I tried setting mousepointer to 13(none) for all of my objects but as soon as the procedure is launched and you bump the mouse, the hourglass pops to the front.
>
>Is there any way to disable, hide, kill the mouse pointer in a permanent fashion??
>
>Thanks

You might need to fiddle with it, but I you can do something like

THISFORM.SetAll( "MousePointer", 11 ) && Hourglass icon
* Run your process
THISFORM.SetAll( "MousePointer", 0 ) && Default icon

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform