home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / mui / mui33usr.readme < prev    next >
Text File  |  1996-02-24  |  2KB  |  70 lines

  1. Short: MagicUserInterface V3.3, user files
  2. Type: dev/gui
  3. Author: stuntz@informatik.tu-muenchen.de
  4. Uploader: stuntz@informatik.tu-muenchen.de
  5. Version: 3.3
  6.  
  7. ************************************
  8. * Changes since version 2.2 of MUI *
  9. ************************************
  10.  
  11. * MINOR SASG UPDATE *
  12.  
  13. Changes for users:
  14.  
  15. - Help bubbles no longer block an application.
  16.  
  17. - Fixed refresh bug of prop gadgets in virtual groups.
  18.  
  19. - Fixed ARexx command INFO SCREEN.
  20.  
  21. - MUI could crash after disposing an application when ARexx was used.
  22.  
  23. - Fixed refresh of color wheels.
  24.  
  25. - Fixed crash when using Coloradjust objects with Kick 2.x.
  26.  
  27. - Fixed double redraw after window resize.
  28.  
  29. Changes for programmers:
  30.  
  31. - Implemented MUIM_Application_AboutMUI,refwindow method to show MUIs
  32.   about window. Please include an "About MUI..." menu item in all your
  33.   programs.
  34.  
  35. - MUIA_String_Contents notification did not work on
  36.   AMIGA-X/C/V etc. string gadget clipboard hotkeys.
  37.  
  38. - Implemented MUIV_Listview_ScrollerPos_None to create listviews
  39.   without am attached scrollbar. You can create a scrollbar object,
  40.   place it anywhere in your window and connect it to the list (not
  41.   listview!) through notification. See autodocs of
  42.   MUIA_Listview_ScrollerPos for details.
  43.  
  44. - Fixed strange menu item return ID reports.
  45.  
  46. - Menuclass would not allow to set MUIA_Menu_Title. Instead, it
  47.   accidently checked for MUIA_Menuitem_Title. Now, it recognizes
  48.   both tags.
  49.  
  50. - Menu objects and Menuitem objects did not correctly update the
  51.   current menustrip when certain attributes (e.g. the title) were
  52.   changed.
  53.  
  54. - Creating Application objects without MUIA_Application_Title/Base/...
  55.   lead to very strange behaviour. Now, the application simply names
  56.   itself "UNNAMED".
  57.  
  58. - MUI_DisposeObject(NULL) would accidently crash the machine although
  59.   being documented as doing nothing.
  60.  
  61.  NOTE: I strongly suggest to subscribe to the MUI mailing list. Only
  62.  here is the place to ask questions and make suggestions. Programming
  63.  serious MUI applications without support on this mailing list is nearly
  64.  impossible!
  65.  
  66.  To subscribe, mail to <mui-request@sunsite.informatik.rwth-aachen.de>
  67.  with the single word "subscribe" (no quotes!) as subject (SUBJECT, not
  68.  message body!). You might want to send a HELP command to the server as
  69.  well. Thanks for your cooperation.
  70.