D
Dominique
Guest
In my application, I need to modify the colour of a widget.
When I look into my application, I see following lines of code:
This is, of course, very unreadable.
Does Progress-4GL have any colour constants, like
Thanks
Continue reading...
When I look into my application, I see following lines of code:
Code:
BGCOLOR 25 FGCOLOR 24 .
BGCOLOR 21 FGCOLOR 20 .
BGCOLOR 8 FGCOLOR 24 .
... (and many more)
This is, of course, very unreadable.
Does Progress-4GL have any colour constants, like
clRed
, clGreen
, ..., I can use for readability reasons? In case not, is there any online "cheat sheet" for this subject?Thanks
Continue reading...