Do you mean to say that you have a number of service calls in your
application and you dont want the others to call until first one
completes?

If this is the case then you can call all other services in the
resultHandler function of the first query, which in turn will be
triggered at the result event of first service.
And the result event fires only when you get the response successfully
from that service.

HTH,

-Ravi

On Mar 25, 2:55 pm, Akhil Agrawal <[email protected]> wrote:
> actually i m am to display result of query in flex and there may be
> many query to i m maintain this at runtime
> so i want that utill first query complete no further execution should
> take place so that i can handle the result
>
> On Mar 25, 7:33 am, HISSAM <[email protected]> wrote:
>
> > What kind of halt you are looking for??
>
> > I guess you are using the result event?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to