Hi Valdhor, Care to show some examples? Or some links? Thanks.
Angelo ________________________________ From: valdhor <[email protected]> To: [email protected] Sent: Thu, 15 April, 2010 12:14:11 Subject: [flexcoders] Re: MXML Component Call Event in Parent Make sure the event is set to bubble. Once it has, the event should bubble up the chain to the parent where an event listener should catch it. --- In flexcod...@yahoogro ups.com, Angelo Anolin <angelo_anolin@ ...> wrote: > > Hi FlexCoders, > > I have created a component consisting of some buttons which I am using in > another MXML component. > > How would I trigger from the parent component an event which was done inside > the component. For example, I clicked on a button on the component which I > embedded, that should map to an event on the parent containing the component. > > I am looking to reuse the same component in other MXML files as well. > > Thanks. Appreciate your inputs. > > Regards, > > Angelo >

