On Mon, Sep 7, 2009 at 17:07, panyasan <[email protected]> wrote:

>
> Use this in the playground:
>
> var request = new qx.io.remote.Request("http://localhost:8080/phpinfo.php
> ");
> // this must point to a really existing file
> request.addListener("completed",function(response){
>  this.info("done!");
>  thisWillThrowAnError();
> });
> request.send();
>
>
Ok, all of you who've seen this issue (Christian, Petr, Ian, Matthew,
Jean-Baptiste:

I've applied a fix to this in trunk, r20015. Please confirm that this (a)
fixes the problem and (b) doesn't break other normal usage. This is a bit
late, just before a release, but looks pretty safe.

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