Re: [flexcoders] Adding up ArrayCollections to DataGrid

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

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 bill.brutz...@scottynow.com To: flexcoders@yahoogroups.com Sent: Friday, August 26, 2011 6:41 AM Subject: Re: [flexcoders] Adding up ArrayCollections to DataGrid   Venkat:   The middleware matters

[flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Venkat M
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 {one,two,three,four,five,six,seven,eight,nine,ten}   Given this data, How do I present this

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 venkat_...@yahoo.com 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}

RE: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Bill Brutzman
Of Venkat M Sent: Thursday, August 25, 2011 6:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Adding up Arraycollections to Datagrid! Hi Group, I have a basic question on arraycollections. Please assist. I have an array collection A populated with values

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 venkat_...@yahoo.com 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

Re: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Venkat M
Harui aha...@adobe.com To: flexcoders@yahoogroups.com 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 On 8/25/11 3:11 PM, Venkat

Re: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Venkat M
!! Thanks!!     Best Regards, Venkat Maddali.     From: Bill Brutzman bill.brutz...@scottynow.com To: flexcoders@yahoogroups.com Sent: Thursday, August 25, 2011 5:27 PM Subject: RE: [flexcoders] Adding up Arraycollections to Datagrid!   Venkat:   Yes… of course