Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Only able to edit first column in a tableviewer
Only able to edit first column in a tableviewer [message #455105] Fri, 06 May 2005 17:24 Go to next message
Eclipse UserFriend
Originally posted by: desarrollo.sipeinformatica.com

Hi, first of all excuse my poor english. Well i'm using a tableviewer
and if the user chooses one option or another i show one table from the
database or another. I do this droping the columns, creating new ones,
changing the label provider, setting the columnProperties, creating the
new celleditors and setting them to the tableviewer and changing the
cellmodifier. (I don't change the content provider because it only
returns one variable, and i change that variable depending the option
that makes the user...).

The problem is that i only can modify the cells of the first column, if
i click in one of the others nothing happen (the cell do not change to
edit mode), even any exception is launched. But, it's curious, that if i
click in the cell of the first column and then one of the others cells
but in the same row, they change to edit mode....

Any idea will be wellcome...
Re: Only able to edit first column in a tableviewer [message #455197 is a reply to message #455105] Tue, 10 May 2005 10:44 Go to previous message
Yves Harms is currently offline Yves HarmsFriend
Messages: 80
Registered: July 2009
Member
> The problem is that i only can modify the cells of the first column, if
> i click in one of the others nothing happen (the cell do not change to
> edit mode), even any exception is launched. But, it's curious, that if i
> click in the cell of the first column and then one of the others cells
> but in the same row, they change to edit mode....
>
> Any idea will be wellcome...

I guess you're not using the proper style for your table,
use SWT.FULL_SELECTION
Previous Topic:Changing the font size in the JFace MessageDialog
Next Topic:MS-Mediaplayer don't work
Goto Forum:
  


Current Time: Thu Apr 25 21:43:04 GMT 2024

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

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

Back to the top