Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfmenusay()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfMenuSay()
Prints the first line of a menu
------------------------------------------------------------------------------
Syntax:

     dfMenuSay( <aMenu>, <nTop>, <nLeft>,;
                <nBottom>, <nRight> ) --> NIL

Parameters:

     <aMenu>    Menu Array
     <nTop>, <nLeft>, <nBottom>, <nRight> Menu Coordinates

Returns:

     NIL

Description:

     This function prints the first line of a menu.

Example:

     LOCAL aMenu := {}, cOpt
     dfMenuAdd( aMenu, "1", MN_LABEL    ,;
                {||MN_ON}, "^Procedure" ,;
                {||NIL}, "Help on Line"  )
     dfMenuAdd( aMenu, "11", MN_LABEL   ,;
                {||MN_ON}, "^Sub 1"     ,;
                {||CliDeExe(DE_STATE_INK )} ,;
                "Data Entry" )
     dfMenuAdd( aMenu,"12", MN_LABEL    ,;
                {||MN_ON}, "^Sub 2"     ,;
                {||ForDeExe(DE_STATE_INK )} ,;
                "Data Entry" )
     dfMenuSay( aMenu, 0,0,24,79 )

See also:

     dfMenu(), dfMenuAdd()

See Also: dfMenu() dfMenuAdd()

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