mouseevent - in flex, onMouseOut is trigerred on Child -
In Flex, I am using the following code:
mx: HBox id = "box1 "MouseOver =" On Box ('Box 1') "MouseOut =" Outfix Box ('Box 1') "// Adding Label // Close HBB Box
On-off Box Box Adds an image to:
Var crossImage: Image = new image (); CrossImage.source = "Cross Pages";
And the Outfox removes them.
I believe the image is the child of the HBox, the mouseot should not be triggered when I hover the mouse over the image. But, at this time, I hover my mouse pointer over the image, why is the mouseot trigerred?
set mouse child
to container property incorrect
Comments
Post a Comment