[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] How to change font color for 'disabled' ComboViewers

Hi,

if a ComboViewer (or ComboBox) is disabled, e.g. via
"setEnabled( false )",
the text color changes to a light color which makes the current selection nearly unreadable because of the bad contrast. Due to other reasons it is not applicable to change the color scheme of the underlaying desktop system.


My problem now is, how can I prevent a ComboBox from beeing changeable by the user AND keep it's current selection still readable?

Thanks in advance,