RE: [flexcoders] Problems calling a RemoteObject within a loop

2006-08-31 Thread Matt Chotin
reduce your network traffic somewhat.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doug Arthur Sent: Wednesday, August 30, 2006 12:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problems calling a RemoteObject within a loop

RE: [flexcoders] Problems calling a RemoteObject within a loop

2006-08-31 Thread Tracy Spratt
Subject: [flexcoders] Problems calling a RemoteObject within a loop   I've noticed a critical issue when calling a remoteObject within a loop and having a resultHandler, the resultHandler does not execute the same number of times that the remoteObject was invoked. Can anyone explain

Re: [flexcoders] Problems calling a RemoteObject within a loop

2006-08-30 Thread Doug Arthur
Can you please elaborate on this? My CFC does not expect an array, I've tried using an AbstractOperation.send() using an array, but that also doesn't get me the expected results.   - Doug  On 8/30/06, Fernando Lobos <[EMAIL PROTECTED]> wrote: send the parameter into an array ! On 8/30/06,

Re: [flexcoders] Problems calling a RemoteObject within a loop

2006-08-30 Thread Fernando Lobos
send the parameter into an array ! On 8/30/06, Doug Arthur <[EMAIL PROTECTED]> wrote: I've noticed a critical issue when calling a remoteObject within a loop and having a resultHandler, the resultHandler does not execute the same number of times that the remoteObject was invoked. Can anyo

[flexcoders] Problems calling a RemoteObject within a loop

2006-08-30 Thread Doug Arthur
I've noticed a critical issue when calling a remoteObject within a loop and having a resultHandler, the resultHandler does not execute the same number of times that the remoteObject was invoked. Can anyone explain this?   In my case, after each record is updated, I increment an int to identifty