Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » can I select multiple rows and columns in a table ?
can I select multiple rows and columns in a table ? [message #459782] Tue, 16 August 2005 19:08 Go to next message
Eclipse UserFriend
Originally posted by: kittyscalgary.yahoo.ca

Hi,all:

How can I let users to seleclt multiple rows and cols in a table using CTRL
/ SHIFT keys?

Thanks a lot
Re: can I select multiple rows and columns in a table ? [message #459785 is a reply to message #459782] Tue, 16 August 2005 20:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sarek.nurfuerspam.de

Hi,

On 16.08.2005 21:08, kittys wrote:
>
> How can I let users to seleclt multiple rows and cols in a table using CTRL
> / SHIFT keys?
>

Try the SWT.MULTI style bit, when creating the table.

HTH

Christian

--
To reply to this posting directly use the following address and
remove the 'NO-SPAM' part: Riedel.Christian.NO-SPAM@gmx.net
Re: can I select multiple rows and columns in a table ? [message #459805 is a reply to message #459785] Wed, 17 August 2005 13:42 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Column select is not currently supported though.

"Christian Riedel" <sarek@nurfuerspam.de> wrote in message
news:ddthuc$78q$1@news.eclipse.org...
> Hi,
>
> On 16.08.2005 21:08, kittys wrote:
> >
> > How can I let users to seleclt multiple rows and cols in a table using
CTRL
> > / SHIFT keys?
> >
>
> Try the SWT.MULTI style bit, when creating the table.
>
> HTH
>
> Christian
>
> --
> To reply to this posting directly use the following address and
> remove the 'NO-SPAM' part: Riedel.Christian.NO-SPAM@gmx.net
Re: can I select multiple rows and columns in a table ? [message #459811 is a reply to message #459785] Wed, 17 August 2005 16:12 Go to previous message
Eclipse UserFriend
Originally posted by: kittyscalgary.yahoo.ca

Thank you for your help.

Does this property only support multiple rows selection?
I tried,it seems that I still cannot select multiple columns.

Did I miss something?

Thanks again

"Christian Riedel" <sarek@nurfuerspam.de> wrote in message
news:ddthuc$78q$1@news.eclipse.org...
> Hi,
>
> On 16.08.2005 21:08, kittys wrote:
>>
>> How can I let users to seleclt multiple rows and cols in a table using
>> CTRL
>> / SHIFT keys?
>>
>
> Try the SWT.MULTI style bit, when creating the table.
>
> HTH
>
> Christian
>
> --
> To reply to this posting directly use the following address and
> remove the 'NO-SPAM' part: Riedel.Christian.NO-SPAM@gmx.net
Previous Topic:Offtopic: newsgroup and email adresses
Next Topic:Erase background transparently
Goto Forum:
  


Current Time: Fri Apr 19 21:23:09 GMT 2024

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

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

Back to the top