[flexcoders] Re: Datagrid with bound dataProvider not updating.

2007-06-05 Thread beecee1977
Thanks for all the responses! I took the advice and switched to using ArrayCollection and all is working fine now (without hammers :-)) Thanks again! --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I think Alex called invalidateDisplayList a big hammer. The

[flexcoders] Re: Datagrid with bound dataProvider not updating.

2007-05-29 Thread beecee1977
Call refresh() on what? The dataGrid doesn't have a refresh() method. It is an Array rather than an ArrayCollection. Could that be the problem? This could require a lot of refactoring! Scratch all that... myDatagrid.invalidateDisplayList() did the trick! Thanks! --- In

RE: [flexcoders] Re: Datagrid with bound dataProvider not updating.

2007-05-29 Thread Alex Harui
. ArrayCollection does. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of beecee1977 Sent: Tuesday, May 29, 2007 3:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Datagrid with bound dataProvider not updating. Call

RE: [flexcoders] Re: Datagrid with bound dataProvider not updating.

2007-05-29 Thread Tracy Spratt
, or use XML directly. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of beecee1977 Sent: Tuesday, May 29, 2007 6:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Datagrid with bound dataProvider not updating. Call