|
As far as I know, this can’t be
done. The flash player is single threaded, so nothing else happens ina
timer loop, nothing will “return”. It seems like there should
be a way to hack this, maybe using doLater() and setInterval(), but I have
never heard of one. What is your functional reason for not
using the result event? Once I got used to async handling, using the ACT
(asynchronous call token) pattern with the “call” object, I go over
my irritation with the relative complexity and learned to like the async data
calls. From: Carson Hager
[mailto:[EMAIL PROTECTED] Basically, I'm trying to stop executiong
of a function until the result returns. When it returns, I want to get the
result and return it as the return value to the function..basically a wrapper
around a web service call that provides a synchronous response to the calling
code. Any ideas on how to do this? Thanks, ____________________________________________
Carson
Hager Email:
[EMAIL PROTECTED] Take
PowerBuilder to the Web with EAF 4.0 From:Dimitrios
Gianninas [mailto:[EMAIL PROTECTED] Hi, There is
no equivalent. Are you try to make sure that when one call is finished the next
one is executed (but only when the first one completed)? You can easily achieve
this by making the second call once the result for the first one has been received. Jimmy
Gianninas Software
Developer - Optimal Payments Inc. From:Carson
Hager [mailto:[EMAIL PROTECTED] Is
there something in Flex that will put a thread to sleep for a period of
time? I'm implementing a framework to effectively allow synchronous
invocation of web services from action script. I need to be able to put the
thread to sleep for a period of time and check to see whether the results have
made it back to the internal result handler. I've searched the docs and
have not found anything yet. Any clever ideas how to do this? Thanks,
____________________________________________
Carson
Hager Email:
[EMAIL PROTECTED]
|
Title: Equivalent to Thread.sleep()
- RE: [flexcoders] Equivalent to Thread.sleep() Tracy Spratt
- RE: [flexcoders] Equivalent to Thread.sleep() Carson Hager
- RE: [flexcoders] Equivalent to Thread.sleep() Robert Stuttaford
- RE: [flexcoders] Equivalent to Thread.sleep() Carson Hager
- RE: [flexcoders] Equivalent to Thread.sleep() Robert Stuttaford
- Re: [flexcoders] Equivalent to Thread.sleep() Joe Berkovitz
- RE: [flexcoders] Equivalent to Thread.sleep() Carson Hager
- Re: [flexcoders] Equivalent to Thread.sleep() Dave Carabetta
- RE: [flexcoders] Equivalent to Thread.sleep() Shlomi Cohen
- Re: [flexcoders] Equivalent to Thread.sleep() Manish Jethani

