Take a look at the EventManager class I wrote, it allows you to specifically work with situations like this, to prevent having to redundantly handle rebroadcasting events.
http://jeff.mxdj.com/using_the_event_manager.htm At 11:29 AM 11/23/2005, you wrote: >not supportted I know, how to work around?. Say I have 3 components >A,B, and C. B is a child of A and C is a child of B, each child among >children possibly. Now, if C fires an event called fooEvent, I can >get A to catch it, but the event.target points to B not C. The way I >worked around this was in B I caught the event then re-broadcast it so >that A could catch it. In the re-broadcast I added a reference to C >in the event. How else can I 'bubble' up an event? > > >-- >Douglas Knudsen ><http://www.cubicleman.com>http://www.cubicleman.com >this is my signature, like it? > > >-- >Flexcoders Mailing List >FAQ: ><http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt >Search Archives: ><http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > >---------- >YAHOO! GROUPS LINKS > > * Visit your group > "<http://groups.yahoo.com/group/flexcoders>flexcoders" on the web. > * > * To unsubscribe from this group, send an email to: > * > <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] > > * > * Your use of Yahoo! Groups is subject to the > <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service. > > >---------- ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

