ComboBoxCellEditor in TableViewer -
03-22-2008, 08:17 AM
Hi
I am trying to have a TableViewer use textEditors in the first 3 columns and ComboBoxEditors in the next 2 columns. I keep getting Assertion errors.
I have looked at various posts on the web and in the books I have but they all seem to use the pre 3.3 API. What is the current preferred method? I found snippet034 in the wiki.eclpise.org/JFaceSnippets but found it unhelpful.
ComboBoxCellEditor in TableViewer -
05-16-2008, 02:22 AM
Hi,
ComboBoxCellEditor will only help you to have a combo as an editor in a TableViewer. If it is still giving an error, then i feel like your code has some bug .