home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / library / clipper / menu / menu1 / submiss.upd < prev   
Text File  |  1992-02-24  |  2KB  |  29 lines

  1. 02/24/1992
  2. To SYSOP and Authors:
  3.   I discovered NFLIB only recently, after I started maintaining
  4. Clipper 5 software for a claims processing center in Rockville, MD. I
  5. am impressed with the documentation quality above all, but several of
  6. the routines have been lifesavers.
  7.   I have put a fair amount of time into trying to use Paul Ferrara's
  8. MENU1.PRG, and have made some modifications to it that I think are
  9. logical.  The idea of saving the whole screen has never appealed to
  10. me, except maybe to give the user his previous dos screen back.  I
  11. used FT_RGNSTACK to simplify the saving of the menu bar line, and the
  12. menu box area, and to restore them each loop.  This makes the menu
  13. faster, and lighter on the memory, and allows the designer (me) to
  14. use the main area of the screen for status and work that sticks
  15. around!
  16.   In the middle of this, I found that shadow was quite willing to
  17. wrap the shadow over the edge of the screen.  I will probably dig
  18. into that later, since I think it should not do dumb things, even if
  19. you tell it to, but for now it was easier to let MENU1 simply
  20. correctly place its menu boxes such that they never got closer to the
  21. edge than 2 columns.  Thus the two revisions to MENU1.PRG.
  22.   ORIGIN.ASM had a definite bug in it that prevented it from doing
  23. much more than crashing me.  DOS function 62H returns the PSP in BX
  24. !  'Nuff said.
  25.   Thanks for a very good library.  I hope you find my revisions and
  26. correction worthy of incorporation into the current version.
  27.         
  28. Allen McDonald, 72270,134
  29.