Use rollOver and rollOut instead of mouseOver and mouseOut. - Gordon ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of iko_knyphausen Sent: Wednesday, April 25, 2007 10:32 PM To: [email protected] Subject: [flexcoders] How to prevent children from causing a mouseOut event Hi everyone, I am struggling with mouse events in a canvas. I have a canvas in an itemRenderer and in it some buttons. When the user moves the mouse over any of the buttons, the canvas receives a mouseOut event, although these buttons are children of the canvas. I want to use the mouseOut on the canvas for other "missions", such as hiding/displaying the buttons. Anyone know a good way to get control over this? Thanks much Iko

