[flexcoders] Re: using a repeater with large data sets

2005-07-07 Thread Andrew Spaulding
Good idea Trac! I'll use the count and startingIndex properties to manage the paging locally ;) Kind regards, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: One possibility with the repeater is to set the number of items that are

Re: [flexcoders] Re: using a repeater with large data sets

2005-07-07 Thread Alex Cruikshank
Hi Andrew, If you're using remoting, I'd make sure your performance problems aren't with the serialization/deserialization of the results before you invest much time in optimizing the display. I've done some research into this

RE: [flexcoders] Re: using a repeater with large data sets

2005-07-07 Thread Matt Chotin
Spaulding Sent: Thursday, July 07, 2005 10:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: using a repeater with large data sets Hi Alex, Yeh I followed your posts on performace with large data sets, and our return data from the RemoteObject service is relatively fast

[flexcoders] Re: using a repeater with large data sets

2005-07-07 Thread Andrew Spaulding
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Thursday, July 07, 2005 10:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: using a repeater with large data sets Hi Alex, Yeh I followed your posts on performace with large data sets