Kbase P114965: How to change the Windows system color used to display text in disabled widgets?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
How to change the Windows system color used to display text in disabled widgets?
GOAL:
Is it possible to change the color of text in disabled widgets?
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
Windows
FIX:
The Windows color configuration screen in the Display Properties does not allow to change the text color of disabled items.
Instead the color must be configured manually using the registry editor:
1. run the registry editor: Start menu, "Run...", enter "regedit.exe".
2. navigate to HKEY_CURRENT_USER \ Control Panel \ Colors.
3. double-click the "GrayText" property and change the value to the desired RGB color.
4. exit the registry editor.
5. log off the Windows session, and log in again for the change to be taken into account.
6. test the change using the following line of 4GL code:
DISPLAY 12345 VIEW-AS FILL-IN NATIVE.