Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » GridColumn visibility problem
GridColumn visibility problem [message #592682] Thu, 13 November 2008 16:52
Acho is currently offline AchoFriend
Messages: 2
Registered: July 2009
Junior Member
I've read that the column (in)visibility is still under construction, but
I have to hide some columns and when I do it I get some issues. I couldn't
think out how to do this on other way. I need to be able to set some
columns invisible (and visible again), but the Grid doesn't behave
adequately. First of all, when I move through the grid with the arrows and
the selection exits the visible area, the grid doesn't scroll. And second
of all (and the badest) when the first column (index 0) is hidden and the
focused cell is in the first visible column, when the left arrow key is
pressed, I get NullPointerException from the method Grid.showColumn(). Can
you tell me some other way to hide columns and avoid these issues.

Here's an example snippet of these ussiues:
http://acho.ignatov.googlepages.com/GridBugSnippet.jar

And here's the code of the example snippet:
http://acho.ignatov.googlepages.com/GridBugSnippet_src.zip

Thank you in advance and sorry for my not-very-good English.
Previous Topic:DateChooser - detecting 'enter' key
Next Topic:StackOverflowError by traversing a table
Goto Forum:
  


Current Time: Fri Apr 26 01:36:55 GMT 2024

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

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

Back to the top