[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Hiding a Combo Box

I am trying to make a new Combo by using 
"new Combo(containerGroup,SWT.SINGLE|SWT.BORDER)" but the problem is I do
not want this combo box highlighted after it is created ( I am already
changing the focus to another control on the canvas).  The only way that I
have figured out how to do this is to use the style bit SWT.READ_ONLY but
I do not want my combo box to be read only.  I have to set the item and
then myComboBox.select(0); (So I can have a default String displayed). 
Will Combo ever support the style bit noFocus?

Can anyone help me out or recommend a work around?

Please E-mail me...  

-Dave