I ran into something that I've never come across before and now curiosity is
killing me.  

 

I had a base component, call it ComponentBase.  I made this component
dispatch a custom event using the appropriate event metadata.  

 

I have another component which extends ComponentBase, call it SubComponent.
SubComponent gets used in mxml.  I want the event that I set up in
ComponentBase to be available in mxml the same as if I had added it to
SubComponent.  Does that make sense?

 

How do I get a custom event from a base component to come through to it's
children components?

 

Thanks!

 

Jake Churchill
CF Webtools
11204 Davenport, Ste. 100
Omaha, NE  68154
 <http://www.cfwebtools.com> http://www.cfwebtools.com
402-408-3733 x103

Reply via email to