Re: [qooxdoo-devel] Blocking mode for QxRequest

2006-04-19 Thread Yue Zhang
Just in case it was neglected due to vacation ... >Could anyone give me an example of the use of Synchronous mode of QxRequest? > >I tried by using req.setAsynchronous(false), but did not figure out how to >deal with >req.send(). It seems that send returns immediately. Also, the event listener

[qooxdoo-devel] Blocking mode for QxRequest

2006-04-14 Thread Yue
Could anyone give me an example of the use of Synchronous mode of QxRequest? I tried by using req.setAsynchronous(false), but did not figure out how to deal with req.send(). It seems that send returns immediately. Also, the event listener for "complete" seems to be disabled now. I want to us