Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Why no TableColumn.computeSize() ?
Why no TableColumn.computeSize() ? [message #451425] Tue, 01 March 2005 21:14 Go to next message
Henning Rogge is currently offline Henning RoggeFriend
Messages: 148
Registered: July 2009
Senior Member
I am working on a small layout listener that will handle the size of the
TableColums of a complex table. But I miss a function where I can ask
the table what width it would need WITHOUT resizing it to this width.

pack() does compute the size AND sets the Columns width immediately, it
would be great to get the result of the functions calculation without
resizing the column.
Re: Why no TableColumn.computeSize() ? [message #451429 is a reply to message #451425] Tue, 01 March 2005 21:54 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Enter a feature request against Platform SWT.

"Henning Rogge" <HRogge@gmx.net> wrote in message
news:d02m04$l34$1@www.eclipse.org...
>I am working on a small layout listener that will handle the size of the
>TableColums of a complex table. But I miss a function where I can ask the
>table what width it would need WITHOUT resizing it to this width.
>
> pack() does compute the size AND sets the Columns width immediately, it
> would be great to get the result of the functions calculation without
> resizing the column.
Re: Why no TableColumn.computeSize() ? [message #451608 is a reply to message #451429] Wed, 02 March 2005 11:04 Go to previous message
Henning Rogge is currently offline Henning RoggeFriend
Messages: 148
Registered: July 2009
Senior Member
Veronika Irvine schrieb:
> Enter a feature request against Platform SWT.

Done.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=86979
Previous Topic:Problem accessing displayed contents of TableViewer
Next Topic:SWT nklp linux
Goto Forum:
  


Current Time: Fri Apr 26 23:47:30 GMT 2024

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

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

Back to the top