home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / XDUMP.ZIP / PD.DOC < prev    next >
Encoding:
Text File  |  1988-08-17  |  2.1 KB  |  47 lines

  1.                            PD V1.03
  2.  
  3.                A Scaling Screen Dump Demo Program
  4.                  Copyright (c) 1988 Michael Day
  5.                   Original release: 28 July 1988
  6.                    This release: 17 August 1988
  7.  
  8.      The program PD.PAS is provided as an example driver  program 
  9. to show use of the XDUMP program. When you start PD it will check 
  10. the current screen definition and ask you if you wish to use  it. 
  11. The screen is defined based on the Turbo Pascal InitGraph  driver 
  12. and   mode  selections.  Refer  to  the  Turbo  Pascal   graphics 
  13. definitions to select a different value.
  14.  
  15.      Once the screen type and mode have been selected PD will ask 
  16. for the screen dimensions you wish to use. The program will start 
  17. with  the default CGA parameters. You can select any  other  size 
  18. you  wish.  If  you attempt to select a  value  larger  than  the 
  19. current screen it will be truncated to the screen size.
  20.  
  21.      After  the  screen has been selected you will  be  asked  to 
  22. select  whether to print it in upright or landscape  mode.  After 
  23. which you will be asked which print mode is to be used.
  24.  
  25.      Once  the direction and print mode have been  selected,  the 
  26. current  default values for that selection will be shown and  you 
  27. will  be asked if you wish to change it. If you do you can  enter 
  28. new  values. No limit check is done on the printer values, so  if 
  29. you  exceed  the horizontal width of your printer  you  will  get 
  30. erratic operation.
  31.  
  32.      When  the  printer area has been defined you  will  then  be 
  33. asked  if you wish to use color or monochrome print mode.  It  is 
  34. assumed that you will select monochrome only if you don't have  a 
  35. color screen. The color mode currently only works for EGA or  VGA 
  36. type screens. If you have a CGA you must select monochrome mode.
  37.  
  38.      Now  a  test pattern will be displayed on the  screen  after 
  39. which  the print screen dump will begin. When the screen dump  is 
  40. finished  the test  pattern will remain on the screen until a key 
  41. is pressed  so that you can compare the  printout  to the  screen 
  42. display.
  43.  
  44.  
  45.  
  46.  
  47.