|
Yep, Tracy your code looked right.
Matt
-----Original Message-----
Thanks, Clint.
I did something else that made it work, I'm not sure what.
I think my line was right; the addListener needs to be called on the object that will be emitting the events, and in my case, it was the oData component (myData) that was doing that.
It is odd how this happens; I have been fighting with this all day, and finally gave in and asked for help, and minutes later my code starts working!
Thanks again!
From: Clint
Modien [mailto:[EMAIL PROTECTED]
this line...
myData.addEventListener("datachange",Delegate.create(this,handleEvt)
should be
this.addEventListener("datachange",Delegate.create(this,handleEvt);
if this doesn't solve the problem.. can you please provide more code..
thanks
Clint Modien
From: nts333rd
[mailto:[EMAIL PROTECTED]
This
is my first event implementation so be gentle.
|
- RE: [flexcoders] Event troubleshooting 101 (remedial?) Clint Modien
- RE: [flexcoders] Event troubleshooting 101 (remedial?) Tracy Spratt
- RE: [flexcoders] Event troubleshooting 101 (remedi... Steven Webster
- Matt Chotin

