home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / sviluppo / rxmui / changes next >
Text File  |  1999-12-21  |  4KB  |  104 lines

  1.  
  2. - 1.2 first public beta version
  3.  
  4. - 1.3 second public beta version
  5.   . Notify() changed, before it was a little bugged
  6.   . added in documentation the type M of attributes
  7.   . added ToggleButton() function
  8.   . CM class debugged
  9.   . added Speedbar external class
  10.   . added various new message codes and strings expecially
  11.     for Notify() returns
  12.   . added Dirlist external class
  13.   . debugged String() which didn't accept Contents and Maxlen
  14.   . debugged list listview floattext nlistview nlist nfloattext
  15.     classes methods
  16.  
  17. - 1.4 third public beta version
  18.   . added multiselect to listview classes
  19.   . added SetRxMUIStack() function: in the first betas the stack
  20.     was always set to 120k (humm to mush:). Now it is set to
  21.     16k but same class as NList may needs more, so you can set
  22.     it via this function
  23.   . changed drag and drop between listview to handle multiselect
  24.   . fixed the documentation
  25.  
  26. - 1.5 4th public beta version
  27.   . fixed a bug in Notify() that occurred in situation like
  28.        call Notify("STOP","PRESSED",0,"MWIN","SET","ACTIVEOBJECT","START")
  29.     which is when an object had to be found ("START" in "MWIN")
  30.   . activeobject attribute now accept NONE (or "") , NEXT and PREV
  31.   . fixed a bug in SET method parameters check
  32.   . fixed Popasl class that was a mess
  33.   . added MultiGetAttr() function
  34.   . added MultiSetAttr() function
  35.   . added SetAttrs() function
  36.   . added ABOUTRXMUI method to Application class
  37.   . fixed Gauge class that does not seem to copy infotext string
  38.   . general optimization
  39.   . fixed a strange side affect that made a mui class be opened
  40.     twice
  41.   . starting from now, rxmui.library requires a key in s: named
  42.     rxmui.key. Without it only 3 windows for macro can be opened.
  43.     Of course, a "Beta version" key is included in the archive.
  44.  
  45. - 1.6 5th public beta version
  46.   . fixed Winclass (now it also possible that any object is the
  47.     contents of a window)
  48.   . fixed Register class
  49.   . fixed case insensitive world
  50.   . fixed ABOUT Application Method
  51.   . added external class Coloradjust that is unusefull imho, but looks
  52.     great :)
  53.   . added ParseText() function
  54.   . fixed a lot of small bugs: the library is very stable here from days
  55.  
  56. - 2.0 6th public beta
  57.   . added EndGroup() function
  58.   . fixed guide
  59.   . optimize the all thing
  60.   . added LoadRxMUI() , FreeRxMUI() and makeObj()
  61.   . removed PopButton()
  62.   . added DiskObject attribute to Application class
  63.   . fixed PreParse attribute in Text class
  64.   . Dtpic class is public now, but it sucks as before
  65.   . Speedbar and DTpic simply fail if you specify a non existing
  66.     pic without showing DOS requesters
  67.   . added Mailetext external class
  68.   . :((( found a very big bug in environment resources free-ing procedure
  69.     that easly could consume all the stack, because of it was not executed
  70.     in stack swap; spent all weekend to fix it (humm to find it :)
  71.     It means: I had to re-write all the library core - older
  72.     external classes are NOT compatible with 2.0 + versions
  73.     (it was a Beta so... ) .
  74.   . found a minor bug in ARexx functions dispatcher that made overwrite
  75.     same buffers so that it appeared rxmui.library could not be able
  76.     to handle more than a macro at once
  77.  
  78. - 2.3 7th public beta
  79.   . fixed increase and decrease methods of the numeric gadgets
  80.     that had a minor bug
  81.   . fixed the return method - please don't abuse of it -
  82.   . now the drag and drop may be handled by the macro itself
  83.   . very strong generic debugging
  84.   . last "free key" version
  85.   . very hard revision of all the return events from handle()
  86.   . added manual drag and drop
  87.   . added appmessage and event
  88.   . now ext class are safe: if the even are called #?.rxmec but
  89.     are not real rxmec RxMUI will refuse to open them
  90.   . new method for unregistered : rxmui.library will be detached
  91.     from ARexx libraries list after 15 minutes
  92.   . added OwnARexx (very cute) attribute to Application class
  93.   . in rmh.library added the function ReadFile:
  94.     text = ReadFile(filename)
  95.     <filename>
  96.     Read up to 65535 (ARexx limitation) chars from file
  97.     Returns an empty string if the file does not exist.
  98.   . added to the archive rxasl.library new version that
  99.     accept in a RxMUI Window object as value for the
  100.     attribute WINDOW and open the requester in the same screen
  101.     of the window, puttin the window to sleep.
  102.   . sorry, the key is no more avaible in this archive
  103.   . Merry Xmas and Happy y2k to All :)
  104.