Subject Re: [IBO] As I can avoid the blue color in the active cell of a read only TIB_Gr
Author Helen Borrie
At 07:51 AM 16/12/2003 +0000, you wrote:
>I test and it doesn't seem that ignorecolorscheme affects to the color
>of a field . With TIb_grid the IndicateHighlight property it makes
>that the text of the field doesn't appear in blue. But this property
>doesn't exist in the TIb_LoockupCombo neither the TIb_ControlGrid. I
>have a TIb_ControlGrid containing a TIb_Memo when I make 1 click on
>the Memo it appears selected in blue, although this defined as
>ReadOnly.
>This is not very showy in readonly screens.

IB_LookupCombo1.PopupList.IndicateHighlight := False;

Helen