RE: [flexcoders] does the CFC/AS namespace path have to match?

2006-10-04 Thread João Fernandes
Exactly, only properties are translated between AS3/CFC. Joo Fernandes From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bjorn Schultheiss Sent: quarta-feira, 4 de Outubro de 2006 5:38 To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] does the CFC/AS namespace path have to match?

2006-10-04 Thread Brendan Meutzner
My question wasn't regarding the ability to pass functions back... sorry for not being clear. My question is whether or not the location of the AS file has to match the location of a CFC file for the namespace path for AS Classes and CF CFC types. When I pass an Object of type

Re: [flexcoders] does the CFC/AS namespace path have to match?

2006-10-04 Thread Brendan Meutzner
Solution: Make sure you're RemoteClass alias definition inside the AS Class is correct... doh!Sorry to waste the groups time :-(BrendanOn 10/4/06, Brendan Meutzner [EMAIL PROTECTED] wrote: My question wasn't regarding the ability to pass functions back... sorry for not being clear. My question

RE: [flexcoders] does the CFC/AS namespace path have to match?

2006-10-04 Thread Bjorn Schultheiss
That alias biz has got me b4 as well... Dont be to hard on yourself :) Regards, Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan MeutznerSent: Thursday, 5 October 2006 4:15 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders]

[flexcoders] does the CFC/AS namespace path have to match?

2006-10-03 Thread Brendan Meutzner
Hi,It seems that even when I type my cffunction argument inside my CFC, it looks for the object definition in the same location the AS object is placed... but they're not in my case.Eg. AS fileimport com.blah.blah1.blah2.theDataStructure;delegate.insertFunction(event.theDataInstance as

Re: [flexcoders] does the CFC/AS namespace path have to match?

2006-10-03 Thread Igor Costa
Not sure about you are asking for.On 10/3/06, Brendan Meutzner [EMAIL PROTECTED] wrote: Hi,It seems that even when I type my cffunction argument inside my CFC, it looks for the object definition in the same location the AS object is placed... but they're not

[flexcoders] does the CFC/AS namespace path have to match?

2006-10-03 Thread Bjorn Schultheiss
As far as i know CF cant handle AS functions as it has no way of processing the logic (dont quote me). I know that in Java all getters and setters are evaluated to primitive members. In other words you can not pass a Function through remoting, i think :) Regards, Bjorn Schultheiss