RE: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-27 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Wednesday, August 26, 2009 2:06 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Function and Web Service ResultHandler Question Hi Tracy, Thanks for the input. How can I then pass

RE: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-27 Thread Tracy Spratt
_ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Wednesday, August 26, 2009 10:09 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Function and Web Service ResultHandler Question Hi Tracy, You mentioned that this is the only

Re: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-27 Thread Angelo Anolin
tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent: Thursday, 27 August, 2009 14:45:16 Subject: RE: [flexcoders] Flex Function and Web Service ResultHandler Question It is simply a different way of thinking. Whatever you need to do, you can do within the constraints of the async/non

RE: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-27 Thread Tracy Spratt
available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Thursday, August 27, 2009 4:51 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Function and Web Service ResultHandler Question Hi Tracy, Thanks

Re: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-26 Thread Angelo Anolin
? Thanks and regards, Angelo From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent: Wednesday, 26 August, 2009 12:53:31 Subject: RE: [flexcoders] Flex Function and Web Service ResultHandler Question You will have to initiate your “further

Re: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-26 Thread Angelo Anolin
From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent: Wednesday, 26 August, 2009 12:55:18 Subject: RE: [flexcoders] Flex Function and Web Service ResultHandler Question You will have to initiate your “further operations” from the result handler

[flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-25 Thread Angelo Anolin
Hi FlexCoders, Needing your input on the following: I have created a function for the dragevent of a list. Code is as follows: private function myFunction(evt:DragEvent):void {  var nameID:String = 'Angelo';    // Call a webservice operation here  ws.GetStatus(nameID);    

RE: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-25 Thread Tracy Spratt
, 2009 9:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Function and Web Service ResultHandler Question Hi FlexCoders, Needing your input on the following: I have created a function for the dragevent of a list. Code is as follows: private function myFunction

RE: [flexcoders] Flex Function and Web Service ResultHandler Question

2009-08-25 Thread Tracy Spratt
, 2009 9:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Function and Web Service ResultHandler Question Hi FlexCoders, Needing your input on the following: I have created a function for the dragevent of a list. Code is as follows: private function myFunction