Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Virtual Table: not going fast enough?
Virtual Table: not going fast enough? [message #464999] Wed, 21 March 2007 16:13 Go to next message
Sebastien Pennec is currently offline Sebastien PennecFriend
Messages: 31
Registered: July 2009
Member
Hello,

I am using a virtual table with a TableViewer.
My content provider implements the ILazyContentProvider interface and I can add
objects to the view easily.

My problem is that if I add many objects in a short period of time, the table does
not display the objects correctly. For example, I might have this kind of result:

---------
Element 1
Element 1
Element 1
Element 1
Element 1
Element 1
Element 1
Element 1
Element 1
Element 1
Re: Virtual Table: not going fast enough? [message #465001 is a reply to message #464999] Wed, 21 March 2007 16:17 Go to previous message
Sebastien Pennec is currently offline Sebastien PennecFriend
Messages: 31
Registered: July 2009
Member
Please disregard the example I just sent.

The result I have it this:
Element 1
Element 2
Element 3
Element 4
Element 5
Element 2000
Element 2001
Element 2002
Element 2003
Element 2004

And when I click one of the lines that are displayed, the clicked element is changed
to display the right text.

Can anybody help me on that? :)

Sébastien

Sebastien Pennec wrote:
> Hello,
>
> I am using a virtual table with a TableViewer.
> My content provider implements the ILazyContentProvider interface and I
> can add objects to the view easily.
>
> My problem is that if I add many objects in a short period of time, the
> table does not display the objects correctly. For example, I might have
> this kind of result:
>
> ---------
> Element 1
> Element 1
> Element 1
> Element 1
> Element 1
> Element 1
> Element 1
> Element 1
> Element 1
> Element 1
Previous Topic:Activating editor
Next Topic:Source for Extension & Extension Points
Goto Forum:
  


Current Time: Mon Sep 16 20:13:00 GMT 2024

Powered by FUDForum. Page generated in 0.02729 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top