RE: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-10 Thread Dirk Eismann
); myRemoteMethod_Result = function(result) { // handle result here... } Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Seth Voltz Sent: Thursday, June 09, 2005 6:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex / Flash / FlashComm

RE: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-10 Thread Abdul Qabiz
] On Behalf Of Indy Nagpal Sent: Friday, June 10, 2005 3:55 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex / Flash / FlashComm, Remoting and CF Yes... I find that is always a good idea to have a cfm page that queries your cfc exactly in the same manner as the remoteobject tag in your

RE: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-10 Thread Battershall, Jeff
; Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, June 10, 2005 8:21 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex / Flash / FlashComm, Remoting and CF Yeah, It is always a good idea to create

Re: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-10 Thread Seth Voltz
firstName:String = result.firstName; Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, June 10, 2005 8:21 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

[flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-09 Thread Seth Voltz
Hey everyone, A while back someone posted an article on quirks when using Remoting (and the flash gateway) with Flex / Flash and FlashComm. I can't find it anywhere (archive searches, google, etc.) Maybe I'm just not hitting the right terms. If anyone remembers it I'd most appreciate the

Re: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-09 Thread dave buhler
Use all Uppers when you reference the remoting object. I assume you're returning a struct? If so: return tempstruct should work fine so long as you have tempstruct.FIRSTNAME as the firstname variable name. If you are returning a query, you'll need to referece result[0].FIRSTNAME, etc. On

Re: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-09 Thread Indy Nagpal
Yes... I find that is always a good idea to have a cfm page that queries your cfc exactly in the same manner as the remoteobject tag in your flex app would. And use cfdump on your cfm page to examine what the cfc returns. That way you know exactly what is being returned. And if you are using