Re: [flexcoders] Performance issues with data grid/advanced data grid

2010-01-06 Thread Douglas Knudsen
#1 below sounds way fishy. For performance reasons List based controls create only those ItemRenderers that would be viewable in the List and maybe 1 or 2 more. As the user scrolls, this set is re-used. What you have done is bypass this completely by making ALL rows visible and thus 1350 instanc

RE: [flexcoders] Performance issues with data grid/advanced data grid

2010-01-05 Thread Alex Harui
uesday, January 05, 2010 1:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance issues with data grid/advanced data grid Hi All, I'm loading an AdvancedDataGrid with an ArrayCollection of about 1350 items retrieved from the server. Each record has 5 fields, and I am using one v

[flexcoders] Performance issues with data grid/advanced data grid

2010-01-05 Thread sharath reddy
Hi All, I'm loading an AdvancedDataGrid with an ArrayCollection of about 1350 items retrieved from the server. Each record has 5 fields, and I am using one very simple custom renderer. The grid doesn't seem to be able to handle these many records, and throws the following error: Error #1502: A

Re: [flexcoders] Performance Issues with AdvancedDataGrid

2008-08-01 Thread Carlos Rovira
I was this days extending the component to do the same Excel funcionality. I conclude that using itemRenderers that extends UIComponent ends downgrading the performance of the grid. So I recomend to extend AdvancedDataGridItemRenderer although probably you'll have to sacrifice all the displayobject

[flexcoders] Performance Issues with AdvancedDataGrid

2008-08-01 Thread Bob
I have an application based on a AdvancedDataGrid control that makes use of custom editors and renders to in many ways resemble Excel. Problem I am having is that if the user begins rapidly entering data the application will occasionally miss keyboard entry. Our observation is that in the even

Re: [flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread Doug McCune
> > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *christian.menzinger > *Sent:* Friday, May 30, 2008 9:04 AM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Performance issues while creating several > instan

RE: [flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread Alex Harui
yahoogroups.com Subject: [flexcoders] Performance issues while creating several instances of DisplayObject at the same Hi there, while experimenting with Containers and UIComponents I received very strange results. Is it possible that the instantiation and rendering of about 150 DisplayObjects c

[flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread christian.menzinger
Hi there, while experimenting with Containers and UIComponents I received very strange results. Is it possible that the instantiation and rendering of about 150 DisplayObjects can take up to 3 seconds of processing time? I have a very light weight application attached where 20 views (containing a

Re: [flexcoders] performance issues

2006-07-27 Thread Anatole Tartakovsky
ne of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com ] On Behalf Of Pan TroglodytesSent: Wednesday, July 19, 2006 11:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] performance issues  

Re: [flexcoders] performance issues

2006-07-27 Thread Pan Troglodytes
t's invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com ] On Behalf Of Pan TroglodytesSent: Wednesday, July 19, 2006 11:44 PMTo: flexcoders@yahoogroups.com S

Re: [flexcoders] performance issues

2006-07-27 Thread Anatole Tartakovsky
is in your setter for the data comparing against the old value and if it hasn't changed not doing anything, it may be that it's invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:

Re: [flexcoders] performance issues

2006-07-27 Thread Anatole Tartakovsky
inst the old value and if it hasn't changed not doing anything, it may be that it's invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoo

Re: [flexcoders] performance issues

2006-07-24 Thread Pan Troglodytes
lot of the extra renderers?   Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com ] On Behalf Of Pan Troglodytes Sent: Friday, July 21, 2006 7:42 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] performance issues   Yeah, I've tried that.  Here&

Re: [flexcoders] performance issues

2006-07-21 Thread Pan Troglodytes
s invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com ] On Behalf Of Pan Troglodytes Sent: Wednesday, July 19, 2006 11:44 PM To: flexcoders@yahoog

RE: [flexcoders] performance issues

2006-07-20 Thread Matt Chotin
thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Wednesday, July 19, 2006 11:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] performance issues   Well, specifically I had a DataGrid using this for

[flexcoders] performance issues

2006-07-19 Thread Pan Troglodytes
Well, specifically I had a DataGrid using this for the itemRenderer:package nes {  import mx.controls.dataGridClasses.DataGridListData ;  import mx.controls.Label;  public class SignColorItemRenderer extends Label {    public var negativeColor:uint = 0xFF;    public var positiveColor:uint =