Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MOUSE MOVE sometime works sometime not .
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00121370
Message ID:
00121528
Vues:
16
Where is the delay? Going from one button to another? If so, add a reference to the object that's currently highlighted to the container. Before you highlight an object, check to see if a reference exists, and if so remove the previous highlight. Something like this:
* cmdMyButton.MouseOver
this.parent.highlight(this)

--------------------------------

* toolbar.Highlight method

lparameter toCurrentButton

if type('this.oPreviousButton') = 'O'
	this.oPreviousButton.RemoveHighlight()
endif

toButton.Highlight()
this.oPreviousButton = toButton
This code is GeneralIdeaWare of course.

>
>Tried out this too but still something missing (Smoothness.....).
>Tried out timer too.
>
>Thanks
>Aashish
kenweber
GCom2 Solutions
Microsoft Certified Professional

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform