home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Pascal / TP.7_1 / TP / EXAMPLES / TVDEMO / DEMOHELP.HLP (.txt) < prev    next >
Encoding:
Borland Turbo Vision Help  |  1992-10-05  |  17.4 KB  |  309 lines

  1.  Turbo Vision demonstration 
  2. Welcome to Turbo Vision.  This is a demonstration program that allows you to view some of the capablilities of Turbo Vision.  The 
  3.  menu is accessed by pressing Alt-Space.  All the other menus are accessed by pressing Alt-Z, where Z is the first letter of the menu.  For example, the "File" menu is pulled down by Alt-F. )
  4. Press ESC to put this help screen away. 
  5.  File viewer 
  6. A file viewer views the contents of a text file. You can use the arrow keys to move about in the file. A file is loaded via the File
  7. Open menu item. a
  8.   Up         Move up one line
  9.   Down       Move down one line
  10.   Right      Move right one column
  11.   Left       Move left one column
  12.   PgUp       Move one page up
  13.   PgDn       Move one page down
  14.   Home       View right most column of the file
  15.   End        View left most column of the file
  16.   Ctrl-PgUp  View top of file
  17.   Ctrl-PgDn  View bottom of file.
  18. File viewers can be resized and moved using the Windows menu. 
  19.  Puzzle 
  20. The puzzle window is a small game.  The object is to get the characters to form the following pattern: :
  21.     A  B  C  D
  22.     E  F  G  H
  23.     I  J  K  L
  24.     M  N  O
  25. Clicking the mouse on a tile next to the empty space moves the tile into the space.  Pressing one of the cursor keys (up, down, left, or right arrow) moves a tile into the empty space in the direction indicated by the cursor key. The move counter is updated every time a tile is moved. 
  26.  Calculator 
  27. The calculator is a simple four-function calculator with add, subtract, multiply, and divide.  To operate the calculator you can either use the keyboard or press the buttons on the calculator with the mouse.  The 'C' key clears the calculator, the '
  28. ' key will erases the last character typed, and the '
  29. ' key toggles the value from positive to negative (the keyboard equivalent of '
  30. ' is '_'). 
  31.  Calendar 
  32. The calendar displays the current month, highlighting todays date. The next and previous months can be viewed using the '+' or '-' keys respectivly.  The mouse can also be used to change the month by pressing the 
  33.  icons. 
  34.  ASCII Table 
  35. The ASCII table displays the entire IBM PC character set.  The current character is marked by a blinking block cursor, and the hexadecimal and decimal ASCII values of the character are displayed below the chart. A new character is selected by pressing it on the keyboard, by clicking the mouse on it in the chart, or by moving the cursor using the cursor keys. 
  36.  (System) menu 
  37.     (Alt-Spacebar)
  38. The System menu appears on the far left of the menu bar and is represented by the 
  39.  symbol. (
  40. When you pull down the 
  41.  menu, you see A
  42.   About         Puzzle
  43.   Calendar      Ascii
  44. Table
  45.   Calculator
  46. About 
  47. When you choose the About command from the 
  48.  (System) menu, a dialog box appears, showing copyright and version information. G
  49. To close the box, press Esc, Space, or Enter, or click the OK button. 
  50. Puzzle 
  51. The Puzzle menu item opens a small puzzle game. 
  52. Calendar 
  53. The Calendar menu item opens a small calendar which displays the current month. It also allows you to view other months. 
  54. ASCII table 
  55. The ASCII menu items opens an ASCII
  56. Table that displays the IBM PC character set. 
  57. Calculator 
  58. When you choose Calculator, a four-function calculator is opened on the desktop. 
  59.  File  (Alt-F) 
  60. The File menu offers choices for opening files, changing directories, and exiting the program. #
  61.  Open          Change
  62. Dir    Exit
  63.  File
  64. Open  (F3) 
  65. The Open command displays the Open a File dialog box. In this dialog box you select the text file you want browse in a file
  66. viewer. &
  67. The Open
  68. File dialog box contains: 
  69.  an input
  70. box with a history list
  71.  a list
  72. box to browse the directory
  73.  the standard Cancel button
  74.  Open action button
  75.  an information panel that describes the
  76.    selected file
  77.  File
  78. The New command creates a new editor window.  The window's name is "Untitled", and is empty. 
  79.  File
  80. Save 
  81. The Save command allows you to save the current editor window to a disk file.  If the window already has a name, the file will be saved under this same name.  If you wish to save the file under a new name, select the File|Save
  82. As command instead. 
  83.  File
  84. Save As 
  85. The Save As command allows you to save the current editor window to a new file name.  Note that if an editor window does not have a name (it is called "Untitled") selecting File|Save will execute the Save As dialog box. 
  86.  File
  87. Change Dir...
  88. Change Dir brings up the Change
  89. Directory dialog box, in which you can change the current directory. 
  90.  File
  91. DOS Shell 
  92. With the DOS Shell command, you can leave the program temporarily to perform a DOS command or run another program. 9
  93. To return to this program, type EXIT at the DOS prompt. 
  94.  File
  95. Exit 
  96.      (Alt-X)
  97. The Exit command terminates this program. 
  98.  Edit
  99. Undo 
  100. The Undo command allows you to "take back" the last editor action you performed.  For example, if the line: 
  101.   This is an editor test
  102. is changed to: 
  103.   This was an editor test
  104. the Undo command will become active.  Executing the Undo command will cause the line to revert back to its original version.  Note that changes which can be undone are grouped into similar actions, such as typing, or deleting characters.  Any action type you perform that is different than the last action type will cause the Undo information to be lost. 
  105.  Edit
  106. The Cut command removes the selected text and places it on the Clipboard.  Any information previously on the clipboard is lost.  Text cut from the editor may be immediately replaced by selecting the Undo command before moving the cursor. 
  107.  Edit
  108. Copy 
  109. The Copy command places a copy of the selected text on the Clipboard.  The selected information is left unchanged, but any information previously on the clipboard is lost. 
  110.  Edit
  111. Paste 
  112. The Paste command inserts a the contents of the clipboard into the current editor window at the cursor position.  The contents of the clipboard remain unchanged.  If any text is selected in the current editor window, the highlighted text is replaced by the text coming from the clipboard.  Information pasted into an editor may be removed immediately by using the Undo command before moving the cursor. 
  113.  Edit
  114. Show Clipboard 
  115. The Show Clipboard command will display the Clipboard contents is an ordinary editor window.  Note that Cut and Paste commands are not enabled while the clipboard is the focused window. 
  116.  Edit
  117. Clear 
  118. The Clear command removes any selected text from the current editor without placing a copy of the text on the clipboard.  The effects of this command may be reversed by selecting Undo before moving the cursor. 
  119.  Window 
  120.     (Alt-W)
  121. The Window menu contains commands to close, move and perform other window-management commands. 
  122. Most of the windows in this program have all the standard window elements, including scroll bars, a close box, and zoom icons. >
  123. For more about windows and their elements, refer to windows. :
  124.  Window-management commands
  125.  Resize           Zoom
  126.  Tile             Cascade
  127.  Next             Previous
  128.  Close
  129.  Window
  130. Resize 
  131.      (Ctrl-F5)
  132. Choose this command to change the size or position of the active window. 
  133.   Size
  134. If you press Shift while you use the arrow keys, you can change the size of the active window. Once you've adjusted its size or position, press Enter. Q
  135. If a window has a Resize corner, you can drag that corner to resize the window. 
  136.   Move
  137. When you choose Window
  138. Resize, the active window moves in response to the arrow keys. Once you've moved the window to where you want it, press Enter. F
  139. You can also move a window by dragging its title bar with the mouse. 
  140.  Window
  141. Zoom 
  142.    (F5)
  143. Choose Zoom to resize the active window to the maximum size. If the window is already zoomed, you can choose this command to restore it to its previous size. {
  144. You can also double-click anywhere on the window's title bar (except where an icon appears) to zoom or unzoom the window. 
  145.  Window
  146. Tile 
  147. Choose Window
  148. Tile to tile all file viewers on the desktop. L
  149.                
  150.                
  151.                
  152.                
  153.                
  154.                
  155.                
  156.                
  157.                
  158.                
  159.                
  160.                
  161.                
  162.                
  163.                
  164.                
  165.              Tiled Windows
  166.  Window
  167. Cascade 
  168. Choose Window
  169. Cascade to stack all file viewers on the desktop. A
  170.                          
  171.                          
  172.                          
  173.                          
  174.                          
  175.         Cascaded Windows
  176.  Window
  177. Next 
  178. Choose Next to cycle forwards through the windows on the desktop. 
  179.  Window
  180. Previous 
  181. Choose Previous to cycle backwards through the windows on the desktop. 
  182.  Window
  183. Close 
  184.     (Alt-F3)
  185. Choose Close to close the active window. O
  186. You can also click the Close box in the upper right corner to close a window. 
  187.  Options  (Alt-O) 
  188. The Options menu contains commands that let you change color and mouse default settings. 
  189.  Options
  190. Mouse... 
  191. The Mouse command brings up the Mouse
  192. Options dialog box, where you can set various options that control how your mouse works, including: R
  193.  how fast a double-click is
  194.  which mouse button (right or left) is
  195.    active
  196.  Options
  197. Colors... 
  198. The Colors item brings up the Colors
  199. dialog box, where you can customize the colors of the display. 
  200.  Options
  201. Save Desktop 
  202. Saves the state of all open windows to a file call TVDEMO.DSK. This file can be reloaded by selecting Options
  203. Restore
  204. Desktop. 
  205.  Options
  206. Restore Desktop 
  207. Restore a previously-saved state of all open windows from a file call TVDEMO.DSK. This file is saved via the Options
  208. Desktop menu command. 
  209.  Help on Open a File Dialog Box 
  210. The Open a File dialog box contains an input box, a file
  211. list, a file information panel, the standard button Cancel, one other action button (Open), plus a history list that's attached to the Name
  212. inputbox. 
  213.  Name 
  214.                                  
  215. The Name input box is where you enter the name of the file to load, or the file-name mask to use as a filter for the Files list box (for example, *.*). 
  216.  Files 
  217.                                  
  218.   FILENM01.PAS  
  219.   FILENM09.PAS  
  220.   FILENM02.PAS  
  221.   FILENM10.PAS  
  222.   FILENM03.PAS  
  223.   FILENM11.PAS  
  224.   FILENM04.PAS  
  225.   FILENM12.PAS  
  226.   FILENM05.PAS  
  227.   ..            
  228.   FILENM06.PAS  
  229.   \MOREXAMP     
  230.   FILENM07.PAS  
  231.   \TOURS        
  232.   FILENM08.PAS  
  233.   \ANSWERS.DIR  
  234. The Files list box lists the names of files in the current directory that match the file-name mask in the Name input box, plus the parent directory and all subdirectories. 
  235.  C:\TP\EXAMPLES\*.PAS                     
  236.  HELLO.PAS       52  Jul 14,1990  12:00pm 
  237. The File information panel shows the path name, file name, date, time, and size of the selected file. =
  238. None of the items on this information panel are selectable. 
  239.  [ Open ] 
  240. The Open button opens a new Viewer window and places the selected file in that window. 
  241.  [ Cancel ] 
  242. If you choose Cancel, nothing changes and no action occurs, and the dialog box is put away. M
  243. (Esc always cancels a dialog box, even if a Cancel button does not appear.) 
  244.  [ Open ] 
  245. In the Open a File dialog box, if you choose the Open button TVDEMO opens a new file
  246. viewer and places the selected file in that window. 
  247.  Help on the Change Directory dialog box 
  248. The Change Directory dialog box consists of an input box, a list box, the standard OK and Help buttons, and two other buttons (Chdir and Revert). |
  249.  Directory Name 
  250.                                      
  251. The Directory Name input box is where you type in the path of the new directory. 
  252.  Directory Tree 
  253.    Drives                            
  254. C:\                            
  255.      
  256. TP                           
  257.        
  258. TVISION                    
  259. The Directory Tree list box enables you to navigate directories by using the selecting bar and pressing Enter. 
  260. If you're using the keyboard, press Enter to make the selected directory be the current directory, then choose OK or press Esc to exit the dialog box. +
  261.  [Chdir ] 
  262. The Chdir button changes the current directory once you've selected or typed in a directory name. +
  263.  [Revert] 
  264. The Revert button goes back to the previous directory, as long as you haven't yet exited the dialog box. 
  265.  Help on the Mouse Options dialog box 
  266. This dialog box consists of one check box, one slider bar, and the standard buttons OK and Cancel. 
  267.  Mouse Double Click       
  268.  Slow     Medium     Fast 
  269. The Mouse Double Click slider bar adjusts the double-click speed of your mouse. ^
  270.  [X] Reverse Mouse Buttons 
  271. Reverse Mouse Buttons makes the right mouse button take on the normal functions of the left--and vice versa. 6
  272.  See also:
  273.  Options
  274. Mouse...
  275. command
  276.  Help on the Colors dialog box 
  277. The Colors dialog box consists of two list boxes, a text display area, the standard OK, Cancel, and Help buttons, and one of the following: 
  278.  On color and black-and-white systems, it
  279.    also contains two color palettes.
  280.  On monochrome systems, it contains a set
  281.    of radio buttons instead of the palettes.
  282. This dialog box is where you can change the colors of different parts of this program. 
  283.  Group 
  284.    Desktop          
  285.    Menus            
  286.    Dialogs/Calc     
  287.    Puzzle           
  288.    Calendar         
  289.    Ascii table      
  290.                     
  291. The Group list box contains the names of the different regions of the program that you can customize. L
  292.  Item 
  293.    Color            
  294.                     
  295. When you select a group from the Group list, the Item list box displays the names of the different views in that region. 
  296.  Foreground 
  297.  Background 
  298. On color and black-and-white systems, you use the Foreground and Background palettes to modify colors. 
  299.  Colors 
  300. ) Mono low        
  301.   ( ) Mono high       
  302.   ( ) Mono underscore 
  303.   ( ) Mono inverse    
  304. On monochrome systems, you use the Colors set of radio buttons systems to modify the character attributes. Q
  305.  Text Text Text 
  306.  Text Text Text 
  307. On all systems, the display text (above the Help button) shows the current color or attribute settings. a
  308. Changes do not take effect on the desktop until you close the Colors dialog box by choosing OK. 
  309.