home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / turbobas / tbwind30.arc / README.1ST < prev    next >
Text File  |  1987-08-05  |  1KB  |  34 lines

  1. TBWINDO RELEASE 2.0
  2. JUNE 22, 1987
  3.  
  4. There have be major changes from Rel. 1.0 to Rel. 2.0.
  5.  
  6. The SNOCHK% variable has been completely eliminated.  The assembly language
  7. routines were streamlined so that only one set of routines has to be used
  8. regardless of what kind of video adapter board you have.
  9.  
  10. Windowing routines are now automatically multi-level.  The MakeWindow
  11. procedure now saves only that portion of the screen affected and the
  12. RemoveWindow procedure serves to reverse that.
  13.  
  14. Three additional window procedures have been added.  ClearWindow - will
  15. clear only the window area.  PrtWindow and PrtCWindow - Fast print
  16. routines that make use of the window coordinates established by the call
  17. to MakeWindow.
  18.  
  19. The SaveScrn, RestScrn and Scroll procedures were eliminated.  The two screen
  20. procedures were replaced with QRest and QSave.  These procedures allow for
  21. partial screen saves.  The scroll procedure was eliminated because I think
  22. most people don't use scrolling in a window, and if you do there are easier
  23. ways to accomplish it.
  24.  
  25.  
  26. RELEASE 3.0
  27. AUGUST 5, 1987
  28.  
  29. Added the MakeMenu point and shoot type menu procedure.
  30.  
  31. Enjoy......
  32.  
  33.                                   Rick Fothergill
  34.