Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » table row selection on windows(only the first cell is selectable)
table row selection on windows [message #514081] Fri, 12 February 2010 06:31 Go to next message
Eclipse UserFriend
I've noted that a difference between an SWT table on Linux and the corresponding on Windows is that on the latter platform only the first cell is user-selectable (and its background changes appropriately) while the other cells of the same row remain un-selected like. In linux all the row is selected and the selection is active on every cell. Is there a way to reproduce the same behavior on Windows too?
Re: table row selection on windows [message #514108 is a reply to message #514081] Fri, 12 February 2010 08:10 Go to previous messageGo to next message
Eclipse UserFriend
For the Table constructor there is a SWT.FULL_SELECTION style flag. Maybe that helps.
Re: table row selection on windows [message #514110 is a reply to message #514081] Fri, 12 February 2010 08:03 Go to previous messageGo to next message
Eclipse UserFriend
You need to use SWT.FULL_SELECTION when creating the Table

Tom

Am 12.02.10 12:31, schrieb Luca Ferrari:
> I've noted that a difference between an SWT table on Linux and the
> corresponding on Windows is that on the latter platform only the first
> cell is user-selectable (and its background changes appropriately) while
> the other cells of the same row remain un-selected like. In linux all
> the row is selected and the selection is active on every cell. Is there
> a way to reproduce the same behavior on Windows too?
Re: table row selection on windows [message #514390 is a reply to message #514110] Mon, 15 February 2010 03:13 Go to previous message
Eclipse UserFriend
Thanks,
it was that!
Previous Topic:TableViewer cutiing off images
Next Topic:mouseExit event missing.
Goto Forum:
  


Current Time: Sun Jun 22 02:32:29 EDT 2025

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

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

Back to the top