jd102684 schrieb:
> in class mywidget, i have:
>
> proto.addevent(){
>   this.addEventListener("myevent", myeventf);
> }
>   
try:
proto.addevent() {
  var sef = this;
  this.addEventListener("myevent", self.myeventf);
}

Erich


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to