RE: [flexcoders] dispatchEvent with parameter

2005-08-22 Thread Allen Manning
Hey np. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: 22 August 2005 16:00 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dispatchEvent with parameter Wow, It's working! Thanks a lot Allen! :) On 8/

Re: [flexcoders] dispatchEvent with parameter

2005-08-22 Thread Stanislav Zayarsky
15 > To: flexcoders@yahoogroups.com > Subject: [flexcoders] dispatchEvent with parameter > > Dear Flex Coders, > > I have next small issue: I don't know how to dispatchEvent with > parameter from *.as custom component to Flex. > > Actually I know how to send parameter

RE: [flexcoders] dispatchEvent with parameter

2005-08-22 Thread Allen Manning
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: 22 August 2005 15:15 To: flexcoders@yahoogroups.com Subject: [flexcoders] dispatchEvent with parameter Dear Flex Coders, I have next small issue: I don't know h

[flexcoders] dispatchEvent with parameter

2005-08-22 Thread Stanislav Zayarsky
Dear Flex Coders, I have next small issue: I don't know how to dispatchEvent with parameter from *.as custom component to Flex. Actually I know how to send parameter from component, it should look like this: link.dispatchEvent({type:"eventName",param:"Hello World"}); But I don't know how to rec