home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a099 / 1.ddi / README.DOC < prev   
Encoding:
Text File  |  1989-04-14  |  3.3 KB  |  74 lines

  1. ******************************************************************************
  2. ********************************  FoxGraph ***********************************
  3. ******************************************************************************
  4.  
  5.    Before you begin, here are a few things worth knowing about the FoxGraph 
  6.  3D Graphics program (more detailed explanations are available in the manual):
  7.  
  8.    NOTE:
  9.    If you are  running on a COMPAQ portable with a plasma panel
  10.  screen, you must first place the machine in color graphics mode
  11.  before using FoxGraph.  To do this, type at the DOS prompt, 
  12.  MODE SELECT CGA.
  13.  
  14.  
  15.  
  16. 1)  There are a number of sample graphs included with the program. They
  17.    can be loaded from the LOAD GRAPH section of the program. They are useful
  18.    as examples for novice users and as templates for future work.  (In 
  19.    addition, the interface programs use these sample graphs as templates for
  20.    graph style which can be specified during graph Setup.)
  21.  
  22.  2)  If at any time you need help while running the program, pressing '?' will
  23.    call up a general help screen. You may also use F8 (Vertical Function Keys) 
  24.    or F9 (Horizontal Function Keys) to provide context sensitive help from 
  25.    anywhere in the program.
  26.  
  27.  3)  While running the program, you may change the entire color scheme of any
  28.    graph type by simply pressing the right or left arrow keys. You can also
  29.    change a smaller subset of the graph colors by pressing the up and down
  30.    arrow keys.
  31.  
  32.  4)  To move the Function Key icon around the screen, use the corner keys of
  33.    the cursor pad. To remove the Function Key icon altogether, use the space
  34.    bar.
  35.  
  36.  5)  To force the program to redraw any or all parts of a graph use the 
  37.    following funcion keys:
  38.  
  39.        F6(Horizontal),F2(Vertical)  - Redraw the entire graph
  40.        F7(Horizontal),F4(Vertical)  - Redraw just the cube and risers
  41.        F8(Horizontal),F6(Vertical)  - Redraw just the text
  42.  
  43.  6)  For an example of the uses of the key-macro function, and for a 
  44.    general overview of the program, type DEMO3D.
  45.  
  46.  7)  If you wish to graph data from your .dbf databases, see chapter 4 of
  47.    your manual on the FoxGraph Interface.  Also, please note the following:
  48.  
  49.     Make sure you have modified your PATH appropriately if you have not
  50.         installed FoxGraph in the same directory as your database
  51.         system.
  52.  
  53.     An ASCII file is created from your data by the interface program based
  54.         on the graph definition you create during Setup. This ASCII 
  55.         file is then read by FoxGraph; however, FoxGraph cannot read 
  56.         an ASCII file with more than 256 lines of information.  If 
  57.         this condition occurs, you may choose to abort the Draw 
  58.         procedure or continue creating a graph from a subset of your 
  59.         data.
  60.  
  61.     When saving graph definitions that you create with the interface, the 
  62.         current macro recording mode is also saved.
  63.  
  64.  8)  Additional hints on recording macros:
  65.  
  66.     Use Control-D to insert a half-second delay in the macro.  You can put
  67.         as many Control-D's in a row as you need to produce the effect
  68.         you want to achieve.
  69.  
  70.     Use Control-Q to stop writing to the macro file during a recording 
  71.         session.  This enables you to create a macro that does a
  72.         number of things automatically and then returns control to 
  73.         the user.
  74.