home *** CD-ROM | disk | FTP | other *** search
/ DTP en Graphics 1 / dtpgraf1.zip / dtpgraf1 / UTILS / TDISPLAY / README.DIS < prev    next >
Text File  |  1992-10-24  |  3KB  |  57 lines

  1. TDISPLAY 2.2 by TRINITY SOFTWARE
  2.  
  3. TDISPLAY is marketed as shareware, and may be downloaded (TDSP20.ZIP)
  4. from a number of bulletin boards and information services, including
  5. the MG Marketing International BBS (801-943-4616) and Compuserve.
  6.  
  7.  
  8. UNDOCUMENTED FEATURE
  9.  
  10. TDisplay 2.2 has an as-yet undocumented feature which enables you to
  11. include a title at either the top or bottom of the text display window.
  12. This feature is activated on the command-line. The title is displayed
  13. the same way as the User Key Prompt Line (as selected in the defaults
  14. program, TDISPDEF.EXE), and the title displays opposite the prompt line.
  15. That is, if you set the defaults for the prompt line to appear at the
  16. bottom of the screen, the title will be placed at the top; or vice versa.
  17.  
  18. To add a title to the viewing window, type the title in quotation marks
  19. when you run TDisplay on the command line. The full command line syntax
  20. is:
  21.  
  22. TDISPLAY TEXTFILE.EXT [password] ["Title Goes Here In Typewriter Quotes"]
  23.  
  24. Items in square braces [] are optional. Do not type the braces.
  25.  
  26.  
  27. CORRECTIONS:
  28.  
  29. The printed version of the manual fails to mention the self-displaying
  30. version of the manual, which was created with TDISPLAY. This file is
  31. called TDISPMAN.EXE. To view the manual on screen, type:
  32.  
  33.      TDISPMAN [enter]
  34.  
  35. at the DOS prompt.
  36.  
  37.  
  38. COLORS WHEN SETTING THE DEFAULTS WITH TDISPDEF.EXE:
  39.  
  40. When using TDISPDEF.EXE, if the screen background color is the same as 
  41. one of the foreground color options in a list of numbered options,
  42. that foreground color choice will appear to be missing from the list.
  43. Instead, you'll see a gap in the list. That color may still be selected
  44. by typing its number (a number one greater than the preceding choice
  45. in the list, or one less than the following choice). This will usually
  46. only be a problem when selecting the foreground color for the key
  47. display bar at the top or bottom of the screen.
  48.  
  49. FILE STRUCTURE: The last paragraph of the printed manual is out-of-date, but
  50. the electronic manual is correct. Version 2.2 appends a text file to 20,398
  51. bytes of code which enables the file to display itself. The first 20,276
  52. bytes are executable code; the next 21 bytes store the default settings;
  53. the next 21 bytes store the password string; and the next 79 bytes store 
  54. the document (window) title as a Turbo Pascal string (first byte = length);
  55. and the next 1 byte controls a print formatting option which is documented
  56. thus far only in the electronic manual. The ASCII text follows.
  57.