Flex 4 Bubbling custom event?

One possible solution but not exactly what I was looking for is to add this line of code at the DataGroup level.

One possible solution but not exactly what I was looking for is to add this line of code at the DataGroup level. This. AddEventListener(SelectionEvent.

SELECTED, onSelect); This will ensure all events fired by CustomComponent is cought.

You can either extend s:DataGroup container with specified custom metatag data information built-in into the extended class or you can either call "doSomethingForAll()" method from itemRenderer's "select" event handler, see code below.

Catch the dataGroups select event and then dispatch a doSomethingForAll() Make sure the doSomethingForAll event has it's bubbling property set to true. Then any event listeners listening for doSomethingForAll above it in the display list will get called.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions