home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 2
/
agavol2.iso
/
mui
/
mui33usr.readme
< prev
next >
Wrap
Text File
|
1996-02-24
|
2KB
|
70 lines
Short: MagicUserInterface V3.3, user files
Type: dev/gui
Author: stuntz@informatik.tu-muenchen.de
Uploader: stuntz@informatik.tu-muenchen.de
Version: 3.3
************************************
* Changes since version 2.2 of MUI *
************************************
* MINOR SASG UPDATE *
Changes for users:
- Help bubbles no longer block an application.
- Fixed refresh bug of prop gadgets in virtual groups.
- Fixed ARexx command INFO SCREEN.
- MUI could crash after disposing an application when ARexx was used.
- Fixed refresh of color wheels.
- Fixed crash when using Coloradjust objects with Kick 2.x.
- Fixed double redraw after window resize.
Changes for programmers:
- Implemented MUIM_Application_AboutMUI,refwindow method to show MUIs
about window. Please include an "About MUI..." menu item in all your
programs.
- MUIA_String_Contents notification did not work on
AMIGA-X/C/V etc. string gadget clipboard hotkeys.
- Implemented MUIV_Listview_ScrollerPos_None to create listviews
without am attached scrollbar. You can create a scrollbar object,
place it anywhere in your window and connect it to the list (not
listview!) through notification. See autodocs of
MUIA_Listview_ScrollerPos for details.
- Fixed strange menu item return ID reports.
- Menuclass would not allow to set MUIA_Menu_Title. Instead, it
accidently checked for MUIA_Menuitem_Title. Now, it recognizes
both tags.
- Menu objects and Menuitem objects did not correctly update the
current menustrip when certain attributes (e.g. the title) were
changed.
- Creating Application objects without MUIA_Application_Title/Base/...
lead to very strange behaviour. Now, the application simply names
itself "UNNAMED".
- MUI_DisposeObject(NULL) would accidently crash the machine although
being documented as doing nothing.
NOTE: I strongly suggest to subscribe to the MUI mailing list. Only
here is the place to ask questions and make suggestions. Programming
serious MUI applications without support on this mailing list is nearly
impossible!
To subscribe, mail to <mui-request@sunsite.informatik.rwth-aachen.de>
with the single word "subscribe" (no quotes!) as subject (SUBJECT, not
message body!). You might want to send a HELP command to the server as
well. Thanks for your cooperation.