home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / MUI / mui3.dms / in.adf / ReadMe < prev    next >
Encoding:
Text File  |  1995-11-08  |  5.0 KB  |  108 lines

  1. ------------------------------------------------------------------------
  2.  
  3.                         MUI - MagicUserInterface
  4.  
  5.                               Version 3.0
  6.  
  7.                   (c) Copyright 1993-95, Stefan Stuntz
  8.  
  9. ------------------------------------------------------------------------
  10.  
  11. Redistribution  of this package is prohibited without written permission
  12. from the copyright holder.
  13.  
  14. ------------------------------------------------------------------------
  15.  
  16. MUI  is  an object oriented system to create and maintain graphical user
  17. interfaces.  From  a programmers point of view, using MUI saves a lot of
  18. time  and  makes life much easier. Thinking about complicated terms like
  19. window resizing or font sensitivity is simply not neccesary.
  20.  
  21. On  the  other hand, users of MUI based applications have the ability to
  22. customize  nearly every pixel of a programs interface according to their
  23. personal taste.
  24.  
  25. ------------------------------------------------------------------------
  26.  
  27.                            *****************
  28.                            *** IMPORTANT ***
  29.                            *****************
  30.  
  31. This  version  of MUI is a special Computer 95 release of the new MUI 3.
  32. All  options  are  available  even  without  personal  registration. You
  33. should,  however,  fill out and mail your registration card anyway to be
  34. able to use future upgrades.
  35.  
  36. Unfortunately,  it  was  impossible  to  sell  personalized  versions or
  37. updates  of  MUI  on  the  computer  show. If you are already personally
  38. registered  for  MUI and payed another DM 40.- on the show, please write
  39. your  previous MUI serial number on the registration card. You will then
  40. receive the next major MUI upgrade for free.
  41.  
  42. NOTE:  If  you  have  problems  or just some questions, do *not* ask the
  43. Hirsch  &  Wolf  OHG  where  you bought your MUI. Only asking the author
  44. directly will lead to solutions.
  45.  
  46. Stefan Stuntz
  47. Eduard-Spranger-Str. 7
  48. 80935 München
  49. DEUTSCHLAND                     e-mail: stuntz@informatik.tu-muenchen.de
  50.  
  51. ------------------------------------------------------------------------
  52.  
  53.                              Major Changes
  54.                              -------------
  55.  
  56. To  find a compromise between flexibility and resource usage, MUI 3 uses
  57. a  completely  new  memory  management  concept. A lot of extra features
  58. which  are  not  necessarily  needed to run applications have been moved
  59. into  external libraries. Most of these libraries are not even loaded if
  60. MUI  runs  with  its  default settings. With this new memory management,
  61. users  have  the  the  ability  to  control  MUIs  memory usage by using
  62. appropriate configurations.
  63.  
  64. MUI's  speed  has increased considerably compared with earlier versions.
  65. This  speedup  depends  on the machine MUI is running on: the slower the
  66. Amiga,  the more noticeable is the speed increase. Especially drawing of
  67. GUI elements on ECS/AGA machines is a lot faster now due to a new way of
  68. rendering.  Even  if  a  7  MHz  computer stil can't be considered as an
  69. optimum MUI platform, applications should perform a lot better now.
  70.  
  71. The  slow and bulky preferences system was completely rewritten, the new
  72. way  of handling settings is a lot clearer and more straight forward. An
  73. applications  local  configuration is no longer adjusted from the global
  74. preferences  editor.  Instead,  all MUI applications offer a way to open
  75. their  private  MUI  settings  window.  This makes MUI look more like an
  76. integral part of a program. Furthermore, the settings windows are better
  77. structurized and offer easier access to all configuration option.
  78.  
  79. Public screen handling moved to an external program called "PSI" (Public
  80. Screen  Inspector). PSI fixes all known bugs of MUI 2.x screens, is more
  81. easy  to use and offers a few new features. Furthermore, PSI can also be
  82. used independantly as screen manager for non-MUI programs.
  83.  
  84. All  accompanying  MUI  programs  make  extensive  use of brandnew MUI 3
  85. programming  features  like  dynamic object creations, balancing groups,
  86. popup  menus,  full  Drag&Drop support or Help bubbles. All those things
  87. have  been  available  on  other  operating systems for a long time, its
  88. about time to get them to the Amiga.
  89.  
  90. Of  course,  MUI  3 is completely compatible with previous releases, all
  91. old MUI applications will continue to run and automatically benefit from
  92. enhanced speed and from the new preferences system. In near future, most
  93. new  MUI  applications  will require MUI 3 to make use of the new way of
  94. programming.
  95.  
  96. ------------------------------------------------------------------------
  97.  
  98.                                Developer
  99.                                ---------
  100.  
  101. Unfortunately, the developer information for MUI 3 didnt fit on the sold
  102. disk.  However, developer files will be made available on major computer
  103. networks  (aminet), in mailboxes and on PD disks in a few days for free.
  104. If  you don't have access to these kinds of sources, please mark that on
  105. your registration card. You will be shipped a disk in this case.
  106.  
  107. ------------------------------------------------------------------------
  108.