LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Active X container Mouse Enter and Mouse Leave Events

I am not able to get these events to work properly. When I enter the Active X container both events fire off continuously whenever the mouse moves within the container. Does anyone have a solution for this and/or has seen this behavior before?
Randall Pursley
0 Kudos
Message 1 of 3
(2,765 Views)
It seems that when the control is empty it works fine, but if it has something in it, it starts this. Here's a quick example I made (7.1).

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,761 Views)
That is what I found as well. I worked around it by putting a picture control behind the container and made it the same size so the events generated by the picture control are equivalent to the ones that would be generated by the active X control.
Randall Pursley
0 Kudos
Message 3 of 3
(2,758 Views)