[flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
i cannot figure out how to pass arguments... pls send an example code as to how to pass arguments to a method using remote object i have a class as follows class A { public int func1(int i, string st) { ... } } i created a remote object like... mx:RemoteObject

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Mercer, Dustin
if that helps J From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amit Sanon Sent: Wednesday, August 10, 2005 10:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] help.. passing arguments to a method using remoteobject i cannot figure out how to pass

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
, 2005 11:42 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] help.. passing arguments to a method using remoteobject Usually that error is a result of one of the parameters being of the wrong type. What does your Remote Object method sig look like? From your example, your

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Mercer, Dustin
: Wednesday, August 10, 2005 11:16 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] help.. passing arguments to a method using remoteobject thanks for the reply but it didnt help this is the sig of my method to be called... public int func1(int i,String st

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
s. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amit SanonSent: Wednesday, August 10, 2005 11:16 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] help.. passing arguments to a method using remoteobject thanks for the reply but it did

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Philippe Maegerman
ders] help.. passing arguments to a method using remoteobject i cannot figure out how to pass arguments... pls send an example code as to how to pass arguments to a method using remote objecti have a class as follows class A{ public int func1(int i, string st) { ... }}i created a

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
: jeudi 11 août 2005 7:52To: flexcoders@yahoogroups.comSubject: [flexcoders] help.. passing arguments to a method using remoteobject i cannot figure out how to pass arguments... pls send an example code as to how to pass arguments to a method using remote objecti have a class as follow