[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Combo's foreground problem

This is not currently supported by Combo's API.  If you want you can log a
Feature Request with SWT (
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&bug_severity=enhancement  
).

Grant

"jtonic" <antonel.pazargic@xxxxxxxxx> wrote in message
news:bd9cb0fb8252ab57dc469ac31aa5b4c1$1@xxxxxxxxxxxxxxxxxx
> Hi
>
> There is a way to set foreground color only for text zone, not for every
> combo items.
>
> The combo is editable. I need to set foreground color for text zone to
> RED, if entered text is not valid. When I use setForegroud() both text
> zone and combo's popup has color RED. I need this color only for text.
> What can I do against this?
>
> Thx in advance, jtonic.
>