[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
BoxMessage()
Writes a message in a light focus window
Syntax:
BoxMessage( cMessage, [nY], [nX], [cColor] ) -> aWindow
cMessage : Message to display in the window
nY : Y coordinate of the window. ( Default: 7 )
nX : X coordinate of the window. ( Default: centered )
cColor : Color of the window. ( Default: "B" )
Description:
Shows a message in the window using a focused light window. If
the Y coordinate is not specified, it assumes the value 7.
If the X coordinate is not specified, the window shrinks or grows
depending in the message's length. By default, the color used is
"B".
Remember that you can not use the character "+" for colors
in focused light windows.
Return:
An array with information to work with a focused light window.
Example:
nCursor := SetCursor ( 0 )
aButton := BoxMessage ( "Fast Library For Clipper", 12, , "G" )
Inkey(0)
BoxPush ( abutton )
Delay ( .1 )
BoxClose ( abutton )
SetCursor ( nCursor )
See Also:
Message()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson