Maybe I just misunderstood something, but this code doesn't work:

<code>
            var button = new qx.ui.form.Button("test");
            button.addListener("execute", function(e) {alert("test");});
            button.removeListener("execute", function(e) {alert("test");});     
       
</code>

Here I just wanted to test that the removeListener is working or not. I
comes out, that unfortunatelly not.
After clicking on the test button the alert msg pops up.
Could anyone help me, how to use the removeListener method.
-- 
View this message in context: 
http://old.nabble.com/removeListener-problem---pls-help-tp26421345p26421345.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to