Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread Alex Harui [email protected] [flexcoders]
Way more people are probably watching the [email protected] list.  You 
might try asking for help there, and if budget permits, offering to pay someone 
to help you.

-Alex

From: "[email protected]<mailto:[email protected]> [flexcoders]" 
mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>" 
mailto:[email protected]>>
Date: Tuesday, September 2, 2014 9:48 PM
To: "[email protected]<mailto:[email protected]>" 
mailto:[email protected]>>
Subject: Re: [flexcoders] Re: getting the sum of values in list datafield.



Hey guys, please i need help on this




Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread [email protected] [flexcoders]
Hey guys, please i need help on this

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread [email protected] [flexcoders]
Hey Guys, i still haven't got it to work, plus more bigger problems, i have 
decide to split my application into modules, i each module i have an array 
collection that populates a list in each of the modules, but when i run the 
application, only data in the first module is retrieved and when i load the 
second module, the data is not retrieved (doesn't show up in the list). below 
is the code.

main.mxml
==


http://www.adobe.com/2006/mxml";
layout="vertical"
width="100%"
height="100%"
verticalAlign="top"
verticalGap="0"
paddingTop="0"
paddingBottom="0"
paddingLeft="0"
paddingRight="0"
xmlns:ns2="components.*">































 







dashBoardModule.mxml
==


http://www.adobe.com/2006/mxml";
   layout="horizontal"
   width="100%"
   height="100%"
   xmlns:ns1="ascript.*"
   horizontalGap="0"
   creationComplete="init();"
   initialize="initDate();">









































































































































driversModule.mxml
==


http://www.adobe.com/2006/mxml";
   layout="horizontal"
   width="100%"
   height="100%"
   creationComplete="initOperator()"
   xmlns:ns1="ascript.*">
























when i load the driversModule.mxml first, data is retrieved and data in the 
dashBoardModule.mxml is not retrieved and vise vasa Is there a problem with 
this setup?

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread Alex Harui [email protected] [flexcoders]
Try debugging the logic.  Basically the principle is to call the same code that 
would be called by manipulating the UI whenever the data is first ready.

From: "[email protected]<mailto:[email protected]> [flexcoders]" 
mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>" 
mailto:[email protected]>>
Date: Sunday, August 31, 2014 11:35 PM
To: "[email protected]<mailto:[email protected]>" 
mailto:[email protected]>>
Subject: Re: [flexcoders] Re: getting the sum of values in list datafield.



still doesn't do the trick.




Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread [email protected] [flexcoders]
Any help guys?

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-08-31 Thread [email protected] [flexcoders]
still doesn't do the trick.

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-08-31 Thread Alex Harui [email protected] [flexcoders]
Try calling filterList and maybe calculateSum in expenseResult.

From: "[email protected] [flexcoders]" 
mailto:[email protected]>>
Reply-To: "[email protected]" 
mailto:[email protected]>>
Date: Saturday, August 30, 2014 10:19 AM
To: "[email protected]" 
mailto:[email protected]>>
Subject: [flexcoders] Re: getting the sum of values in list datafield.



Hello Guys i managed to get it to calculate the total based on range of dates 
thanks to your help. One thing though, when the application my List Component 
is not populated with data until i select a date from the date field. Is there 
a way to fix the problem? Below is the updated code


http://www.adobe.com/2006/mxml";
layout="vertical"
width="100%"
height="100%"
verticalAlign="top"
verticalGap="0"
paddingTop="0"
paddingBottom="0"
paddingLeft="0"
paddingRight="0"
xmlns:ns1="ascript.*"
creationComplete="init();"
initialize="initDate();"
xmlns:ns2="components.*">































































































































! ;
< div>