RE: [flexcoders] Calling a parent's function

2008-08-01 Thread Gordon Smith
@yahoogroups.com Subject: [flexcoders] Calling a parent's function I'm within a component. >From here I want to call a function of its parent (the component referend by the keyword parent) How do I do that? Alternatively I could add an eventListener from the parent to one of the co

[flexcoders] Calling a parent's function

2008-08-01 Thread Carlos Obregón
I'm within a component. >From here I want to call a function of its parent (the component referend by the keyword parent) How do I do that? Alternatively I could add an eventListener from the parent to one of the components' son. It's possible? Thanks.