LucieLastic
Programmer
hi
I have a screen which consists of TEdits and TListBoxes. The screen is either in View or Edit mode.
When in View mode, I set each control's Enabled = false, but this greys the font. The user wants disabled controls to have a grey background but the font to remain black. In Edit mode, the background changes to clwindow. I currently set the background to grey programmatically, is there a way of setting the font colour or will I have to stop the users writing in the controls myself rather than use the Enabled property ?
lou
I have a screen which consists of TEdits and TListBoxes. The screen is either in View or Edit mode.
When in View mode, I set each control's Enabled = false, but this greys the font. The user wants disabled controls to have a grey background but the font to remain black. In Edit mode, the background changes to clwindow. I currently set the background to grey programmatically, is there a way of setting the font colour or will I have to stop the users writing in the controls myself rather than use the Enabled property ?
lou