[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
BoxOpen()
Opens a light focus window
Syntax:
BoxOpen ( nTop, nLeft, nBottom, nRight, cColor, nFast ) -> aBox
nTop : Initial Y of the window.
nLeft : Initial X.
nBottom : Final Y.
nRight : Final X
cColor : Background color of the window
nFast : Pushing speed of the window
Description:
Opens a window at the specified position with color cColor.
The color is for the background and its value must not exceed 7
( it can not include character "+" )
Return:
An array with parameter for BoxPush and BoxClose.
Example:
BoxOpen ( 12, 10, 14, 40, "B", 0.2 )
See Also:
BoxDelete()
BoxClose()
BoxPush()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson