Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Tree SWT.FULL_SELECTION not selecting whole line
Tree SWT.FULL_SELECTION not selecting whole line [message #451919] Fri, 11 March 2005 01:45 Go to next message
Eclipse UserFriend
Originally posted by: fn2o-mycl.spamex.com

When I set the SWT.FULL_SELECTION flag on the Tree, selecting a row fails to
select all the TreeColumns in the row as expected. I'm using the last
stable build swt-3.1M5a-win32.zip with files dated 2-19-2005. Am I doing
something wrong or is this the way it works?

http://engel.us/swt-full-selection.jpg
Tree z = new Tree(parent, SWT.FULL_SELECTION);

TreeViewer viewer = new TreeViewer(z);
Re: Tree SWT.FULL_SELECTION not selecting whole line [message #451940 is a reply to message #451919] Fri, 11 March 2005 15:09 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
This is logged, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=82703 .

Grant

"Mighty M" <fn2o-mycl@spamex.com> wrote in message
news:d0qt3a$i22$1@www.eclipse.org...
> When I set the SWT.FULL_SELECTION flag on the Tree, selecting a row fails
to
> select all the TreeColumns in the row as expected. I'm using the last
> stable build swt-3.1M5a-win32.zip with files dated 2-19-2005. Am I doing
> something wrong or is this the way it works?
>
> http://engel.us/swt-full-selection.jpg
> Tree z = new Tree(parent, SWT.FULL_SELECTION);
>
> TreeViewer viewer = new TreeViewer(z);
>
>
>
>
>
>
Previous Topic:org.elcipse.swt.internal.image.PNGFileFormat not visible
Next Topic:Tree w/TreeColumns gets dbl horz scroll
Goto Forum:
  


Current Time: Thu Apr 25 07:04:14 GMT 2024

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

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

Back to the top