Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Tables with CHECK: difference between platforms
icon9.gif  Tables with CHECK: difference between platforms [message #548943] Fri, 23 July 2010 09:53 Go to next message
Eclipse UserFriend
On Ubuntu the checkboxes appear in the first column added to the table, so I just can set its text and change the order and get this result:
http://ploader.net/files/89fe0fe9960a1a260ca9b782aacbf11a.png
On Mac OS X, however, I see this:
http://ploader.net/files/2aa6c191c54aadc31ecf42d2e8e5f1d4.jpg
(Ignore the different languages.)

1. Is it possible to set the title of the checkbox column on Mac?
2. Is it possible to change its position?
Re: Tables with CHECK: difference between platforms [message #549221 is a reply to message #548943] Mon, 26 July 2010 03:36 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

2. On Mac, the Checkbox column is fixed to be the first column, so you cannot change its position.
1. On other platforms, the checkbox is attached to the first column of the table, so by setting the title to the first column you can set the title to the checkbox column. But, on Mac the checkbox is a separate column(internally) so you cannot set its title this way.
There is bug open regarding this - https://bugs.eclipse.org/bugs/show_bug.cgi?id=303454
Re: Tables with CHECK: difference between platforms [message #549339 is a reply to message #549221] Mon, 26 July 2010 09:36 Go to previous message
Eclipse UserFriend
Thanks! I've voted for it and will hope for a fix in a future version.
Previous Topic:Table Problem , Please Help
Next Topic:SWT.Browser - Drag and Drop problem
Goto Forum:
  


Current Time: Sun Aug 31 06:26:49 EDT 2025

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

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

Back to the top