Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » CellEditors in TableTreeViewer
CellEditors in TableTreeViewer [message #120158] Mon, 01 September 2003 20:20
John Howard is currently offline John HowardFriend
Messages: 83
Registered: July 2009
Member
Does this work?

I'm using 3.0 M3 with a fairly straighforward tree table with a dialog cell
editor and two combobox cell editors and I'm getting numerous problems.

The first problem is with the combo box cell editor, which is ok if I click
on the cell to clear it but if I click on another cell I get a call to
modify for the new cell with the value for the cell I was editing. The code
in org.eclipse.jface.viewers.TableViewerImpl appears to cause the problem.
handleMouseDown() sets the the new tableItem before applyEditorValue is
called for the existing combobox. The result of which is a modify on the
new cell. Is this me or is there a bug in the code.

I addition to this I'm also getting problems were the dialog cell editor is
appearing on cells that have been assigned a combo box cell editor. This
usually occurs if a click on a dialog editor cell and then immediately click
on a combo box editor cell. Has anyone else witnessed this.

Thanks,

John.
Previous Topic:My Session!!!
Next Topic:eclipse on linux - no text on dialogs
Goto Forum:
  


Current Time: Wed Jan 15 11:05:00 GMT 2025

Powered by FUDForum. Page generated in 0.03550 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top