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

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

RE: [Flashcoders] webservice delay

2006-12-06 Thread Merrill, Jason
See Webservice.status in the help docs. You can also show the animation when the call is initiated, and then use WebService.onResult to hide the animation. Jason Merrill Bank of America Learning Organizational Effectiveness -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] webservice delay

2006-12-06 Thread learner
i tried ur suggestion but that did not work ! animation shows up sometimes and sometimes does not On 12/6/06, Merrill, Jason [EMAIL PROTECTED] wrote: See Webservice.status in the help docs. You can also show the animation when the call is initiated, and then use WebService.onResult to hide

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

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