[flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread whatabrain
I've found that adding a lot of rows (1000+) to an AdvancedDataGrid can be quite slow, if the rows happen to be visible (in an open node of the tree). I don't know why this is the case, especially since it's not the case in a regular DataGrid, but I'd like to work around it. So how can I tell

RE: [flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] How to temporarily stop a dataProvider from updating UI I've found that adding a lot of rows (1000+) to an AdvancedDataGrid can be quite slow, if the rows happen to be visible (in an open node of the tree). I don't know why this is the case

Re: [flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread Daniel Gold
the dataprovider -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *whatabrain *Sent:* Thursday, July 31, 2008 3:23 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] How to temporarily stop a dataProvider from updating UI

RE: [flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread Alex Harui
] On Behalf Of Daniel Gold Sent: Thursday, July 31, 2008 5:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to temporarily stop a dataProvider from updating UI I've seen a lot of posts with performance related to using Bindable Collections like that. One of the dangerous of having

Re: [flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread Daniel Gold
@yahoogroups.com *Subject:* Re: [flexcoders] How to temporarily stop a dataProvider from updating UI I've seen a lot of posts with performance related to using Bindable Collections like that. One of the dangerous of having such a useful easy API for updating controls... Just to expand on what

RE: [flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread Alex Harui
mailto:flexcoders@yahoogroups.com ] On Behalf Of Daniel Gold Sent: Thursday, July 31, 2008 5:02 PM To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to temporarily stop a dataProvider from updating UI I've seen a lot of posts with performance related

Re: [flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread Daniel Gold
Gold *Sent:* Thursday, July 31, 2008 5:10 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] How to temporarily stop a dataProvider from updating UI really? I thought controls like DataGrid listened for CollectionChange and thought swapping source only did an internal refresh

RE: [flexcoders] How to temporarily stop a dataProvider from updating UI

2008-07-31 Thread Alex Harui
@yahoogroups.com mailto:flexcoders@yahoogroups.com ] On Behalf Of Daniel Gold Sent: Thursday, July 31, 2008 5:02 PM To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to temporarily stop a dataProvider from updating UI I've seen a lot of posts