home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / basic3 / pro8 / gwframes.doc < prev    next >
Encoding:
Text File  |  1991-12-13  |  1.3 KB  |  27 lines

  1.  
  2.  
  3.  
  4. GWFRAMES.BAS by Carmen Paone [72677,42]
  5.  
  6.  
  7. What is a picture without a frame? The frame doesn't add or detract from the
  8. picture because it usually has no beauty of its own. The purpose of a frame is
  9. to give the picture perspective.
  10. Think of a computer screen as a picture. These 16 frames offered in this
  11. program are intended to enhance menus, help boxes, graphic presentation of
  12. text material, etc.
  13. The first four frames are straight forward LINE presentations, such as one
  14. would see in most programming for a box presentation. Things really start to
  15. move with Frame 5, which incorporates the LINE and FOR-NEXT loop facets of
  16. GWBASIC. Various combinations of the same principal can be used to enhance the
  17. movement as can be seen in Frames 10 through 14.
  18. Frame 15 incorporates a principal picked up from HANDHELD BASIC, which was used
  19. for the Tandy 600. It is a different style of doing boxes with LINE. Frame 16
  20. returns us to a simple presentation of a box in CHR$(36). Any of the visible
  21. ASCII chracters can be substituted.
  22. The size of the frames can be changed by the user of the program. Screen 2 was
  23. used to present the frames because they looked better than they did in Screen
  24. 1.
  25. Users are free to use any of the frame designs in their own programs.
  26. GWFRAMES.BAS is a public domain program.
  27.