home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l040 / 8.ddi / TVDEMO.ZIP / DEMOHELP.HLP (.txt) < prev    next >
Encoding:
Borland Turbo Vision Help  |  1992-10-27  |  18.3 KB  |  329 lines

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