RE: [flexcoders] Binding problem - not refreshing after Array.push

2008-08-22 Thread Kenneth Sutherland
You need to be using an arraycollection for bindable data, not the array class. Kenneth. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of piotrchruscielewski Sent: 22 August 2008 09:07 To: flexcoders@yahoogroups.com Subject: [flexcoders] Binding problem - not refreshing

RE: [flexcoders] Binding problem - not refreshing after Array.push

2008-08-22 Thread Claudio M. E. Bastos Iorio
. Bastos Iorio From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Sutherland Sent: Friday, August 22, 2008 5:17 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Binding problem - not refreshing after Array.push You need to be using an arraycollection

RE: [flexcoders] Binding problem - not refreshing after Array.push

2008-08-22 Thread Kenneth Sutherland
. Bastos Iorio Sent: 22 August 2008 09:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Binding problem - not refreshing after Array.push I have the same issue, binding an array. Can you explain or point to any link/resource/reference that explains why an arraycollection is needed

RE: [flexcoders] Binding problem - not refreshing after Array.push

2008-08-22 Thread Gordon Smith
: Friday, August 22, 2008 1:31 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Binding problem - not refreshing after Array.push I have the same issue, binding an array. Can you explain or point to any link/resource/reference that explains why an arraycollection is needed for binding