home *** CD-ROM | disk | FTP | other *** search
/ Megahits 4 / MegaHits_Vol.4.iso / mui / dev / gui / readme < prev    next >
Text File  |  1994-10-23  |  4KB  |  81 lines

  1. Modula-Interface for MUI 2.0
  2.  
  3. MUI (C) 1993/94 by Stefan Stuntz
  4.  
  5. Modula Interface done by Christian "Kochtopf" Scholz (freeware)
  6. New Version 18.2.1994
  7.  
  8. Here are the files you need to write MUI-Programs with M2Amiga.
  9. Present are in this version the macros defined in mui.h. They are
  10. implemented in MuiMacros and in MuiClasses (the ones related to
  11. custom-class-programming)
  12.  
  13.  
  14. Description of the files :
  15.  
  16.     MuiD.def        : Definitions of MethodIDs, AttributeIDs, etc.
  17.     MuiD.mod        : Some additional PROCEDUREs for some #define's in mui.h
  18.     MuiL.def        : The interface for muimaster.library
  19.     MuiSupport.def  : Additional PROCEDUREs like DoMethod or fail.
  20.     MuiSupport.mod  : The implementation of these PROCEDUREs.
  21.     MuiMacros.def   : Some Macros converted from mui.h
  22.     MuiMacros.mod   : The implementation of these.
  23.     MuiClasses.def  : some things you need to write own classes
  24.     MuiClasses.def  : implementation of the macros defined in mui.h for classes
  25.     MuiTest.mod     : A sample Module showing how to use the interface.
  26.     ListDemo.mod    : A sample Listview programm showing an DisplayHook!
  27.     Class1.mod      : A sample Module showing how to write own classes in M2.
  28.  
  29.     In this version you have to compile the interface yourself.
  30.     For this can you use the CompilerScript. It will compile the
  31.     interface and copy the files to m2:modules/sym|obj.
  32.  
  33.  
  34. The History :
  35.  
  36. 22.10.1993 MuiSupport : changed fail-PROCEDURE, that it makes no use of
  37.                         Terminal, but now uses Arts.Requester.
  38.            MuiMacros  : Added macros AddMember, DelMember, MakeHook,
  39.                         MakeID, PopUp
  40. 26.10.1993 supplied CompilerScript
  41. 9.2.1994   MuiD       : Updates to 1.5 (Popasl, Popstring, PopObject... )
  42.                         added mPaletteEntry, mScrmodelist.
  43.            MuiL       : Updates to 1.5 (Custom Class Functions)
  44.                         changed return-value of mAslRequest to BOOLEAN 
  45.                                                 (thanx to Thilo Stoeferle)
  46.                         provided muiMasterVersion, etc. like System-Defs.
  47.            MuiSupport : fail will set app to NIL, now VAR-parameter 
  48.                         (so you can use it in a CLOSE-Routine)
  49.                                                 (thanx to Martin Koyro)
  50.            MuiMacros  : now it supports StrPtr instead of ARRAY OF CHAR.
  51.                         set the symbol Locale to TRUE to get it. (defaults to FALSE)
  52.                         added some macros by Martin Koyro (KeyRadio, (Key)Cycle, (Key)Slider)
  53.            MuiClasses : new Module which implements things to write own classes.
  54.            ComboBox   : removed - use PopObject for a Popup-List.
  55.            ListDemo   : New Demo to show how to do lists.
  56. 18.2.1994  MuiMacros  : Added functions for Register and the Pop*-Classes.
  57.                         Added some new Label-Macros (LLabel,... )
  58.            MUIClasses : Added some macro-definitions and rearranged a bit the
  59.                         module. Now you can do easily custom classes with it.
  60.                         (i hope :) So look at it for more info and look also
  61.                         at Class1.mod which shows how it is used.
  62.            Class1.mod : new demo which shows how to do custom classes.
  63.  
  64. Note :
  65.  
  66. The interface coming with the Mui2.0-Distribution was somewhat incomplete.
  67. I have seen that myself (yeah! :) and added the necessary things.
  68. Also the some things in MuiD.def which i have put in were missing - I don't know
  69. why, but now they are inside it.
  70. Hope it will work better now.
  71. The things are tested as long as I have used them in Class1.mod.
  72. For bug-reports or suggestion please send me a note. Thanks.
  73.  
  74. My email-address :
  75.  
  76.     ruebe@pool.informatik.rwth-aachen.de
  77.  
  78.  
  79. Greets,
  80.      Kochtopf
  81.