| [news.eclipse.platform.swt] Re: SWTException in ColumnViewerEditor.activateCellEditor |
But what are you disposing? Hopefully not the CellEditor because you should create it once and reuse it all over. There's by definition always only one CellEditor active.
Please modify one of our snippets so I can take a look what you are doing and how one can solve it. You should by the way not delay the model update but the disposing if you dispose something => don't dispose the CellEditor!
Tom
No, I am calling TreeViewer.refresh(), and this disposes the TreeItem.
Florin