[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?

Comment #1 in the report indicates the probable cause, so I think swt just
needs to make the fix.  I've added a comment in other bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228695 which could be the root
cause of this.

Grant


"Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message
news:h8g9r4$vpc$2@xxxxxxxxxxxxxxxxxxxx
>
> 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