Kbase P107038: How to set a Blink Color Attribute in Character Mode Applications on Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/07/2005 |
|
Status: Unverified
GOAL:
How to set a Blink Color Attribute in Character Mode Applications on Windows
GOAL:
How to set a blinking color on Character Client for Windows
FACT(s) (Environment):
Windows
FIX:
Microsoft no longer supports blinking characters in character mode applications, the use of the BLINK attribute in the Progress 4GL is translated by the underlying Microsoft operating system into a 'BRIGHT' attribute instead.
For example:
DISPLAY "hello" WITH COLOR 'BLINK-RED/BLUE'.
Will be displayed as red text on a bright blue background.