|
Nik, You don’t need to stick to the generated files. You can
change them to fit your needs. João Fernandes From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Nikmd23 Thanks Bill, that does
help some, I do see in the DAO where I am supposed to change the code. However, I'm still
confused as to how to pass the params out of flex. The DataService.fill
method takes a ListCollectionView, followed by an array. FB2 won't let me
write ds.fill(myCollection, arg1, arg2). But then, even if I
create an array with 1 element (a boolean:=true) - passing that to CF seems to
have an issue because the assembler's fill method takes one param - a
string. So here are my signatures: (In Flex)
DataService.fill(x:ListCollectionView, y:Array=null); which calls What would I change on
these signatures to make Flex's fill function either work with an array, or N
number of arguments? Thank You,
SPONSORED LINKS
YAHOO! GROUPS LINKS
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Re: DataService.fill params João Fernandes
- [flexcoders] Re: DataService.fill params Nikmd23
- RE: [flexcoders] Re: DataService.fill params Bill Sahlas
- RE: [flexcoders] Re: DataService.fill params Bill Sahlas

