> 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() ?

This was not a question, but a suggestion. Fritz meant to say you should
use this.getRoot in place of this.getApplicationRoot.

T.



------------------------------------------------------------------------------
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

Reply via email to