Hi I have 2 components. These two components both extends the core component "abilist".
<abi:CourseList width="400" height="300" /> <abi:CourseChapterList width="400" height="300" /> When abi:CourseList dispatches a custom event "AbiListEvent.COURSECHANGED" it doesnt caught by abi:CourseChapterList by addEventListener in the constructor of the abi:CourseChapterList. I can catch it , if i assign by Application.application.addEventListener in the abi:CourseChapterList's constuctor. Is there any other way to do this without "Application.application" and a framework? Best, Bunal

