DrawBox

Prev Next Home Home Table Of Contents Index

DrawBox (column,row,width,height)

Draws a box on the screen. The (column) and (row) are the upper left corner, (width) and (height) is the box size.


Example:
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 )

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.

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

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home