[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.nebula] Re: Grid - Inline Editing

Hello Tom.

Thanks for your answer. This means, if I change to Eclipse >= 3.4M7 this should work out of the box?

There is one more thing I emcountered. When I do inline editing in a GridTableViewer with eg. 60 lines where only 10 are displayed at once in the GridTableViewer, the table does not scroll down to the line which is currently edited. If you scroll down by using the vertical scrollbar inline editing is still possible. Is it possible to scroll automatically to the position of the line, if this line isn't shown?

Thanks Peter


Tom Schindl schrieb:
I don't think this is possible with JFace 3.3 codebase (reordering was not included in the 3.3 codestream). We (JFace) fixed this in 3.4 and if Grid behaves like SWT-Table (which it should else I'd consider this a Grid-bug) this should work out of the box with JFace from 3.4M7 (which is in a fairly complete state because we are working towards 3.4RC1).

Tom

Peter Pfeifer schrieb:
Hello.

I'm using the GridTableViewer with inline editing support and moveable columns. Inline editing works as it's supposed to, but when I move some gridcolumns the inline editing tab order is still the same, as it was after creation. Lets say I have got 4 columns (col1, col2, col3, col4) and I move col3 to the second postion (col1, col3, col2, col4). Then inline editing is still moving from col1 to col2 to col3 to col4. Is there a way to tell the inline editing, to take the new column order into account?

Thanks in adavance.

Peter