Ok, Josh I'm tryin' this... But what does the Responder that the ResulEvent of the RemoteObject.send() method doesn't do ?
--- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > When you call Operation.send() it returns an AsyncToken. You just need to > call token.addResponder(myResponder). You can either add IResponder > interface to one of your classes, or you can use mx.rpc.Responder which just > creates a disposable Responder with whatever success and fault methods you > tell it. > > -Josh > > On Thu, Sep 25, 2008 at 8:00 PM, quantum_ohm <[EMAIL PROTECTED]>wrote: > > > Hi Jitendra, > > > > yes, I have several calls, but they are not all called at the same > > time. Basically this is just simple CRUD, except the create() news > > case which must return the get() news and refresh the page. > > So I guess I have only to deal with two calls. > > > > Cairngorm...mmh... I did think to that, but I'll have to rewrite all > > the code :-( and I just made some simple tutorials with it... > > > > > > > > --- In [email protected], jitendra jain > > <jitendra_jain_2007@> wrote: > > > > > > Hi, > > > > > >  The problem is that your code has so many asychronous call to > > the backend. what you have to do it first fire a remote object's > > method and then in result method, fire another remote object's method > > and so on. This way you can create a Sequence of Events. Hope this > > will help..Let me know. > > > > > > This can be easily done with Cairngorm framework.. > > > Thanks, > > > > > > with Regards, > > > Jitendra Jain > > > > > > > > > > > > > > > ----- Original Message ---- > > > From: quantum_ohm <charly.antoine@> > > > To: [email protected] > > > Sent: Thursday, 25 September, 2008 2:25:30 PM > > > Subject: [flexcoders] Re: Using IResponder without Cairngorm > > > > > > > > > Hi Josh, > > > > > > thx for responding. > > > I'm tryin' to do this : > > > http://tech. groups.yahoo. com/group/ flexcoders/ message/126217 > > > > > > --- In [EMAIL PROTECTED] ups.com, "Josh McDonald" <dznuts@> wrote: > > > > > > > > It's part of Flex, you don't need Cairngorm to use it. What're you > > > trying to > > > > do? > > > > > > > > On Thu, Sep 25, 2008 at 5:44 PM, quantum_ohm <charly.antoine@ > > ...>wrote: > > > > > > > > > Hello All, > > > > > > > > > > How could I use the IResponder interface without using Cairngorm ? > > > > > > > > > > I know this sounds dummy, but I never used it and am stuck with an > > > > > ASync problem. > > > > > > > > > > Welcome to any help ! > > > > > > > > > > > > > > > ------------ --------- --------- ------ > > > > > > > > > > -- > > > > > Flexcoders Mailing List > > > > > FAQ: http://groups. yahoo.com/ group/flexcoders /files/flexcoder > > sFAQ.txt > > > > > Alternative FAQ location: > > > > > > > > https://share. acrobat.com/ adc/document. do?docid= 942dbdc8- > > e469-446f- b4cf-1e62079f684 7 > > > > > Search Archives: > > > > > http://www.mail- archive.com/ flexcoders% 40yahoogroups. > > comYahoo! Groups > > > > > Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > "Therefore, send not to know For whom the bell tolls. It tolls for > > > thee." > > > > > > > > http://flex. joshmcdonald. info/ > > > > > > > > :: Josh 'G-Funk' McDonald > > > > :: 0437 221 380 :: josh@ > > > > > > > > > > > > > > > > > > > Unlimited freedom, unlimited storage. Get it now, on > > http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/ > > > > > > > > > > > ------------------------------------ > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Alternative FAQ location: > > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > > Links > > > > > > > > > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > http://flex.joshmcdonald.info/ > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] >

