* contrib/directx/w32_ddrw.cpp
* contrib/directx/w32_ddrw.h
! Cleanup, formatting.
! Tabs converted to spaces.
* contrib/libnf/aading.prg
* contrib/libnf/aavg.prg
* contrib/libnf/acctadj.prg
* contrib/libnf/acctmnth.prg
* contrib/libnf/acctqtr.prg
* contrib/libnf/acctweek.prg
* contrib/libnf/acctyear.prg
* contrib/libnf/adessort.prg
* contrib/libnf/aemaxlen.prg
* contrib/libnf/aeminlen.prg
* contrib/libnf/amedian.prg
* contrib/libnf/anomatch.prg
* contrib/libnf/any2any.prg
* contrib/libnf/aredit.prg
* contrib/libnf/asum.prg
* contrib/libnf/at2.prg
* contrib/libnf/bitclr.prg
* contrib/libnf/bitset.prg
* contrib/libnf/blink.prg
* contrib/libnf/byt2bit.prg
* contrib/libnf/byt2hex.prg
* contrib/libnf/byteand.prg
* contrib/libnf/byteneg.prg
* contrib/libnf/bytenot.prg
* contrib/libnf/byteor.prg
* contrib/libnf/bytexor.prg
* contrib/libnf/calendar.prg
* contrib/libnf/clrsel.prg
* contrib/libnf/cntryset.prg
* contrib/libnf/d2e.prg
* contrib/libnf/datecnfg.prg
* contrib/libnf/dayofyr.prg
* contrib/libnf/daytobow.prg
* contrib/libnf/dectobin.prg
* contrib/libnf/descend.c
* contrib/libnf/dfile.prg
* contrib/libnf/dhkey.h
* contrib/libnf/diskfunc.prg
* contrib/libnf/dispmsg.prg
* contrib/libnf/dosver.prg
* contrib/libnf/e2d.prg
* contrib/libnf/easter.prg
* contrib/libnf/elapmil.prg
* contrib/libnf/elapsed.prg
* contrib/libnf/eltime.prg
* contrib/libnf/findith.prg
* contrib/libnf/firstday.prg
* contrib/libnf/floptst.prg
* contrib/libnf/ftattr.c
* contrib/libnf/ftint86.ch
* contrib/libnf/ftmenuto.ch
* contrib/libnf/fttext.c
* contrib/libnf/gcd.prg
* contrib/libnf/getenvrn.c
* contrib/libnf/getver.c
* contrib/libnf/getvid.c
* contrib/libnf/hex2dec.prg
* contrib/libnf/idle.c
* contrib/libnf/invclr.prg
* contrib/libnf/isbit.prg
* contrib/libnf/isbiton.prg
* contrib/libnf/isshare.prg
* contrib/libnf/kspeed.c
* contrib/libnf/lastday.prg
* contrib/libnf/linked.prg
* contrib/libnf/madd.prg
* contrib/libnf/menu1.prg
* contrib/libnf/menuto.prg
* contrib/libnf/metaph.prg
* contrib/libnf/miltime.prg
* contrib/libnf/min2dhm.prg
* contrib/libnf/month.prg
* contrib/libnf/mouse.c
* contrib/libnf/mouse1.prg
* contrib/libnf/mouse2.prg
* contrib/libnf/netpv.prg
* contrib/libnf/nooccur.prg
* contrib/libnf/ntow.prg
* contrib/libnf/nwlstat.prg
* contrib/libnf/nwsem.prg
* contrib/libnf/nwuid.prg
* contrib/libnf/ontick.c
* contrib/libnf/origin.c
* contrib/libnf/page.prg
* contrib/libnf/pchr.prg
* contrib/libnf/peek.c
* contrib/libnf/pegs.prg
* contrib/libnf/pending.prg
* contrib/libnf/pickday.prg
* contrib/libnf/poke.c
* contrib/libnf/popadder.prg
* contrib/libnf/prtesc.prg
* contrib/libnf/prtscr.c
* contrib/libnf/pvid.prg
* contrib/libnf/qtr.prg
* contrib/libnf/rand1.prg
* contrib/libnf/readme.txt
* contrib/libnf/restsets.prg
* contrib/libnf/round.prg
* contrib/libnf/savearr.prg
* contrib/libnf/savesets.prg
* contrib/libnf/scancode.prg
* contrib/libnf/scregion.prg
* contrib/libnf/setdate.prg
* contrib/libnf/settime.prg
* contrib/libnf/sinkey.prg
* contrib/libnf/sleep.prg
* contrib/libnf/sqzn.prg
* contrib/libnf/sysmem.prg
* contrib/libnf/tbwhile.prg
* contrib/libnf/test.prg
* contrib/libnf/vertmenu.prg
* contrib/libnf/vidcur.prg
* contrib/libnf/vidmode.prg
* contrib/libnf/wda.prg
* contrib/libnf/week.prg
* contrib/libnf/workdays.prg
* contrib/libnf/woy.prg
* contrib/libnf/xbox.prg
* contrib/libnf/year.prg
- contrib/libnf/idle.c
+ contrib/libnf/ftidle.c
+ contrib/libnf/iamidle.c
* contrib/libnf/Makefile
* contrib/libnf/makefile.bc
* contrib/libnf/makefile.vc
+ Added svn headers.
! Fixed FT_IDLE()
! Renamed idle.c to not clash with core idle.obj.
! FT_F*() functions fully ported from original NFLIB.
Pls test.
* Some minor cleanups, formatting.
* include/filesys.api
! _fsRead(), _fsWrite() now more compatible.
* include/hbundoc.api
+ Added _lcopy(), _ncopyuc(), _ncopylc() compatibility
functions.
* include/hbapi.h
* source/common/hbstr.c
+ Added hb_strncpyLower()
183 lines
5.7 KiB
Plaintext
183 lines
5.7 KiB
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* File......: VERTMENU.PRG
|
|
* Author....: Greg Lief
|
|
* CIS ID....: 72460,1760
|
|
*
|
|
* This function is an original work by Mr. Grump and is placed in the
|
|
* public domain.
|
|
*
|
|
* Modification history:
|
|
* ---------------------
|
|
*
|
|
* Rev 1.1 15 Aug 1991 23:04:48 GLENN
|
|
* Forest Belt proofread/edited/cleaned up doc
|
|
*
|
|
* Rev 1.0 01 Apr 1991 01:02:26 GLENN
|
|
* Nanforum Toolkit
|
|
*
|
|
*/
|
|
|
|
/* $DOC$
|
|
* $FUNCNAME$
|
|
* FT_MENU2()
|
|
* $CATEGORY$
|
|
* Menus/Prompts
|
|
* $ONELINER$
|
|
* Vertical lightbar menu
|
|
* $SYNTAX$
|
|
* FT_MENU2( <aMenuarray> [, <cColors> ] ) -> NIL
|
|
* $ARGUMENTS$
|
|
* <aMenuarray> is an array of menu options, messages, and action
|
|
* blocks.
|
|
*
|
|
* Each element in this array is a nested array with the structure:
|
|
*
|
|
* element[x, 1] = menu option
|
|
* element[x, 2] = message to be displayed when option is highlighted
|
|
* element[x, 3] = code block to be executed when option is selected
|
|
*
|
|
* <cColors> is a string containing colors for the prompts, in the same
|
|
* format as that returned by Set( _SET_COLOR ). If not supplied,
|
|
* colors default to the current color setting.
|
|
* $RETURNS$
|
|
* NIL
|
|
* $DESCRIPTION$
|
|
* This function greatly simplifies the process of displaying light-bar
|
|
* menus. All prompts are padded out with spaces so they are the same
|
|
* length, a box is drawn around the prompts, the box is automatically
|
|
* centered on the screen, and the underlying screen is restored after
|
|
* a menu selection has been made.
|
|
*
|
|
* Additionally, because you can tie action blocks to each menu
|
|
* option, you can save on a lot of DO CASE or IF..ELSEIF code in your
|
|
* main program. See the test code for a succinct demonstration.
|
|
* $EXAMPLES$
|
|
* LOCAL mainmenu := ;
|
|
* { { "Data Entry", "Enter data", { || FT_MENU2(datamenu) } }, ;
|
|
* { "Reports", "Hard copy", { || FT_MENU2(repmenu) } }, ;
|
|
* { "Maintenance","Reindex files",{ || FT_MENU2(maintmenu) } }, ;
|
|
* { "Quit", "See ya later" } }
|
|
* FT_MENU2(mainmenu)
|
|
* $END$
|
|
*/
|
|
|
|
#include "box.ch"
|
|
|
|
// test code
|
|
#ifdef FT_TEST
|
|
|
|
FUNCTION MAIN
|
|
LOCAL MAINMENU := ;
|
|
{ { "DATA ENTRY", "ENTER DATA", { || FT_MENU2(datamenu) } }, ;
|
|
{ "Reports", "Hard copy", { || FT_MENU2(repmenu) } }, ;
|
|
{ "Maintenance","Reindex files, etc.",{ || FT_MENU2(maintmenu) } }, ;
|
|
{ "Quit", "See ya later" } }
|
|
|
|
local datamenu := { { "Customers", , { || cust() } } , ;
|
|
{ "Invoices", , { || inv() } } , ;
|
|
{ "Vendors", , { || vendors() } }, ;
|
|
{ "Exit", "Return to Main Menu" } }
|
|
|
|
local repmenu := { { "Customer List", , { || custrep() } } , ;
|
|
{ "Past Due", , { || pastdue() } } , ;
|
|
{ "Weekly Sales", , { || weeksales() } }, ;
|
|
{ "Monthly P&L", , { || monthpl() } } , ;
|
|
{ "Vendor List", , { || vendorrep() } }, ;
|
|
{ "Exit", "Return to Main Menu" } }
|
|
|
|
local maintmenu := { { "Reindex", "Rebuild index files", { || re_ntx() } } , ;
|
|
{ "Backup", "Backup data files" , { || backup() } } , ;
|
|
{ "Compress", "Compress data files", { || compress()} }, ;
|
|
{ "Exit", "Return to Main Menu" } }
|
|
|
|
FT_MENU2(mainmenu)
|
|
return nil
|
|
|
|
/* stub functions to avoid missing symbols */
|
|
static function cust
|
|
static function inv
|
|
static function vendors
|
|
static function custrep
|
|
static function pastdue
|
|
static function weeksales
|
|
static function monthpl
|
|
static function vendorrep
|
|
static function re_ntx
|
|
static function backup
|
|
static function compress
|
|
|
|
#endif
|
|
|
|
/*
|
|
FT_MENU2(): display vertical menu
|
|
*/
|
|
|
|
FUNCTION ft_menu2( aMenuInfo, cColors )
|
|
|
|
LOCAL nChoice := 1 ,;
|
|
nOptions := Len( aMenuInfo ) ,;
|
|
nMaxwidth := 0 ,;
|
|
nLeft ,;
|
|
x ,;
|
|
cOldscreen ,;
|
|
nTop ,;
|
|
lOldwrap := Set( _SET_WRAP, .T. ) ,;
|
|
lOldcenter := Set( _SET_MCENTER, .T. ),;
|
|
lOldmessrow := Set( _SET_MESSAGE ) ,;
|
|
cOldcolor := Set( _SET_COLOR )
|
|
|
|
IF cColors # NIL
|
|
Set( _SET_COLOR, cColors )
|
|
ENDIF
|
|
|
|
/* if no message row has been established, use bottom row */
|
|
IF lOldmessrow == 0
|
|
Set( _SET_MESSAGE, Maxrow() )
|
|
ENDIF
|
|
|
|
/* determine longest menu option */
|
|
Aeval( aMenuInfo, { | ele | nMaxwidth := max( nMaxwidth, len( ele[1] ) ) } )
|
|
|
|
/* establish top and left box coordinates */
|
|
nLeft := ( ( Maxcol() + 1 ) - nMaxwidth ) / 2
|
|
nTop := ( ( Maxrow() + 1 ) - ( nOptions + 2 ) ) / 2
|
|
|
|
DO WHILE nChoice != 0 .AND. nChoice != nOptions
|
|
|
|
cOldscreen := Savescreen( nTop, nLeft - 1, nTop + nOptions + 1, nLeft + nMaxwidth )
|
|
|
|
|
|
@ nTop, nLeft - 1, nTop + nOptions + 1, nLeft + nMaxwidth BOX B_SINGLE + ' '
|
|
Devpos( nTop, nLeft )
|
|
FOR x := 1 to Len( aMenuInfo )
|
|
IF Len( aMenuInfo[x] ) > 1 .AND. aMenuInfo[x,2] != NIL
|
|
@ Row() + 1, nLeft PROMPT Padr( aMenuInfo[x, 1], nMaxwidth ) ;
|
|
MESSAGE aMenuInfo[x,2]
|
|
ELSE
|
|
@ Row() + 1, nLeft PROMPT Padr( aMenuInfo[x,1], nMaxwidth )
|
|
ENDIF
|
|
NEXT
|
|
|
|
MENU TO nChoice
|
|
|
|
Restscreen( nTop, nLeft - 1, nTop + nOptions + 1, nLeft + nMaxwidth, cOldscreen )
|
|
|
|
/* execute action block attached to this option if there is one */
|
|
IF nChoice > 0 .AND. Len( aMenuInfo[ nChoice ] ) == 3
|
|
Eval( aMenuInfo[nChoice,3] )
|
|
ENDIF
|
|
|
|
ENDDO
|
|
|
|
/* restore previous message and wrap settings */
|
|
Set( _SET_MESSAGE, lOldmessrow )
|
|
Set( _SET_MCENTER, lOldcenter )
|
|
Set( _SET_WRAP, lOldwrap )
|
|
Set( _SET_COLOR, cOldcolor )
|
|
|
|
RETURN NIL
|