Works as far as preventing the timeout. Thanks! But still no error message.
Is this by design? It seems to me that the errors should be reported just as
in non-event handling code...


Derrell Lipman wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/qx.io.remote.*%3A-State%3A-timeout-tp25276953p25337260.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