Re: [flexcoders] what is the defference between addeventlistener and hardcode it at mxml

2008-04-20 Thread Josh McDonald
ou <[EMAIL PROTECTED]> wrote: > you can not and you cant use removeEventListener on mxml either > > - Original Message > From: luke_lee1124 <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Sunday, April 20, 2008 10:08:36 PM > Subject:

Re: [flexcoders] what is the defference between addeventlistener and hardcode it at mxml

2008-04-20 Thread Sherif Abdou
you can not and you cant use removeEventListener on mxml either - Original Message From: luke_lee1124 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Sunday, April 20, 2008 10:08:36 PM Subject: [flexcoders] what is the defference between addeventlistener and hardcode it a

[flexcoders] what is the defference between addeventlistener and hardcode it at mxml

2008-04-20 Thread luke_lee1124
let us see one row textInput.addEventListener(’change’, do_change); another row what is the defference? using addEventListener, i can using weak references, how can i use weak references in mxml? Thanks