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?