RE: [flexcoders] result & fault event errors:

2006-07-03 Thread Carson Hager
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson HagerSent: Monday, July 03, 2006 8:15 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] result & fault event errors: I don't believe AsyncToken has the resultHandler() method. It does however have a

RE: [flexcoders] result & fault event errors:

2006-07-03 Thread Carson Hager
oders@yahoogroups.comSubject: Re: [flexcoders] result & fault event errors: I believe you need to change the references to event.call to event.token.--Josh On 7/3/06, lownlazy000 < [EMAIL PROTECTED]> wrote: After upgrading to Flex 2 full-version I keep recieving this error: 1119: Access of possib

Re: [flexcoders] result & fault event errors:

2006-07-03 Thread Joshua Garnett
I believe you need to change the references to event.call to event.token.--JoshOn 7/3/06, lownlazy000 < [EMAIL PROTECTED]> wrote:After upgrading to Flex 2 full-version I keep recieving this error: 1119: Access of possibly undefined property call through a referencewith static type mx.rpc.events:

[flexcoders] result & fault event errors:

2006-07-03 Thread lownlazy000
After upgrading to Flex 2 full-version I keep recieving this error: 1119: Access of possibly undefined property call through a reference with static type mx.rpc.events:FaultEvent. for both these lines: result="event.call.resultHandler(event)" fault="event.call.faultHandler(event)" The above lin