home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / pg / pgxos / x-view.do < prev    next >
Text File  |  2006-10-19  |  5KB  |  101 lines

  1. X-VIEW.CMD Operation documentation.
  2. Copyright (c) 1989 by Paul Globman
  3.  
  4. X-VIEW.CMD is designed to run only as an XOS command.  Its compact code runs in
  5. the ALTLCD BUFFER due to its effective use of various subroutines found within
  6. the XOS-C program code.
  7.  
  8. X-VIEW (cross view) is designed to operate as a front end to the built-in TEXT
  9. program in the Tandy 200.  The purpose of X-VIEW (XV.CO) is to provide the user
  10. with a new and unique capability, found mostly in more expensive computer 
  11. systems.  That is, the ability to open a "window" and VIEW another file from 
  12. another bank (Bank #2), while editing the primary file in Bank #1.
  13.  
  14. THE SET-UP
  15. ----------
  16. It is recommended that XOS users keep .CO and .BA programs in Bank #3, and .DO 
  17. files should be stored in Bank #2.  Bank #1 is for working on the immediate
  18. project.  To comply with this suggestion XV.CO should be stored in Bank #3.  If
  19. you are a frequent user of the TEXT program, then XV.CO should be named CMD>.CO
  20. (refer to XOS-C docs for a more detailed explanation).
  21.  
  22. The text file to be edited must already have been created, and on the MENU of 
  23. Bank #1.  Place the cursor over the text file to be edited and press F3(Cmd>).
  24. Type XV<enter> and you will immediately enter the cursored text file.  If XV.CO
  25. is named CMD>.CO then press F3(Cmd>) with CAPS LOCK down.
  26.  
  27. THE FEATURES
  28. ------------
  29. By entering text files via XV.CO you give the Tandy 200 the ability to open a
  30. "window" (the lower half of the T200 LCD) while editing.  This is done by
  31. pressing the GRPH + CODE keys.  Once the "window" is opened, editing functions
  32. for the primary file are suspended.
  33.  
  34. Pressing GRPH/CODE will split the LCD, display Bank #2 files, and request the
  35. name of the Bank #2 file you wish to view.  After entering the name of a valid 
  36. Bank #2 file, that file is then scrolled up the lower half of the Tandy 200 
  37. LCD, keeping the upper portion of the LCD intact.
  38.  
  39. As the secondary file is scrolling, the spacebar is used to pause/continue the
  40. scroll.  The ESC key is used for an immediate abort.  When the scrolling file 
  41. reaches the end of the file, or if ESC was pressed, a beep will sound, the
  42. scrolling will stop, and the next key-stroke will restore the Tandy 200 LCD and
  43. return the cursor to where it was prior to pressing GRPH/CODE.
  44.  
  45. MORE FEATURES
  46. -------------
  47. While in VIEW mode with the scrolling paused, the UP ARROW key will restart the
  48. display of the secondary file (the file being viewed in the "window"). The 
  49. window will clear and the file will begin to display again.
  50.  
  51. While in VIEW mode with the scrolling paused, the DOWN ARROW key will set a
  52. "marker" at the beginning of the current line/paragraph being displayed.  If 
  53. the scroll is paused at the BEGINNING of a line/paragraph then DOWN ARROW will 
  54. move the "marker" to the beginning of the previous line/paragraph (see note).
  55.  
  56. The window will clear and the file will begin to display again, but from the 
  57. "marked" position rather than the beginning of the file.  Subsequent use of the
  58. UP ARROW will cause the file to display, beginning at the "marked" position 
  59. rather than the beginning of the file.
  60.  
  61. Pressing <ENTER> at the "X-View:" prompt automatically displays the last file
  62. viewed, beginning at the last "marker" set for that file.  If you have not yet
  63.  viewed any secondary files then <ENTER> will gently return you to the primary
  64. file being edited.  To review the last secondary file from its beginning you 
  65. must enter the filename again.
  66.  
  67. NOTE:
  68. -----
  69. X-VIEW allows the position of the "marker" to be backed up one line/paragraph.
  70. This is done by pressing UP ARROW as if you wanted to return to the "marked" 
  71. location and IMMEDIATELY press SPACEBAR, BEFORE the text begins to scroll. 
  72. With the scroll paused, press DOWN ARROW.  Your "marker" will be moved to the 
  73. beginning of the line/paragraph above the curent "marker" setting.  If you 
  74. somehow wind-up "above" the beginning of your selected file then you will have
  75. to exit the "view" and re-enter the filename at the prompt.
  76.  
  77.  
  78. WORD-WRAP
  79. ---------
  80. Word-wrap is toggled on/off by pressing CTRL + SHIFT.  With word-wrap off the 
  81. LCD will display more text and show the actual number of spaces between words 
  82. on adjacent lines.  The LCD will immediately adjust to "wrap" or "no-wrap" 
  83. mode, as you toggle between them.
  84.  
  85. IMPORTANT: The SHIFT/PRINT function of the Tandy 200 will NOT word-wrap when 
  86. printing if word-wrap is disabled in the edit mode.  Be sure to enable word-
  87. wrap before printing a document with the SHIFT/PRINT function.
  88.  
  89.  
  90. TIPS
  91. ----
  92. Since the top 8 lines of the Tandy 200 LCD are "locked" into place, you can
  93. first move through the primary file and bring some significant portion of the
  94. primary file into view on the top 8 lines, for comparison with the file 
  95. being scrolled.
  96.  
  97. When in VIEW mode and have the scroll paused, the PRINT key will dump the LCD
  98. to the printer, showing portions of the two files at once.  Depending upon your
  99. printer, the line that splits the LCD will print as a graphic character or a
  100. line of "q"s.
  101.