Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Is it possible to delete the apparently empty column at the end of a Table?
Is it possible to delete the apparently empty column at the end of a Table? [message #457113] Thu, 16 June 2005 20:52 Go to next message
Cristian is currently offline CristianFriend
Messages: 1
Registered: July 2009
Junior Member
Is it possible to delete the apparently empty "column" at the end of a
Table?
Re: Is it possible to delete the apparently empty column at the end of a Table? [message #457185 is a reply to message #457113] Mon, 20 June 2005 19:29 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
You must be using Windows. The thing you see isn't actually a column. You
can't delete it any more than you can delete the one in the Windows
Explorer.

"Cristian" <ccabrera@as-asoc.cl> wrote in message
news:1e9779dc7603b69e8e05f15730000680$1@www.eclipse.org...
> Is it possible to delete the apparently empty "column" at the end of a
> Table?
>
Re: Is it possible to delete the apparently empty column at the end of a Table? [message #457312 is a reply to message #457113] Thu, 23 June 2005 08:50 Go to previous messageGo to next message
Lars is currently offline LarsFriend
Messages: 32
Registered: July 2009
Member
Nope, but you can adjust the width of your columns to prevent it from
being displayed. The problem with that solution is that if the vertical
scrollbar suddenly appears, then your columns will exceed the display width.

We tried to see if we could listen for a scrollbar event telling us that
now the scrollbar is visible, so we could resize the columns again, but
without any succes. This was in 2.1, though, so maybe it works now.

*/Lars

Cristian wrote:
> Is it possible to delete the apparently empty "column" at the end of a
> Table?
>
Re: Is it possible to delete the apparently empty column at the end of a Table? [message #457414 is a reply to message #457312] Fri, 24 June 2005 15:01 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet77.java?rev=HEAD&a mp;content-type=text/vnd.viewcvs-markup

"Lars" <lars@eclub2.procard.dk> wrote in message
news:d9dt6c$ntb$1@news.eclipse.org...
> Nope, but you can adjust the width of your columns to prevent it from
> being displayed. The problem with that solution is that if the vertical
> scrollbar suddenly appears, then your columns will exceed the display
width.
>
> We tried to see if we could listen for a scrollbar event telling us that
> now the scrollbar is visible, so we could resize the columns again, but
> without any succes. This was in 2.1, though, so maybe it works now.
>
> */Lars
>
> Cristian wrote:
> > Is it possible to delete the apparently empty "column" at the end of a
> > Table?
> >
Re: Is it possible to delete the apparently empty column at the end of a Table? [message #457533 is a reply to message #457414] Mon, 27 June 2005 15:31 Go to previous messageGo to next message
Lars is currently offline LarsFriend
Messages: 32
Registered: July 2009
Member
Thanks Steve, I'll look at it :-)


Steve Northover wrote:
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet77.java?rev=HEAD&a mp;content-type=text/vnd.viewcvs-markup
>
> "Lars" <lars@eclub2.procard.dk> wrote in message
> news:d9dt6c$ntb$1@news.eclipse.org...
>
>>Nope, but you can adjust the width of your columns to prevent it from
>>being displayed. The problem with that solution is that if the vertical
>>scrollbar suddenly appears, then your columns will exceed the display
>
> width.
>
>>We tried to see if we could listen for a scrollbar event telling us that
>>now the scrollbar is visible, so we could resize the columns again, but
>>without any succes. This was in 2.1, though, so maybe it works now.
>>
>>*/Lars
>>
>>Cristian wrote:
>>
>>>Is it possible to delete the apparently empty "column" at the end of a
>>>Table?
>>>
>
>
>
Re: Is it possible to delete the apparently empty column at the end of a Table? [message #457649 is a reply to message #457533] Thu, 30 June 2005 12:32 Go to previous message
Eclipse UserFriend
Originally posted by: nightblue99.yahoo.com

You can achieve tihs problem by adding control listener to the table and
calculate the ne wsize of the table that altough empty column is actually
in the table, it does not seen any more.
Previous Topic:How to set any value in eclipse Property Editor with different font style as Bold or Italic.
Next Topic:Another GridData problem...
Goto Forum:
  


Current Time: Fri Mar 29 02:18:07 GMT 2024

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

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

Back to the top