[Flashcoders] webservice delay

2006-12-06 Thread learner
Hello all, Is there any event which tells you that webservice call is in progress.. I want to show the processing animation in the time gap bwteen a call to webservice and the result from the webservice Regards PS ___ Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] webservice delay

2006-12-06 Thread Merrill, Jason
[EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of learner >>Sent: Wednesday, December 06, 2006 4:20 AM >>To: Flashcoders mailing list >>Subject: [Flashcoders] webservice delay >> >>Hello all, >> >>Is there any event which tells you th

Re: [Flashcoders] webservice delay

2006-12-06 Thread learner
ashcoders mailing list >>Subject: [Flashcoders] webservice delay >> >>Hello all, >> >>Is there any event which tells you that webservice call is in >>progress.. >>I want to show the processing animation in the tim

RE: [Flashcoders] webservice delay

2006-12-06 Thread Merrill, Jason
>>i tried ur suggestion but that did not work ! You're not providing any source code to back up your claim or to give the intended impact of your exclaimation point. How are you starting the webservice? How are you telling the animation to display? How are you telling it to hide? I use the ev

RE: [Flashcoders] webservice delay

2006-12-06 Thread Steven Sacks | BLITZ
> i tried ur suggestion but that did not work ! RTFM ! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

Re: [Flashcoders] webservice delay

2006-12-07 Thread learner
Sorry for now providing the soruce code Here it is: The animation shows up on the second call to webservice but first call it directlly shows up the result.. public function searchdaigrams() { var wsConn_search = new WebServiceConnector(); wsConn_search.WSDLURL = _global.serviceURL ws

Re: [Flashcoders] webservice delay

2006-12-07 Thread learner
please note that i have tiggered the webservice call with parameters later in the same function as: wsConn_search.params =[ search parameters ] wsConn_search.trigger(); // sorry for not mentioning in the previos mail Regards PS On 12/7/06, learner <[EMAIL PROTECTED]> wrote: Sorry for now p