Jim
On 10/21/06, DFilzhut <[EMAIL PROTECTED]> wrote:
That's for sure, but I am looking for a way to stop code execution until the
results arrives. The simplified scenario is the following:
1. Object method is called
2. Some code in the method is executed
3. A request is sent
4. The result of the request is returned
I cannot put the return code into the event listener, this won't work. In
this case the called function would return nothing. At the moment the result
arrives the event listener will be called and returns the data to the
instance that called the event listener, it goes to nirvana.
Jim Hunter-2 wrote:
>
> put your /* following code */ inside the completed event listener, that's
> what it's for. That code will not get executed until your request is done.
>
--
View this message in context: http://www.nabble.com/RemoteRequest-and-waiting-for-reply%2C-no-listener-tf2483904.html#a6931033
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
