RE: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid

2008-04-07 Thread Glenn Williams
. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jovialrandor Sent: Sunday, April 06, 2008 5:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid Alex, the HTTPService returns an empty arraycollection

RE: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid

2008-04-07 Thread Tracy Spratt
, 2008 12:30 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid If the service returned an empty AC, I would verify that the DG has really been assigned that empty AC. Read back the dataProvider on the DG and see what its length is. You

RE: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid

2008-04-07 Thread Alex Harui
8:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid Hi Alex, I believe that there is a bug/feature with binding HTTPService result to a DataGrid. If HTTPService returns empty result (null), DataGrid won't be cleared from a previous

RE: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid

2008-04-07 Thread Alex Harui
Girski Sent: Monday, April 07, 2008 11:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid Assigning an empty AC should do it as well, though. Nope, it didn't work for me. I had this problem with both DataGrid AdvancedDataGrid and ended

RE: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid

2008-04-07 Thread Alex Harui
will notice. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Monday, April 07, 2008 11:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid removeAll() should do

RE: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid

2008-04-06 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jovialrandor Sent: Sunday, April 06, 2008 5:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How can I clear an ArrayCollection or Datagrid Alex, the HTTPService returns an empty arraycollection