flickering virtual table rows [message #532911] |
Tue, 11 May 2010 10:32  |
Eclipse User |
|
|
|
Hi all,
I've got an application loading data in a virtual table, however some data is not shown in each row. I mean, the row is there, if I select the row the data appears, while if I don't select the row it appears as empty. As far as I can see there is not a pattern, I can have n rows displayed correctly, one "empty", and other m displayed correctly. Even scrolling the table does not produce the row to appear, it seems a display problem.
I've noted the same behaviour on Linux/GTK and Windows Vista/XP.
I'm currently using the SWT jar 3.5.1.v3555a.
Any suggestion?
|
|
|
|
Re: flickering virtual table rows [message #543124 is a reply to message #533334] |
Mon, 28 June 2010 09:27  |
Eclipse User |
|
|
|
After a lot of debugging I made it!
It was my fault, since I was returning a null row (null object) once every few rows, this was causing the label providers to display nothing in the table for such row. When I click such row, the right object was reloaded from the database and displayed well.
It was quite hard to discover.
|
|
|
Powered by
FUDForum. Page generated in 0.03287 seconds