RE: [flexcoders] Handle result/fault from webservice call in Cairngorm 2

2006-07-05 Thread Artur Kordowski
@Tom Why not use a delegate ? The delegate class is not longer available in the flex framework, so I can't use it. @Jester I've got still an error. Here my code how I've build it. Service.mxml - subclass from ServiceLocator ?xml version="1.0"

Re: [flexcoders] Handle result/fault from webservice call in Cairngorm 2

2006-07-05 Thread Tom Chiverton
On Wednesday 05 July 2006 07:20, Artur Kordowski wrote: Why not use a delegate ? The delegate class is not longer available in the flex framework, so I can't use it. It was never in the flex framework, it's a Cairngorm convention. -- Tom Chiverton

RE: [flexcoders] Handle result/fault from webservice call in Cairngorm 2

2006-07-05 Thread Artur Kordowski
@Tom Why not use a delegate ? The delegate class is not longer available in the flex framework, so I can't use it. @Jester I've got still an error. Here my code how I've build it. Service.mxml - subclass from ServiceLocator ?xml version="1.0"

[flexcoders] Handle result/fault from webservice call in Cairngorm 2

2006-07-04 Thread Artur Kordowski
I setup an new Project in Flex 2 using Cairngorm 2 and now I'm trying to handle result/fault coming from a webservice. I created a subclass of ServiceLocator for the webservice. When I debug the call it works and I get data: var call:AsyncToken =

Re: [flexcoders] Handle result/fault from webservice call in Cairngorm 2

2006-07-04 Thread Tom Chiverton
On Tuesday 04 July 2006 11:15, Artur Kordowski wrote: I setup an new Project in Flex 2 using Cairngorm 2 and now I'm trying to handle result/fault coming from a webservice. I created a subclass of ServiceLocator for the webservice. When I debug the call it works and I get var call:AsyncToken =

RE: [flexcoders] Handle result/fault from webservice call in Cairngorm 2

2006-07-04 Thread Stacey Mulcahy
); - Original Message - From: Artur Kordowski To: flexcoders@yahoogroups.com Sent: Tuesday, July 04, 2006 6:15 AM Subject: [flexcoders] Handle result/fault from webservice call in Cairngorm 2 I setup an new Project in Flex 2 using Cairngorm 2 and now I'm