Has anyone used TableCellEditing functionality in eRCP/eSWT/eJface application on mobile device ?
I found many TableCellEditing examples/tutorials but all are for RCP/SWT/Jface only. So I implemented one of it from
http://www.eclipse.org/articles/Article-Table-viewer/table_viewer.html. I am really searching any good book/guide/tutorials in eRCP/eSWT/eJface application. Please tell me if you know any.
My application runs on very high configuration mobile device i.e. Symbol MC9090 which is widely used in warehouse business. I am using IBM J9 (Now IBM Lotus Expeditor) runtime environment on device and for the development, I am using Eclipse 3.2.2 (Provided by IBM Lotus Expeditor Toolkit)
It displays Table on my Mobile device screen but the Cell Editing is not working. It appears as if its 'Read-Only' table. Table Cell Selection Listener listens user selection of a particular cell and the logs do get printed in CellModifier class in canModify(..), getValue(..) and modify(..) methods. But the cell edit thing is not working.
Any sugestions much appreciated :)
Many thanks in advance.