home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / toolmanager / readme.beta < prev    next >
Encoding:
Text File  |  1997-02-22  |  5.0 KB  |  139 lines

  1. ToolManager 3.0 Beta 7                                       09-Feb-1997
  2.  
  3.        THIS IS A BETA RELEASE! ALL FEATURES HAVE BEEN IMPLEMENTED NOW!
  4.                    NO NEW FEATURES WILL BE IMPLEMENTED!
  5.  
  6.           --->>> REDISTRIBUTION OF THESE FILES IS FORBIDDEN! <<<---
  7.  
  8.  
  9. Installation
  10.  
  11.     Please use the supplied Installer script.
  12.  
  13.  
  14. Requirements
  15.  
  16.     - OS 3.x or better
  17.     - WBStart 2.2
  18.     - DOSPath 1.0
  19.     - ScreenNotify 1.0 (optional)
  20.     - MUI 3.7
  21.     - Sushi            (optional)
  22.  
  23.  
  24. Changed features since 2.1b:
  25.  
  26.     - General:       Again rewritten (almost) from scratch :-)
  27.     - General:       Old object system removed, TM objects are now BOOPSI
  28.                      objects
  29.     - Memory:        Uses memory pools now (not in debug version)
  30.     - Exec Objects:  Delay parameter removed
  31.     - Image Objects: Animation support removed
  32.     - Image Objects: picture.datatype V43 support added
  33.     - Icon Objects:  Only icons supported
  34.     - Dock Objects:  Only images loadable via picture.datatype supported.
  35.                      Get one of the icon datatypes to use icons in docks.
  36.     - Dock Objects:  Pattern & Vertical flags removed
  37.     - Dock Objects:  Title parameter removed
  38.     - Dock Objects:  Image flag added, dock objects can display text & image
  39.     - Dock Objects:  Border flag added, object name used for window title
  40.     - Dock Objects:  Dragbar gadget removed for borderless windows.
  41.     - Group/Button/
  42.       Entry classes: New classes which build the contents of the dock windows
  43.     - Group:         This is the actual content of a dock. It is a BOOPSI
  44.                      gadget and might be exportable through the library
  45.                      interface to create "tool bars" in programs
  46.     - Button:        Each dock entry contains now a frame. The graphics for
  47.                      dock entries have (probably) to be redesigned
  48.     - Entry:         Displays text and/or image
  49.     - Config:        New preferences file format, hopefully more flexible
  50.     - Config:        Events are now checked while the configuration is read.
  51.                      This improves the responsiveness in startup/config change
  52.     - ScreenNotify:  All dock objects get the notification, not only the global
  53.                      ones.
  54.     - CLIStart:      dospath.library support added.
  55.     - Cmdline:       Command lines are not limited to 4KB anymore.
  56.     - Prefs:         Rewritten from scratch
  57.     - Prefs:         Now a MUI application. Benefits:
  58.                        * Resizable windows
  59.                        * Multiple open edit windows
  60.                        * Drag&Drop
  61.     - Prefs:         Changing an objects name automatically updates all
  62.                      references to the object.
  63.     - Prefs:         Support for grouping objects.
  64.  
  65.     plus everything I might have forgotten...
  66.  
  67.     Please read also the file ToolManager/Source/History!
  68.  
  69.  
  70. Things left to do before the release:
  71.  
  72.     See file ToolManager/Source/TODO
  73.  
  74.  
  75. Debugging information:
  76.  
  77.     The debugging information is printed using kprintf(). Sushi should be
  78.     installed to record this information. The programs read the  contents
  79.     of the following environment variables  to  enable/disable  debugging
  80.     information. Error information can't be disabled.
  81.  
  82.         Library         ToolManagerLibDebug
  83.         Preferences     ToolManagerPrefsDebug
  84.  
  85.     If a variable is not set then all debugging output will be suppressed.
  86.     The following number formats are currently supported:
  87.  
  88.         X<hex digits (0-9, A-F)>
  89.  
  90.         Y<binary digits (0, 1)>
  91.  
  92.     Example:
  93.  
  94.         setenv ToolManagerLibDebug X20800
  95.  
  96.     to set library debug flags 11 and 17.
  97.  
  98.     Available debug flags:
  99.  
  100.      Bit |   Hex   | Library        | Preferences
  101.     -----------------------------------------------
  102.        0 |       1 | INTERFACE      | STARTUP
  103.        1 |       2 | MEMORY         | MEMORY
  104.        2 |       4 | HANDLER        | LOCALE
  105.        3 |       8 | TMHANDLE       | MAINWINDOW
  106.        4 |      10 | COMMANDS       | LISTPANEL
  107.        5 |      20 | BASECLASS      | LISTTREE
  108.        6 |      40 | EXECCLASS      | BASE
  109.        7 |      80 | IMAGECLASS     | EXEC
  110.        8 |     100 | SOUNDCLASS     | IMAGE
  111.        9 |     200 | MENUCLASS      | SOUND
  112.       10 |     400 | ICONCLASS      | MENU
  113.       11 |     800 | DOCKCLASS      | ICON
  114.       12 |    1000 | CONFIG         | DOCK
  115.       13 |    2000 | GLOBAL         | ACCESS
  116.       14 |    4000 | IDCMP          | GROUP
  117.       15 |    8000 | COMMODITIES    | CONFIG
  118.       16 |   10000 | APPMSGS        | GLOBAL
  119.       17 |   20000 | NETWORK        | POPASL
  120.       18 |   40000 | SCREEN         | DROPAREA
  121.       19 |   80000 | CLISTART       | ENTRYLIST
  122.       20 |  100000 | WBSTART        | ENTRIES
  123.       21 |  200000 | AREXX          | MISC
  124.       22 |  400000 | CMDLINE        | CLIPWINDOW
  125.       23 |  800000 | GROUPCLASS     | CLIPLIST
  126.       24 | 1000000 | BUTTONCLASS    |
  127.       25 | 2000000 | ENTRYCLASS     |
  128.       26 | 2000000 | LOCALE         |
  129.  
  130.  
  131. For further information please read the History file.
  132. Send your comments & bug reports to:
  133.  
  134.    stefanb@yello.ping.de
  135.  
  136. Regards,
  137.  
  138.    Stefan
  139.