Re: [flexcoders] Adding up ArrayCollections to DataGrid

2011-08-26 Thread Venkat M
Hi Bill,   No we use java thru BlazeDS. Best Regards, Venkat Maddali.   From: Bill Brutzman >To: flexcoders@yahoogroups.com >Sent: Friday, August 26, 2011 6:41 AM >Subject: Re: [flexcoders] Adding up ArrayCollections to DataGrid > >  >Venkat: >  >The middleware matter

Re: [flexcoders] Adding up ArrayCollections to DataGrid

2011-08-26 Thread Bill Brutzman
example or a pseudo snippet!! Thanks!! Best Regards, Venkat Maddali. _ From: Bill Brutzman To: flexcoders@yahoogroups.com Sent: Thursday, August 25, 2011 5:27 PM Subject: RE: [flexcoders] Adding up Arraycollections to Datagrid! Venkat: Yes… of course this can be

Re: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Venkat M
!! Thanks!!     Best Regards, Venkat Maddali.     > >From: Bill Brutzman >To: flexcoders@yahoogroups.com >Sent: Thursday, August 25, 2011 5:27 PM >Subject: RE: [flexcoders] Adding up Arraycollections to Datagrid! > > >  >Venkat: >  &g

Re: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Venkat M
: Alex Harui >To: "flexcoders@yahoogroups.com" >Sent: Thursday, August 25, 2011 4:50 PM >Subject: Re: [flexcoders] Adding up Arraycollections to Datagrid! > > >  >You can just use A and use a second column with a label function that >references B &g

Re: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Claudio M. E. Bastos Iorio
Hi, you need a hashtable or a dictionary On Aug 25, 2011 7:47 PM, "Venkat M" wrote: > Hi Group, > > I have a basic question on arraycollections. Please assist. > > I have an array collection A populated with values {1,2,3,4,5,6,7,8,9,10} > Also I have an arraycollection B populated with values {on

RE: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Bill Brutzman
Venkat: Yes. of course this can be done. The next question is how. and what is the best way to do it. >From another point of view. "A" could be thought of as an array. an object different from an Array Collection. Likewise, "B" could be thought of as another array. "C" then would b

Re: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Alex Harui
You can just use A and use a second column with a label function that references B On 8/25/11 3:11 PM, "Venkat M" wrote: Hi Group, I have a basic question on arraycollections. Please assist. I have an array collection A populated with values {1,2,3,4,5,6,7,8,9,10} Also I have an arrayco