Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » highlight item in SWT List
highlight item in SWT List [message #462110] Thu, 06 October 2005 16:25 Go to next message
Eclipse UserFriend
Originally posted by: katharinas_mail.gmx.de

Hello all,

I need to highlight items in a List in a way like the select(int index) =
=

method does or by just
giving the string at a certain index another colour, underlining =

it...something like that. SWT
doesn't seem to provide a method for this, but does anyone know a =

work-around?

Thanks a lot
Karei
Re: highlight item in SWT List [message #462128 is a reply to message #462110] Thu, 06 October 2005 21:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: friederich.kupzog.de

Use Table with only one column. That is my workaround - and for everyone
who knows KTable: the only situation in which I use SWT Table :)

Cheers,
Friederich

Karei wrote:
> Hello all,
>
> I need to highlight items in a List in a way like the select(int index)
> method does or by just
> giving the string at a certain index another colour, underlining
> it...something like that. SWT
> doesn't seem to provide a method for this, but does anyone know a
> work-around?
>
> Thanks a lot
> Karei


--
Friederich Kupzog
Elektronik & Software
Neusser Str. 5-7
50670 Köln
Tel 0241 160696-1
Fax 0221 726670
www.kupzog.de/fkmk
Re: highlight item in SWT List [message #462141 is a reply to message #462128] Fri, 07 October 2005 07:11 Go to previous message
Eclipse UserFriend
Originally posted by: katharinas_mail.gmx.de

> Use Table with only one column. That is my workaround - and for everyo=
ne =

> who knows KTable: the only situation in which I use SWT Table :)

Good idea, thanks! :)
Previous Topic:SWT - Active X
Next Topic:[SWT 3.1] Button on OS X not selectable with Numpad Enter
Goto Forum:
  


Current Time: Fri Apr 26 16:15:18 GMT 2024

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

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

Back to the top