home *** CD-ROM | disk | FTP | other *** search
/ Generous Efforts of Many / gemcd.zip / GEM.CD.E.po / NDA:CONTROL.PANEL / PANEL.DOC.txt < prev    next >
Text File  |  2010-05-14  |  4KB  |  88 lines

  1.                           CONTROL PANEL NDA vers 2.1
  2.                         Copyright (c) 1988, Paul Elseth
  3.                            (Documentation vers 1.1)
  4.  
  5.  
  6.                                  INTRODUCTION
  7.  
  8. This program and it's associated files may be freely distributed.  I do retain 
  9. the copyright, however.  When you do share this program, please be sure to 
  10. include all five files:
  11.       .  PANEL          This is the Control Panel NDA main program
  12.       .  GENERAL.CP     This is the definition file for the GENERAL module
  13.                         of the Control Panel.
  14.       .  INPUT.CP       This is the def file for the INPUT module.
  15.       .  SLOTS.CP       This is the def file for the SLOTS module.
  16.   (the above files should all be placed in the SYSTEM/DESK.ACCS folder on
  17.   your boot disk)
  18.       .  PANEL.DOC      This file.
  19.  
  20. The source code for the modules are available separately.  Please feel free to 
  21. examine, modify, or add new modules to the Control Panel.  That's what the 
  22. source code is for.  If you create a new section, or significantly modify an 
  23. existing one and would like to have it included with the standard package, 
  24. please contact me at the address given below.  (If you did not get source code 
  25. for the supplied modules with the object code, try looking on Compuserve or 
  26. BIX, or contact me at any of the sources below.)
  27.  
  28.  
  29.                           USING THE CONTROL PANEL NDA
  30.  
  31. For the most part, the use of the Control Panel is self-explanatory.  A few 
  32. areas need a little clarification, however.
  33.  
  34.  . To use the Control Panel NDA, copy the main program (PANEL), and all of the 
  35. modules (currently GENERAL.CP, INPUT.CP, and SLOTS.CP) into the 
  36. SYSTEM/DESK.ACCS subdirectory of your startup disk and reboot your system.  The 
  37. Control Panel NDA will be accessible from any "desktop" application that sup-
  38. ports new desk accessories (via the colored-Apple menu).
  39.  
  40.  . The Control Panel NDA is intended to be used in 640-mode only.  This 
  41. restriction may be lifted later.  Use in 320-mode will not hurt anything, but 
  42. it looks pretty bad.  (If the Control Panel window looks REALLY big, and only 
  43. part of it is visible on the screen, you are probably using a program in 
  44. 320-mode.)
  45.  
  46.  . The Control Panel starts up with the GENERAL module selected.  To change to 
  47. another module, just click on an icon on the left side of the Control Panel 
  48. window.  If there are more than 4 modules available, you can use the scroll bar 
  49. to scroll the icon list.
  50.  
  51.  . To select you desktop color, click on the white rectangle part of the 
  52. desktop color control.  The lower rectangle will then cycle through the colors 
  53. available.  When the color you want shows, click on the colored rectangle to 
  54. change the desktop color.
  55.  
  56.    Note: Some programs (such as the FINDER) draw their own desktop
  57.          pattern, so it cannot be changed using the Control Panel.  If
  58.          this is the case, clicking the color square will cause a beep
  59.          instead of changing the background.
  60.  
  61.  . At this time, changing slots in the SLOTS module does not affect the current 
  62. slot settings - they will change next time you startup the system, just with 
  63. the CDA Control Panel.
  64.  
  65.  . You cannot currently edit either the date or time, only change their display 
  66. display format.
  67.  
  68.  
  69.                          CONTROL PANEL VERSION CHANGES
  70.  
  71.  . VERS 2.0: Version 2.0 marked the appearance of modules in the Control Panel.
  72.  . VERS 2.1: Version 2.1 fixed a bug in the module loading and unloading,
  73.              which caused module memory to be improperly disposed of.
  74.              It added a number of new interface requirements to the
  75.              module headers, including a run period and shutdown and activate
  76.              calls.
  77.              It also added a blinking caret to the cursor flash rate for
  78.              better user feedback.
  79.  
  80.  
  81. Please send any comments, questions, suggestions, etc to one of the following:
  82.  
  83.           BIXMAIL:  pelseth
  84.           CIS:      76067,1155
  85.           US MAIL:  Paul Elseth                   !please include a SASE if
  86.                     1929 NW 19th Ave, Apt C       !you wish a response via
  87.                     Rochester, MN 55901           !US MAIL.
  88.