Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » eliminate blue color from combo selection
eliminate blue color from combo selection [message #461845] Mon, 03 October 2005 05:11 Go to next message
Eclipse UserFriend
Originally posted by: tmcguire.go-integral.com

Hi,

This newsgroup has been very helpful. My new question is:

I call myCombo.select(int selectionIndex) many times on my form, and
the form is lit up with lots of blue selections. I wish that the right
value would show up without the blue color....
Re: eliminate blue color from combo selection [message #461924 is a reply to message #461845] Tue, 04 October 2005 17:01 Go to previous message
Eclipse UserFriend
Originally posted by: friederich.kupzog.de

Hi,

if you use a combo in read-only mode, only the combo with the focus
should have the blue selection. So I assume that you do not use
read-only mode. Then you can easily get rid of the selection by calling
myCombo.setSelection(0,0) (or so). This does not change the selected
item but the selection of the text in the combo.

Hope that helped,
Friederich

Tim McGuire wrote:
> Hi,
>
> This newsgroup has been very helpful. My new question is:
>
> I call myCombo.select(int selectionIndex) many times on my form, and
> the form is lit up with lots of blue selections. I wish that the right
> value would show up without the blue color....


--
Friederich Kupzog
Elektronik & Software
Neusser Str. 5-7
50670 Köln
Tel 0241 160696-1
Fax 0221 726670
www.kupzog.de/fkmk
Previous Topic:Can the broswer component read a html file bundled in a jar(or a zip) file?
Next Topic:SWT Java Web Launch through jnlp for MAC
Goto Forum:
  


Current Time: Fri Apr 26 21:17:20 GMT 2024

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

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

Back to the top