[flexcoders] Events and Inheritance

2009-07-17 Thread Jake Churchill
I am still confused about how to make an event come through to an inherited class. For example, in Container.as there is a scroll event. Canvas directly extends Container. When I add canvas inside MXML I can handle the scroll event because it comes through from Container to Canvas.

RE: [flexcoders] Events and Inheritance

2009-07-17 Thread Jake Churchill
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jake Churchill Sent: Friday, July 17, 2009 9:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Events and Inheritance I am still confused about how to make an event come through to an inherited class