Re: Large Data Set problems

2009-06-16 Thread Joe Larson
Well, looks like paging it is. Thanks everyone. Oh, and Hi Tom! -Joe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Large Data Set problems

2009-06-12 Thread Tercio
Hi! The problem is that in your function public void showUsers() { you create a entry into FlexTable for each user, including the non-visible ones. Some browsers have problems displaying a huge data. To solve this you have 2 options: Create some kind of pagination into your flextable,

Re: Large Data Set problems

2009-06-11 Thread Tom Hjellming
Hi Joe, The trick is to not even try to load that much data into the browser. We use the SmartGWT widget library which has very good support for virtual pagination of lists and comboboxes. By default, it only loads the first 75 rows and then as the user scrolls down, calls are made back to