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 |
Explain the arguments of addeventlistener() method?
What are the goals of the beta?
What design patterns have you used in actionscript and java? : adobe flex action script
How do you generate random numbers within a given limit with actionscript? : adobe flex action script
Why would you want to keep a reference to a changewatcher and call unwatch()?
What are all the events dispatched in item editor?
How to add two commands to one single event type?
Can I add charting to the flex builder standard edition?
What is the problem with calling setstyle()? : adobe flex action script
How does item renderer work? How do we add item renderer at runtime in flex?
What is display list? : adobe flex action script
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script