Background Color
Posted: Thu May 19, 2011 9:17 am
For the most part, the user interface of my programs are very boring (all Windows default). After seeing some of the much better looking programs at the conference, I decided to try to spice some of mine up a bit. I started by trying to add some color. In the brconfig.sys Wiki page I located the example:
ATTRIBUTE [lime_black]/#00FF00:#000000
ATTRIBUTE [orange_white]/#FFA500:#FFFFFF
ATTRIBUTE [XX]UH/RGB:W font=arial:slant:max
SCREEN N [lime_black], U [orange_white], R [XX]
I applied the example and the menus are much more readable. However, the only places the attributes are applied are on the specific areas where PRINT FIELDS and RINPUT FIELDS exist. I guess my question is how do I make the rest of the screen a solid color instead of the Windows default. Sorry for the rookie question but I've been tinkering with this for over an hour and have had no luck so figured it would be quicker to get some input from the experts.
ATTRIBUTE [lime_black]/#00FF00:#000000
ATTRIBUTE [orange_white]/#FFA500:#FFFFFF
ATTRIBUTE [XX]UH/RGB:W font=arial:slant:max
SCREEN N [lime_black], U [orange_white], R [XX]
I applied the example and the menus are much more readable. However, the only places the attributes are applied are on the specific areas where PRINT FIELDS and RINPUT FIELDS exist. I guess my question is how do I make the rest of the screen a solid color instead of the Windows default. Sorry for the rookie question but I've been tinkering with this for over an hour and have had no luck so figured it would be quicker to get some input from the experts.