yes it works, but it should be possible to use my version. Where is my mistake?
I must also say, that by using "this.getRoot().block();" the IE shows a 
script-mistake, when I click at any place.

##################################################################

var button = new qx.ui.toolbar.Button("lock desktop");
button.addListener("execute", function(evt) {
        //this.widget["desktop"].block(); // <<<<<<---- here is the problem
        this.getRoot().block(); // <<<<<<---- NEW
}, this);

-- 
View this message in context: 
http://n2.nabble.com/lock-desktop-between-AJAX-Query-tp2544359p2545087.html
Sent from the qooxdoo mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to