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