Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Well, that is a much cleaner call, but it still does the same thing :(HankOn 6/20/06, Doug Lowder [EMAIL PROTECTED] wrote:Hi Hank,You should be able to call your RemoteObject method directly.See if the following works:mx:Button label=get chart dataclick=chartTemplate.findCharts(1) /- Doug---

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Well, that is a much cleaner call, but it still does the same thing :(Hank On 6/20/06, Doug Lowder [EMAIL PROTECTED] wrote: Hi Hank,You should be able to call your RemoteObject method directly.See if the

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
] On Behalf Of hank williamsSent: Tuesday, June 20, 2006 3:02 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Well, that is a much cleaner call, but it still does the same thing :(Hank On 6/20/06, Doug Lowder [EMAIL PROTECTED] wrote: Hi Hank,You should

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Well, that is a much cleaner call, but it still does the same thing :(Hank On 6/20/06, Doug Lowder [EMAIL PROTECTED] wrote: Hi Hank,You should be able to call your RemoteObject method directly.See if the following works:mx:Button

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Just as a test I changed the definiton of the my-amf endpoint in flex-enterprise-services.xml to http://localhost:8080/uploadServer/messagebrokersilly/amfjust to see if this would effect what the flex debugger says I am looking for.It still says it thinks the channel definition is:channel

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Problem solved.Well I really learned how to debug stuff here, but the problem was dumb.You cant have two flex webapps in the webapps folder. At some point in this process (hours ago) I had figured that out, and I had removed the unpacked samples folder from webapps, but I had forgotten to

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
) make sure you're using an HTTPURL to load the SWF (rather than from the file system. Pete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Tuesday, June 20, 2006 5:06 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Ok, so we are getting down to the nub of the problem.this is what my flex-enterprise-services.xml file says my channel definition is: channel-definition id=my-amf class=mx.messaging.channels.AMFChannel endpoint uri=http://localhost:8080/uploadServer/messagebroker/amf

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
williamsSent: Tuesday, June 20, 2006 5:48 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Problem solved.Well I really learned how to debug stuff here, but the problem was dumb.You cant have two flex webapps in the webapps folder. At some point in this process

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
] On Behalf Of hank williamsSent: Tuesday, June 20, 2006 4:54 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Ok, so we are getting down to the nub of the problem.this is what my flex-enterprise-services.xml file says my channel definition is: channel