home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 3 / FishMoreVol3.bin / fishfinders / newaqua.help < prev    next >
Text File  |  1992-01-30  |  5KB  |  131 lines

  1. @cat Control
  2. "Aquarium Control" window
  3.      Buttons for selecting program categories (Graphics, Sound, ...)
  4.      Name search field.
  5.      Text search field.
  6.      Fish disk number.  This is used for both display and entry.  Typing
  7.       a disk number here brings up the first fish on that disk.
  8.      Fish number.  This is used for both display and entry.  Typing
  9.       a number here brings up the Nth fish in the database.
  10.      From/To number.  These limit the search to the specified range of disks.
  11.      Next fish ( > )  - advance to next fish matching categories, name, and
  12.           text search fields.
  13.      Prev fish ( < )  - back up to previous matching fish.
  14.      Next disk ( >> ) - advance to and describe next disk.
  15.      Prev disk ( << ) - back up to and describe previous disk.
  16.      Reset (box)      - jump to first fish.
  17.  
  18. Menus:
  19.  
  20. MENU Project
  21.   ITEM About
  22.     Displays Version and Author information
  23.   ITEM Quit        [Amiga-Q]
  24.     Quits program (does not ask for confirmation)
  25.  
  26. MENU Windows
  27.   ITEM Description
  28.     Opens the description window and brings it to the front.  The description
  29.     window contains the description of the current fish (or fishes).
  30.   ITEM Index        [Amiga-I]
  31.     Opens the index window, recalculates its contents, and brings it to the
  32.     front.  The index window contains a list of all the fish that match the
  33.     current selection criteria.
  34.   ITEM Control
  35.     Brings the control window to the front.  Closing the control window exits
  36.     the program.
  37.  
  38. MENU Describe
  39.   ITEM All matches    [Amiga-A]
  40.     Loads the descriptions of all matching fish into the description window.
  41.     CAUTION:  This command can take a long time and use a lot of memory if
  42.     the selection criteria is too general.
  43.   ITEM Disk        [Amiga-D]
  44.     Loads the descriptions of all fish on the current disk into the
  45.     description window.
  46.   ITEM Selected
  47.     Loads the descriptions of all fish that have been selected in the Index
  48.     window.  This function can also be invoked by double-clicking on an
  49.     entry in the Index window.
  50.  
  51. MENU Display
  52.   ITEM Categories    [F1]
  53.     Controls display of categories next to name and disk in the Index and
  54.     Description windows.  The categories are displayed as the first letter
  55.     of the category if that category (highlighted if set).
  56.  
  57. Keyboard:    
  58.   (KP-Left means the Left key on the KeyPad)
  59.   (S-Left means the Shift + the normal Left arrow key)
  60.   Left, KP-Left        - Select the next fish
  61.   Right, KP-Right    - Select the previous fish
  62.   S-Left, S-KP-Left    - Select the next disk
  63.   S-Right, S-KP-Right    - Select the previous disk
  64.   Up,Down,PgUp,PgDn,...    - Scroll the Description window
  65.  
  66. @cat Description
  67. "Description" window
  68.   This is a scrollable window which contains the description of the
  69.   current fish.  The "Describe/All Matches" menu item can be used to
  70.   fill the description window with descriptions of all matching fish.
  71.  
  72. @cat Index
  73. "Index" window
  74.   This is a scrollable window which contains the disk numbers and names of
  75.   all of the fish in the database which match the current selection criteria.
  76.   Entries may be selected/deselected by clicking on that entry.  Double
  77.   clicking on an entry will invoke the "Describe/Selected" menu command.
  78.   
  79. @cat Help
  80. "Help" window
  81.   This is a scrollable window which contains the current help messages.
  82.   
  83. @cat About
  84. "About" window
  85.   Just the standard about stuff.
  86.   
  87. @cat Scroller
  88. All scrollable windows share these common features.
  89.  
  90. Menus:
  91.   MENU Print
  92.     ITEM Print            [Amiga-P]
  93.       Send contents of window to printer.
  94.     ITEM Form Feed        [Amiga-E]
  95.       Eject the current page by sending a form feed to the printer.
  96.     ITEM File            [Amiga-F]
  97.       Send contents of window to a file (t:NewAqua.lis).  Someday I
  98.       will add a file requestor to get the file name.  Any favorites?
  99.  
  100. Keyboard:
  101.   Up, KP-Up     - Move view up   (scroll down)
  102.   Down, KP-Down - Move view down (scroll up)
  103.   KP-Home       - Move view to top of scroller
  104.   KP-End        - Move view to bottom of scroller
  105.   KP-Pg Up      - Move view up one page
  106.   KP-Pg Dn      - Move view down one page
  107.   Amiga-P    - Print scroller contents
  108.   Amiga-E    - send form feed to printer (Eject page)
  109.   Amiga-F    - send contents to file `t:NewAqua.lis'
  110.  
  111. @cat *
  112. This is a simple active-window based help system.  To get help on any
  113. window, activate that window (click the mouse in that window), and
  114. press the Help key.
  115.  
  116. @cat test
  117. Tab Test
  118. Tabs:    .    .    .    .    .    .    .
  119. Spaces: .       .       .       .       .       .       .
  120. TabsS:    .        .        .    .    .
  121. Tabs2:    ..    ....    ......    .......    .........    .
  122. Tabs2:    ..    ....    ......    .......    .........    .
  123. Tabs3:
  124.     .    .    .    .    .    .    .
  125. ;44mBACK0 Colors:    mFORE1mFORE2mFORE3mFORE4mFORE1
  126. ;41mBACK1 Colors:    mFORE1mFORE2mFORE3mFORE4mFORE1
  127. ;42mBACK2 Colors:    mFORE1mFORE2mFORE3mFORE4mFORE1
  128. ;43mBACK3 Colors:    mFORE1mFORE2mFORE3mFORE4mFORE1
  129.  
  130. @cat RCS
  131. $Id: NewAqua.help,v 1.2 92/01/30 08:50:28 glenn_gribble Exp $