Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Grid: Open event only on the first column
icon6.gif  Grid: Open event only on the first column [message #1421696] Thu, 11 September 2014 19:15 Go to next message
Kaj Kandler is currently offline Kaj KandlerFriend
Messages: 36
Registered: July 2009
Location: Berlin, Germany
Member

I'm trying to open some object only when someone performs the open action (click or double click as configured) over the first column.

I tried so many things I can't tell. Any hint or solution is appreciated.


Re: Grid: Open event only on the first column [message #1421734 is a reply to message #1421696] Thu, 11 September 2014 20:40 Go to previous message
Kaj Kandler is currently offline Kaj KandlerFriend
Messages: 36
Registered: July 2009
Location: Berlin, Germany
Member

I think I found a solution my self

Set
grid.setSelectionEnabled(false);
grid.setCellSelectionEnabled(false);

On first column
column.setCellSelectionEnabled(true);

false for the other columns.

Now it still selects that cell in the first column, and I have to find how to suppress that.


Previous Topic:bug dataprovider of xygraph
Next Topic:[XYVisualization] Color legend bar
Goto Forum:
  


Current Time: Fri Apr 19 22:03:37 GMT 2024

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

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

Back to the top