Hello, no , , i try this getStartLoginbox : function () { var req = new qx.io.remote.Request(job.system.Globals.processorURL, "POST", "application/json"); req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); req.setParameter("m", "login"); req.setParameter("c", "isLogin");
req.addListener("completed", function(e) { var j = e.getContent(); if(j["result"] == "ERROR") { this.openLoginbox(j["message"]); } else { this.getApplicationRoot().unblock(); } },this); req.send(); // Abschicken }, this doesnt work: this.getApplicationRoot().unblock(); > this.getRoot() ? > > Cheers, > Fritz > > On Thu, 4 Feb 2010, smisonl...@googlemail.com wrote: > > > ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel