[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] reset itemcount in tableviewer
|
Hi,
I have a wordlist containing approximately 130k words, which I want to
present in a virtual table. Building the table and filling the data is no
problem and works like charm, but what I want is to make it possible to
filter the list.
Instead of using a ViewerFilter, I want to use my the database filter
mechanism. Therefor I need to reset the itemcount of the viewer to the new
value and there is my problem. Resetting the itemcount from 130k to e.g.
16k my app freezes, using a ViewerFilter didn't work too.
My question is, if this is a bug, or i virtual tables aren't supposed to
have new itemcount after creation.
I'm working with the eclipse3.4 rc2 (gtk) on kubuntu Hardy.
I hope someone can help, me becaus I really need a filter mechanism.
Thanks in advance
Hannes