flex custom events bubbling

Posted by Rajeshbabu TRC on Stack Overflow See other posts from Stack Overflow or by Rajeshbabu TRC
Published on 2010-05-24T01:38:13Z Indexed on 2010/05/24 1:40 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

Dear Richard Szalay,
i go through your answers regarding bubbling, i want explore bubbling more. Please see my sample below

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:view="com.view.*"  >

} ]]>

In my custom event class i set bubbling=true, cancelable=true

I can understand from previous answer that bubbling only affects UI components; events fired from custom classes will not bubble, even if the bubbles argument is set to true.

My question is how can i prevent panelClickHandler function got fired when i click button in the "Load" (custom component)??

pleas explain bubbling with good example ( like to have with custom event classes)?

© Stack Overflow or respective owner

Related posts about flex

Related posts about events