Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableCursor: First Column width = 0 and Checkbox
TableCursor: First Column width = 0 and Checkbox [message #461876] Tue, 04 October 2005 10:20
Urs Frei is currently offline Urs FreiFriend
Messages: 27
Registered: July 2009
Junior Member
Hello

I have a SWT Table with a TableCursor. I set the first column width to 0
(work around, because I use TextCellEditor an CheckBoxCellEditor (not in
first Column)). (Eclipse 3.1)

The Problem:
When I select the “shown first” column (really the second column) with the
mouse, then the TableCursor show the cursor for the “really first” column.
But I would like to have the cursor for the really second column.

In the Code:
I see that the TableCuros ask the TableItem for the space in the first
Column (with item.getBounds() code row 475) The return value from the
TableItem is a rectangle for the really first column, but this column
isn’t shown.

Is this a bug?

Thanks for help

Urs
Previous Topic:SWT.TableCursor and TableEditor
Next Topic:setting array of strings on clipboard
Goto Forum:
  


Current Time: Thu Apr 25 22:30:35 GMT 2024

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

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

Back to the top