Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script
Answer / Neha Agrawal
No, by default HttpService in Adobe Flex is asynchronous. However, you can make it appear synchronous by calling the send() method and not handling the result event until after your other code has run. But it's important to note that this approach can block the user interface and isn't recommended for production code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is disable auto update method used?
What is mvc and how do you relate it to flex apps?
How binding works in mxml components in flex?
What is the difference between httpService & Data Service?
mic classes in flex? : adobe flex action script
What are the advantages of adobe flex?
Can you write to the file system from flex? : adobe flex action script
What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
Explain how binding works in mxml components in flex?
Explain about resultevent and faultevent in remote object?
Where can I download flex 3 beta 3?
I am sending my request, and I see the data traffic in the command window, but why is the result always empty? : adobe flex action script