Nik,

 

You don’t need to stick to the generated files. You can change them to fit your needs.

 

João Fernandes
Dep. Informática - Área de Desenvolvimento
Cofina media

Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel (+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nikmd23
Sent: quarta-feira, 3 de Maio de 2006 17:59
To: [email protected]
Subject: [flexcoders] Re: DataService.fill params

 

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
(In CF)    Assembler.fill(a:String=null); which calls
(In CF)   DAO.read(b:Any, c:Any); - which I understand is flexable because I can change it to be whatever I want.  Correct? 

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,
Nik



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com



SPONSORED LINKS

Web site design development

Computer software development

Software design and development

Macromedia flex

Software development best practice

 

 


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




Reply via email to