Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MouseEnter and MouseLeave on a Container
Message
De
15/12/2008 17:37:48
 
 
À
15/12/2008 16:08:44
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01367621
Message ID:
01367641
Vues:
8
>I have a form class with a container on it. I put code in the MouseEnter and MouseLeave but it does not fire. What could prevent that?

i Just had the same problem here.... To solve I insert after the creation of each object inside container:
		Bindevent(this,"MouseDown",This.parent,"MouseDown")
		Bindevent(this,"MouseUp",This.parent,"MouseUp")
		Bindevent(this,"MouseMove",This.parent,"MouseMove")
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform