home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 633.lha / Sphinx_v2.6x / Installation.readme next >
Text File  |  1992-05-13  |  2KB  |  57 lines

  1.  
  2. 1)Copy Sphinx-Handler to l:
  3.  
  4.  
  5. 2)Add the 6 lines:
  6.  
  7. SPHINX:
  8.     Handler = l:Sphinx-Handler
  9.     StackSize = 6000
  10.     Priority = 5
  11.     GlobVec = -1
  12. #
  13.  
  14. to your devs:MountList
  15.  
  16.  
  17. And that's it for people who are already using SPHINX. When you
  18. start it up the first time it will complain that it doesn't find a
  19. config file (NCfg); just press [OK] and it will come up with a
  20. default config. Open the config window (RightAmiga-C), edit the
  21. config as you like, and save it using [Save Config].
  22.  
  23. If you used to use Sphinx 2.5 or earlier the old config files will
  24. not work with 2.6x_April19th. Also you no longer need SPHINXConfig,
  25. so toss them all in the bitbucket, /dev/null, null:, nil: or
  26. where ever your old files go to die.
  27.  
  28.  
  29.  
  30. 3)If this is you first time with SPHINX, make a duplicate of your
  31. shell icon and add the tooltype
  32.  
  33. window=SPHINX:<x>/<y>/<w>/<h>/<title>/<extra parameters>
  34.  
  35. Where <x> is the coordinate of the ;eft edge of the window, <y> the
  36. coordinate of the top edge, <w> the width, <h> the height, <title>
  37. the window's title, and <extra parameters> any extra parameters you
  38. wish to have (like /CLOSE or /WAIT, for example).
  39.  
  40. For example:
  41.  
  42. window=SPHINX:0/0/10000/10000/SphinxShellWindow/CLOSE
  43.  
  44. will open a full size window called SphinxShellWindow, with a close
  45. gadget. (the fact that no-one's workbench is 10000 by 10000 is no
  46. problem---Sphinx will detect this and give you the biggest window it
  47. can. This feature lets you make tricks like this one, and ones
  48. like SPHINX:0/10000/400/1/title..., which will put the window at
  49. the bottom of the workbench screen, with the smallest height
  50. allowed (which is about 55 pixels or so--it depends on other
  51. things)).
  52.  
  53. You'll also have to create a default config file the first time you
  54. use sphinx, as described above.
  55.  
  56.  
  57.