home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / litebr42.zip / LBGEN.ZIP / LBGEN.DOC next >
Text File  |  1987-07-25  |  2KB  |  57 lines

  1. _______________________________________________________________________________
  2.                       Documentation for LBGEN version 1.0
  3. _______________________________________________________________________________
  4.  
  5. LBGEN generates text file input for LITEBAR.BIN (& OBJ) version 4.2 or greater.
  6. It is a crude program, but demonstrates dome of the abilities of LITEBAR, as
  7. LITEBAR is the only BIN file used.  The version of LITEBAR in LBGEN.ARC is
  8. 4.2 with one change--it has four screen save/restore areas.
  9.  
  10. LBGEN needs the following files:
  11.  
  12. LBCOLSCR.LBS
  13. LBGENC.LBS       -- LBS=LITEBAR SCREENS
  14. LBOPTS.LBS
  15.  
  16. LBTMPLAT.DBF     -- template DBF file
  17. LITEBAR.BIN (special version)
  18.  
  19.  
  20. LBGEN is not perfect--in fact, it ain't close <grin>.  It *only* generates
  21. TEXT INPUT files for use with LITEBAR.  In the process, it generates a MEM
  22. file and a DBF file for each text file (TBT) so that you can then modify the
  23. file at will.  Each time you modify, a totally new text file is generated.
  24. It is probably a good idea to keep LBGEN in a separate directory so that your
  25. DBF, MEM, and TXT files won't get distracting.  Hopefully, the next version will
  26. eliminate some of this stuff.
  27.  
  28. If you want to use memvar input instead of text files, you can do this:
  29.  
  30. (TEST.LBT looks like this:)
  31.  
  32. H31T0,0EKV/31,111,
  33. 1,1,option 1  \1\23,0,help1\
  34. 2,1,option 2  \2\23,0,help2\
  35. 3,1,option 3  \3\23,0,help3\
  36.  
  37. MAKE temp.prg from TEST.TBT:
  38.  
  39. m1="H31T0,0EKV/31,111,;"
  40. m2="1,1,option 1  \1\23,0,help1\;"
  41. m3="2,1,option 2  \2\23,0,help2\;"
  42. m4="3,1,option 3  \3\23,0,help3\ "
  43. SAVE ALL LIKE M? TO mem.mem && or whatever
  44.  
  45. ...or you could use Andrew Schulman's MAKEMEM to do it for you I guess.  The
  46. next version of LBGEN will do mem files and probably deBASE code as well, I just
  47. wanted to get this one out so that people can use it until a better version
  48. is done.
  49.  
  50.  
  51. *****************************************************************************
  52.        This is the demo version of LBGEN.  It has been DBCODED.
  53. If you are using the demo version of LBGEN, you will not be able to define
  54. more than three options per menu (normally 50).  Also, the source code is
  55. not available unless you register.
  56. *****************************************************************************
  57.