Array.Push does not emit the dataProvider change event.

Instead use the DataProvider API method:
Vopf.addItem(PfVO)

Tracy

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 17, 2005 5:42 AM
To: Flex Coders
Subject: [flexcoders] Help with array urgently

Sorry, but i don't know ActionScript, i'm using amf.

In my mxml file i'm using an array "vopf:Array", but if my array is 
initialized from onResult work in all project. (see my binding please)

but if create a new array don't work, for example i wish in my function 
New_Product() create a function like this

function New_Product()
{
vopf=new Array();
PfVO vo = new PfVO();
vopf.push(vopf);
}

but from this moment , after call above function, all my binding don't
work.
Can you help me please
Devis


 
Yahoo! Groups Links



 




Reply via email to