[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Why does the StyledCellLabelProvider.update() method repeat the 1st column text?

Grant Gayed schrieb:
> I think that switching from TableViewer to using a Table instead will make
> this work for you.  Though your current problem is likely rooted in Table, I
> think you're seeing it as a result of how TableViewer reacts to custom draw
> events, which is more complex than a typical case.  If you were to use a
> Table and just do the drawing in response to these events then I think it
> would work.  For more info on using Table/Tree custom draw at the swt level
> see
> http://www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html .

Anything we (JFace) could do to help out here Grant?

Tom