Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableColumn hiding
TableColumn hiding [message #462063] Wed, 05 October 2005 14:39 Go to next message
Eclipse UserFriend
Originally posted by: mackendw.sympatico.ca

Is it possible to hide a column of an SWT table such that it's in the
table but not visible when rendered? ie: I want to store data in the
column but not have the user see it.

I managed to get it to work under Linux (3.1 eclipse) but when running the
same code on Windows XP it is showing the column regardless of the column
width setting.

Thx for any insight.
Wendell
Re: TableColumn hiding [message #462072 is a reply to message #462063] Wed, 05 October 2005 16:40 Go to previous messageGo to next message
Chris Merrill is currently offline Chris MerrillFriend
Messages: 19
Registered: July 2009
Junior Member
We are doing it on XP by setting the width to zero and it works fine. We do this immediately before redrawing the parent component.
Re: TableColumn hiding [message #462079 is a reply to message #462072] Wed, 05 October 2005 20:20 Go to previous message
Eclipse UserFriend
Originally posted by: mackendw.sympatico.ca

Yes, I tried that...didn't work.

What version of Eclipse are you using? I am running Eclipse 3.1M6.

Wendell
Previous Topic:Swt &Thread
Next Topic:problem with the cell size
Goto Forum:
  


Current Time: Fri Apr 19 22:28:28 GMT 2024

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

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

Back to the top