home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / gfx / superview-lib-6.5.lha / SuperView-Lib-6.5 / SuperViewPrefs / SuperViewPrefs.doc < prev    next >
Text File  |  1994-07-04  |  3KB  |  125 lines

  1.  
  2.   SuperViewPrefs V6.5
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 6.5
  9.   Release Date : 15.06.1994
  10.  
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   SuperViewPrefs is the Preferences Program for superview.library.
  15.  
  16.  
  17.     Changing SVObject Preferences
  18.     -----------------------------
  19.  
  20.     Priorities :
  21.  
  22.     SuperViewPrefs allows to change the priority of a SVObject and enables
  23.     you to remove one from the internal List of the superview.library and
  24.     flush it out of the memory.
  25.  
  26.     All these adjustments are temporarily, until superview.library is
  27.     loaded next time (after rebooting or flushing unaccessed libs).
  28.  
  29.     Use this program careful when removing any SVObjects, because
  30.     superview.library (and the SVObjects) do not really support forced
  31.     removing of SVObjects from the internal lists yet.
  32.     In other words : Do not try to remove anything while somebody else
  33.     is still accessing it.
  34.  
  35.     Changing the priority will perhaps not cause any multitasking problems
  36.     (one-byte operation, anyway).
  37.  
  38.     ControlPad :
  39.  
  40.     Via SuperViewPrefs you can easily change ControlPads (introduced with
  41.     superviewsupport.library V2), because it automatically creates the
  42.     appropriate Names for them (according to the "Style Guides" for
  43.     ControlPads), depending on the SVObjects Names and then calls a
  44.     TextEditor, where you can edit them in a full-screen-like way (at
  45.     first I thought about integrating this totally into SuperViewPrefs,
  46.     but that wouldn't have been flexible enough).
  47.  
  48.     Your preferred TextEditor can be specified in SuperViewPrefs'
  49.     own ControlPad as "EDITOR=<EditorName and/or Path>".
  50.  
  51.  
  52.     Changing SVDriver Preferences
  53.     -----------------------------
  54.     Here you may specify, which of the available ScreenDrivers should be
  55.     used a) next time
  56.     or   b) next time and in the future.
  57.  
  58.     Option a) uses superview.library's SVL_SetGlobalDriver() function to
  59.     temporarily change the settings and
  60.     option b) includes option a) as well as saving the driver's name
  61.     to "ENV:superview-library/Default.svdriver" (and ENVARC:), so that
  62.     this driver is set by superview.library at startup-time.
  63.  
  64.  
  65.   Author
  66.   ~~~~~~
  67.   Andreas R. Kleinert
  68.   Grube Hohe Grethe 23
  69.   D-57074 Siegen
  70.   Germany
  71.  
  72.  
  73.   History
  74.   ~~~~~~~
  75.   SuperViewPrefs' version depends on the version of superview.library
  76.   it was first included with.
  77.  
  78.   V6.5 (15.06.1994) :
  79.  
  80.    - documentation of V5.2 was missing (forgot to copy it)
  81.    - increased requirements (library versions)
  82.  
  83.  
  84.   V5.2 (21.05.1994) :
  85.  
  86.    - added code to allow editing ControlPads of SVObjects via calling
  87.      an external editor
  88.    - added the very first ControlPad-Entries for SuperViewPrefs :
  89.      "EDITOR=<EditorName and/or Path>"
  90.  
  91.  
  92.   V3.8 (06.05.1994) :
  93.  
  94.    - use of SAS/C V6.51
  95.  
  96.  
  97.   V3.7 (29.04.1994) :
  98.  
  99.    - added TextGadget to always reflect the currently selected
  100.      Global Screen Driver
  101.  
  102.  
  103.   V3.1 (06.03.1994) :
  104.  
  105.    - added preferences options for SVDrivers
  106.    - fixed bug in memory delocation (forget to free some memory)
  107.  
  108.  
  109.   V2.5 (24.01.1994) :
  110.  
  111.    - recompilation with SAS/C V6.5
  112.  
  113.  
  114.   V2.1/2.4 (16.01.1994) :
  115.  
  116.    - first version
  117.  
  118.  
  119.   Copyrights
  120.   ~~~~~~~~~~
  121.   Some of the mentioned names or products above may be copyrighted by
  122.   companies or trademarks of companies.
  123.  
  124.  
  125.