Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Large Tables


Hi Chris,

Sorry I have taken so long to respond, but I have been away....

I used the info in the thread you mention below to enable virtual table support
on Windows. This works great, and I can now use very large tables
very quickly (<1 second to display a table with over 150000 rows).

If there any plan to try and support Large/Virtual Tables in a cross platform
way, maybe in an org.eclipse.swt.custom.LargeTable class ?

I think other users of SWT might find this a useful addition? I would be willing
to help on the Windows platform, but have no idea about what is available
natively on the others :-(


PS: Thanks to everyone else who responded on this topic...

Cheers,

MGK

-
Matthew Golby-Kirk   MQSeries Integrator Development
Hursley Park MP 211  IBM UK Internal 24-6700
Internet:: mgk@xxxxxxxxxx, Notes: Matthew Golby-Kirk/UK/IBM
Phone: +44-(0)-1962-816700 Fax: +44-(0)-1962-816898
http://muppet.hursey.ibm.com
"Skating away, on the thin ice of a new day..."

Please respond to platform-swt-dev@xxxxxxxxxxx

Sent by:        platform-swt-dev-admin@xxxxxxxxxxx

To:        platform-swt-dev@xxxxxxxxxxx
cc:        
Subject:        Re: [platform-swt-dev] Large Tables




Tuesday, October 22, 2002, 11:59:36 AM, Matthew Golby-Kirk wrote:
MGK> Hi All,

MGK> I am writing a standalone SWT app on Windows, and require a table that
MGK> holds a
MGK> large number of rows (possibly as many as one million) with 10 columns.


You may want to check this thread on the newsgroup.
http://dev.eclipse.org/newslists/news.eclipse.tools/msg23018.html

Seems like I remember someone on the newsgroup building a virutal
table too but I can't find the link.

Chris
--
Chris Grindstaff
chrisg@xxxxxxxxxxxxxxxxxxxx  |  www.appliedReasoning.com

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top