I haven't heard of a built-in way to do this. But if you wanted to, you could maintain a control array that references pending service calls. Add an associative member to the array at the time that you make a call. And in the service call result handlers (onResult, onFault) remove the reference. Then just check the control array to see if a call is pending before you allow a new call. This shouldn't be version specific, but not knowing 1.5 as well as 2.0, perhaps there are some differences. If your service call results are directly bound to controls, you will have to add a layer with result handler functions.
-TH --- In [email protected], "Dan" <[EMAIL PROTECTED]> wrote: > > Hi, > > My Application is working with real time data. And it depends on the > user to trigger a set of remote objects to refresh themselves. Is there > any manager or any way to know if all the remote calls are not waiting > for the result returning? Because i want to prevent the user from > triggering another update before all the result as returned. > > Thanks if anyone has the answer :> > > Dan > ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

