Re: [flexcoders] How call to a function declared in MXML file from ActionScript class ?

2010-04-26 Thread Ganesh Suyampirakasam
create an object of that class and use that function make it function as public in that class. then you may able to access it. --- On Mon, 26/4/10, Nini7016 Nini7016 nahloulaha...@hotmail.com wrote: From: Nini7016 Nini7016 nahloulaha...@hotmail.com Subject: [flexcoders] How call to a function

Re: [flexcoders] How call to a function declared in MXML file from ActionScript class ?

2010-04-26 Thread Haykel BEN JEMIA
Where do you set the dataProvider of the DataGrid? What is the bpmnDataComponent that you pass to the retreiveData() function? Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Mon, Apr 26, 2010 at 11:10 AM, Nini7016 Nini7016 nahloulaha...@hotmail.com wrote: Hello