[flexcoders] How to prevent children from causing a mouseOut event

2007-04-25 Thread iko_knyphausen
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

RE: [flexcoders] How to prevent children from causing a mouseOut event

2007-04-25 Thread Gordon Smith
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