Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>boxmessage()</b> http://www.X-Hacker.org [<<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   : Colour of the window. ( Default: "B" )

    Description:

         Shows a message in the windows using a focused light window. If
         the Y coordinate is not specified, assumes the value 7.
         If the X coordinate is not specified, the window shrinks or grows
         depending in the message's lenght. By default, the color used is
         "B". Remenber that you can not used the character "+" for colours
         in focused light windows.


    Return:

         An array with information to work with a focused light window.

    Example:

         nCursor := SetCursor ( 0 )
         aBoton  := BoxMessage ( "Fast Library For Clipper", 12, , "G" )
         Pitido ()
         Inkey(0)
         BoxPush ( aBoton )
         Delay ( .1 )
         BoxClose ( aBoton )
         SetCursor ( nCursor )

See Also: Message()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson