Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hide mouse busy cursor
Message
De
26/05/2005 21:59:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Hide mouse busy cursor
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01017990
Message ID:
01017990
Vues:
138
Any suggestions on how I can hide the "busy" cursor VFP displays when performing some actions?

I have a scenario where different parts of a form update as a user moves a mouse over a specific region of the form. The updates take less than a second, but my users are constantly distracted by the mouse cursor toggling back and forth between a pointer arrow and a busy state.

I've tried placing the following in the MouseEnter event that fires form update code that causes VFP to display its busy mouse cursor:
Technique 1:

ThisForm.LockScreen = .T. 
...
ThisForm.LockScreen = .F. 

Technique 2:

This.MousePointer = 13 && hide mouse pointer 
... 
This.MousePointer = 0 && restore default mouse pointer
Neither of these techniques has any effect on VFP's desire to display its busy mouse cursor.

Any suggestions on how I can temporarily lock in place a mouse cursor that won't be changed by VFP or on how I can temporarily hide my mouse cursor from being displayed?

Thanks,
Malcolm
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform