Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Paul Andrews
ed attributes. Paul - Original Message - From: Fotis Chatzinikos To: flexcoders@yahoogroups.com Sent: Friday, November 07, 2008 4:39 PM Subject: Re: [flexcoders] Adding data to a bubbling event Paul that is what i am doing with my components :-) but problems appear if you want t

Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Fotis Chatzinikos
d, one to actually handle > the payload. > > Paul > > - Original Message - > *From:* Fotis Chatzinikos <[EMAIL PROTECTED]> > *To:* flexcoders@yahoogroups.com > *Sent:* Friday, November 07, 2008 4:23 PM > *Subject:* Re: [flexcoders] Adding data to a bubbling event &g

Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Paul Andrews
23 PM Subject: Re: [flexcoders] Adding data to a bubbling event Hello Andrew, your solution sounds correct. Another way would possibly be to check the parent component (and its parent) and manually set all 3 params in one go. On Fri, Nov 7, 2008 at 1:00 PM, greenfishinwater <[EMAIL P

Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Fotis Chatzinikos
Hello Andrew, your solution sounds correct. Another way would possibly be to check the parent component (and its parent) and manually set all 3 params in one go. On Fri, Nov 7, 2008 at 1:00 PM, greenfishinwater < [EMAIL PROTECTED]> wrote: > I have some view components with are used in a heira

Re: [flexcoders] Adding data to a bubbling event

2008-11-07 Thread Paul Andrews
our final event handling code if you changed the initial product event. Paul - Original Message - From: "greenfishinwater" <[EMAIL PROTECTED]> To: Sent: Friday, November 07, 2008 11:00 AM Subject: [flexcoders] Adding data to a bubbling event >I have some view compo

[flexcoders] Adding data to a bubbling event

2008-11-07 Thread greenfishinwater
I have some view components with are used in a heirarchy: Application Store Department Product Each component only knows about itself, so the data passed to the product view only contains product data, and does not contain the department or store that the product is within. When a pr