Is it possible to make httpservice requests synchronous in adobe flex?
Answer / Manoj Kumar Das
No, HTTPService requests in Adobe Flex are inherently asynchronous. You can simulate synchronous behavior by using event handling and blocking the application's event loop. However, this is generally discouraged due to its impact on user experience.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an Event Propagation?
How do we use css styles in flex? : adobe flex action script
What is display object?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
Difference between array and array collection?
Is double-clicking supported on various components?
What is a drag manager in adobe flex actionscript?
What is state? : adobe flex action script
Mytree appears just fine but why ca not I access the node attributes?
Explain filter function?
Can you write to the file system from flex? : adobe flex action script
Can I still build flex 2 applications with flex builder 3 beta 3?