home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / system / wait-gui / history < prev    next >
Encoding:
Text File  |  1998-03-04  |  4.3 KB  |  117 lines

  1.  
  2. -------------------
  3. Changes 1.0 -> 1.1:
  4. -------------------
  5. - Added Dosparameter PUBSCREEN
  6. - Bug occured when the Barheight was higher than 11 pixels
  7.  
  8.  
  9. -------------------
  10. Changes 1.1 -> 2.0:
  11. -------------------
  12. - Localized (Ok now? ;)) If you like, you can translate the Catalog
  13.   (also Doc?) to your homelanguage, I will include the Catalog then
  14.   to the Archive
  15. - Now you can quit the Program with Control+C
  16. - ENV-Var: WAIT_POSX -> Sets the X-Position of the WaitWindow. If no var is
  17.                         present or Null the Window will X-Centered on the
  18.                         screen
  19. - ENV-Var: WAIT_POSY -> Sets the Y-Position of the WaitWindow. If no var is
  20.                         present or Null the Window will Y-Centered on the
  21.                         screen
  22. - ENV-Var: WAIT_NAME -> Sets the Title of the WaitWindow. If no var is
  23.                         present the DefaultText is used.
  24.                         i.e. C:Version >ENV:WAIT_NAME shows the current
  25.                         KickStart and WorkbenchVersion in the Titlebar
  26.                         of Wait-Gui.
  27. - Takes now the current Font of the Workbench (is it ok so?)
  28. - New Parameter: UNTIL, WINDOWTITLE, NOREQUESTER
  29.  
  30.  
  31. -------------------
  32. Changes 2.0 -> 2.5:
  33. -------------------
  34. - Fontsensivity fixed!
  35. - New Parameter: WINDOWACTIV, MINSONLY, SECSONLY, VERBOSE, SMALL
  36. - As the original Wait-Command it's waiting without any parameter
  37.   one second
  38. - You can also break Wait with any key now when the window was activated
  39. - Parameter DOSONLY added. With this Parameter Wait-Gui is working like
  40.   the Original-Wait Command
  41. - ENV-Var: WAIT_FONT -> tells Wait-Gui which font to use
  42. - ENV-Var: WAIT_SIZE -> tells Wait-Gui which size of the Font to use
  43.  
  44.  
  45. -------------------
  46. Changes 2.5 -> 2.6:
  47. -------------------
  48. - Little bug fixed
  49. - More Catalogs in Archive
  50.  
  51.  
  52. -------------------
  53. Changes 2.6 -> 2.7:
  54. -------------------
  55. - Added new Gadget -> Resume: The same as Cancel, but a evt. given
  56.   Program will be executed.
  57. - Control+E is the same as a press on the Resume Gadget
  58.  
  59.  
  60. --------------------
  61. Changes 2.6 -> 2.11:
  62. --------------------
  63. - ENV-Var: WAIT_CANCEL -> Changes the Text of the Cancel-Gadget
  64. - ENV-Var: WAIT_RESUME -> Changes the Text of the Resume-Gadget
  65. - New Parameter: MEDIUM -> Sets Window to Small but with full Border
  66. - If you press the Cancel-Button, a DosReturnCode 10 (ERROR) will return
  67. - If you press the Resume-Button, a DosReturnCode 5 (WARN) will return
  68.  
  69.  
  70. ---------------------
  71. Changes 2.11 -> 2.16:
  72. ---------------------
  73. - Bugfix: ENV-Var WAIT_RESUME runs now
  74. - Bugfix: CTRL+C (Cancel) returns DosCode 5 (WARN)
  75. - Bugfix: CTRL+E (Resume) returns DosCode 10 (ERROR)
  76.   Place a FailAt 20 or something to let Dos continue your script!
  77.   Otherwise Dos will stop the script when you press CTRL+E (ERROR)
  78. - Bugfix: Fixed the old bug with the Midnight :-). Please use
  79.   Parameter VERBOSE to show full minutes. The normal display shows
  80.   only two digits of the minutes...
  81. - Added two ExampleScripts to the Archive to show what you can do with
  82.   Wait (if you have better one, please feel free to send them to my
  83.   E-Mail-Address. Thank you!
  84.  
  85. ---------------------
  86. Changes 2.16 -> 2.17:
  87. ---------------------
  88. - Bugfix: Resume-button didn't appear in normal window-mode
  89.  
  90. --------------------
  91. Changes 2.17 -> 3.0:
  92. --------------------
  93. - Changed GUI to MagicUserInterface (MUI).  Note:  when you configure jpg's
  94.   as background or stuff, Wait-Gui will take evt.  some more time as given!
  95. - Added Quit-Button, this will execute the evt.  given program and returns
  96.                      0 as returncode
  97. - Added ResumeButton, this will execute the evt.  given program and returns
  98.                      10 as returncode
  99. - Added BreakButton, this will NOT execute the evt.  given program and
  100.                      returns 5 as returncode
  101. - Added EnvVars:
  102.   - WAIT_ATMOUSE    : Places Window at Mouseposition (Default: Centered)
  103.   - WAIT_BREAK        : Replaces the Text of the Break-Button
  104.   - WAIT_RESUME        : Replaces the Text of the Resume-Button
  105.   - WAIT_QUIT        : Replaces the Text of the Quit-Button
  106.   - WAIT_BRINGTOFRONT    : Brings the PubScreen, where Wait-Gui opens to
  107.                           front
  108. - Removed EnvVars, FONT_NAME and FONT_SIZE, it's useless now with MUI
  109.  
  110.  
  111. If you want to create translations for Wait, so please be kind and send
  112. them to me.  Of course, you can send (very desired!) them also into AmiNet.
  113. Or tell me, when I have to do this.
  114.  
  115. More Ideas???
  116.  
  117.