Re: [flexcoders] Re: Changing ResultHandler of WebService Operation

2009-08-21 Thread Angelo Anolin
Hi Tracy, addEventListener and removeEventListener did the trick. Thanks a lot. Regards, Angelo From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Friday, 21 August, 2009 3:28:13 Subject: RE: [flexcoders] Re: Changing ResultHandler of WebService

RE: [flexcoders] Re: Changing ResultHandler of WebService Operation

2009-08-20 Thread Tracy Spratt
Look into AsyncToken. All the RPC calls, inclusing WebService return an AsyncToken, which is a dynamic object to which you can add any property you want, and you can retrieve the value of that property in the result handler. Set a called property and use a switch statement to decide how t handle t