Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseEnter and MouseLeave on a Container
Message
From
15/12/2008 17:37:48
 
 
To
15/12/2008 16:08:44
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01367621
Message ID:
01367641
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform