![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example:DrawBox also creates a logical layer for several display variables. These variables include TextColor, InverseColor, CapsColor. It is important to use these color control commands AFTER the DrawBox command in order to properly restore the colors of the previous DrawBox.
Explode On Shadow On DoubleLineBox BoxHeaderColor( Yellow,Red ) BoxBorderColor( White, Red ) BoxInsideColor( Yellow,Red ) InverseColor( Black, Gray ) CapsColor( Black, Red ) BoxHeader = ' << Main Menu >> ' DrawBox( 30,10,40,8 )
If you call up a box and upon finishing it adversely affects the colors of the previous box, you probably used color control commands BEFORE the DrawBox instead of AFTER.
Category: | Display |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|