A, ok.
My next guess is that flash player might be garbage collecting the
"token" variable. Try this:

private var token : AsyncToken;
protected function btn_clickHandler(event:MouseEvent):void
                        {
                                trace("btn_clickHandler");
                                token = ro.token_cal_badl(null);
                                token.addResponder(new
mx.rpc.Responder(onResult_1, onFault_1));
                        }

On 23 March 2015 at 23:59, flexme <f...@linhnguyen.com> wrote:
> why bother tracing.. it supposed to be fault..  the issue is that same
> responder wont fired again .
>
>
>
> --
> View this message in context: 
> http://apache-flex-development.2333347.n4.nabble.com/responder-bug-or-not-please-help-tp45472p45771.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to