home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / tb / tbwindow / readme.1st < prev    next >
Text File  |  1987-09-29  |  2KB  |  49 lines

  1.                            TBWINDO
  2.                            
  3. JUNE 22, 1987 - RELEASE 2.0
  4.  
  5. There have be major changes from Rel. 1.0 to Rel. 2.0.
  6.  
  7. The SNOCHK% variable has been completely eliminated.  The assembly language
  8. routines were streamlined so that only one set of routines has to be used
  9. regardless of what kind of video adapter board you have.
  10.  
  11. Windowing routines are now automatically multi-level.  The MakeWindow
  12. procedure now saves only that portion of the screen affected and the
  13. RemoveWindow procedure serves to reverse that.
  14.  
  15. Three additional window procedures have been added.  ClearWindow - will
  16. clear only the window area.  PrtWindow and PrtCWindow - Fast print
  17. routines that make use of the window coordinates established by the call
  18. to MakeWindow.
  19.  
  20. The SaveScrn, RestScrn and Scroll procedures were eliminated.  The two screen
  21. procedures were replaced with QRest and QSave.  These procedures allow for
  22. partial screen saves.  The scroll procedure was eliminated because I think
  23. most people don't use scrolling in a window, and if you do there are easier
  24. ways to accomplish it.
  25.  
  26. AUGUST 5, 1987 - RELEASE 3.0
  27.  
  28. Added the MakeMenu point and shoot type menu procedure.
  29.  
  30. AUGUST 18, 1987 - RELEASE 3.1
  31.  
  32. Added the WindowXY window relative locate procedure.
  33.  
  34. SEPTEMBER 29, 1987 - RELEASE 3.2
  35.  
  36. Added a DEFINT A-Z statement at the beginning of TBWINDO.INC to
  37. eliminate all those % signs.
  38.  
  39. Redesigned the MakeMenu procedure.  Decided I overthought the problem
  40. and simplified it.  Now makes it easier to pop a window then a menu or
  41. pop from one menu to another menu etc.  Watch you sharing of variables
  42. as this gets tricky.  The TBMDEM32.BAS program is a short demo that will
  43. give you a rough template to follow.  Thanks to Dave Weldon for making
  44. me rethink this.
  45.  
  46. Enjoy......
  47.  
  48.                                   Rick Fothergill
  49.