RE: [flexcoders] addEventListener and additional arguments?

2007-02-13 Thread Tracy Spratt
need. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of darylgmyers Sent: Tuesday, February 13, 2007 4:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] addEventListener and additional arguments? Is there a way to use the addEventListener

RE: [flexcoders] addEventListener and additional arguments?

2007-02-13 Thread Gordon Smith
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of darylgmyers Sent: Tuesday, February 13, 2007 1:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] addEventListener and additional arguments? Is there a way to use the addEventListener method and pass additional arguments along with the

[flexcoders] addEventListener and additional arguments?

2007-02-13 Thread darylgmyers
Is there a way to use the addEventListener method and pass additional arguments along with the event? I have a form where I must create the form objects dynamically so I need to use addEventListener for formatting, etc. I can not use inline mxml to add the listeners.