------------------- Changes 1.0 -> 1.1: ------------------- - Added Dosparameter PUBSCREEN - Bug occured when the Barheight was higher than 11 pixels ------------------- Changes 1.1 -> 2.0: ------------------- - Localized (Ok now? ;)) If you like, you can translate the Catalog (also Doc?) to your homelanguage, I will include the Catalog then to the Archive - Now you can quit the Program with Control+C - ENV-Var: WAIT_POSX -> Sets the X-Position of the WaitWindow. If no var is present or Null the Window will X-Centered on the screen - ENV-Var: WAIT_POSY -> Sets the Y-Position of the WaitWindow. If no var is present or Null the Window will Y-Centered on the screen - ENV-Var: WAIT_NAME -> Sets the Title of the WaitWindow. If no var is present the DefaultText is used. i.e. C:Version >ENV:WAIT_NAME shows the current KickStart and WorkbenchVersion in the Titlebar of Wait-Gui. - Takes now the current Font of the Workbench (is it ok so?) - New Parameter: UNTIL, WINDOWTITLE, NOREQUESTER ------------------- Changes 2.0 -> 2.5: ------------------- - Fontsensivity fixed! - New Parameter: WINDOWACTIV, MINSONLY, SECSONLY, VERBOSE, SMALL - As the original Wait-Command it's waiting without any parameter one second - You can also break Wait with any key now when the window was activated - Parameter DOSONLY added. With this Parameter Wait-Gui is working like the Original-Wait Command - ENV-Var: WAIT_FONT -> tells Wait-Gui which font to use - ENV-Var: WAIT_SIZE -> tells Wait-Gui which size of the Font to use ------------------- Changes 2.5 -> 2.6: ------------------- - Little bug fixed - More Catalogs in Archive ------------------- Changes 2.6 -> 2.7: ------------------- - Added new Gadget -> Resume: The same as Cancel, but a evt. given Program will be executed. - Control+E is the same as a press on the Resume Gadget -------------------- Changes 2.6 -> 2.11: -------------------- - ENV-Var: WAIT_CANCEL -> Changes the Text of the Cancel-Gadget - ENV-Var: WAIT_RESUME -> Changes the Text of the Resume-Gadget - New Parameter: MEDIUM -> Sets Window to Small but with full Border - If you press the Cancel-Button, a DosReturnCode 10 (ERROR) will return - If you press the Resume-Button, a DosReturnCode 5 (WARN) will return --------------------- Changes 2.11 -> 2.16: --------------------- - Bugfix: ENV-Var WAIT_RESUME runs now - Bugfix: CTRL+C (Cancel) returns DosCode 5 (WARN) - Bugfix: CTRL+E (Resume) returns DosCode 10 (ERROR) Place a FailAt 20 or something to let Dos continue your script! Otherwise Dos will stop the script when you press CTRL+E (ERROR) - Bugfix: Fixed the old bug with the Midnight :-). Please use Parameter VERBOSE to show full minutes. The normal display shows only two digits of the minutes... - Added two ExampleScripts to the Archive to show what you can do with Wait (if you have better one, please feel free to send them to my E-Mail-Address. Thank you! --------------------- Changes 2.16 -> 2.17: --------------------- - Bugfix: Resume-button didn't appear in normal window-mode -------------------- Changes 2.17 -> 3.0: -------------------- - Changed GUI to MagicUserInterface (MUI). Note: when you configure jpg's as background or stuff, Wait-Gui will take evt. some more time as given! - Added Quit-Button, this will execute the evt. given program and returns 0 as returncode - Added ResumeButton, this will execute the evt. given program and returns 10 as returncode - Added BreakButton, this will NOT execute the evt. given program and returns 5 as returncode - Added EnvVars: - WAIT_ATMOUSE : Places Window at Mouseposition (Default: Centered) - WAIT_BREAK : Replaces the Text of the Break-Button - WAIT_RESUME : Replaces the Text of the Resume-Button - WAIT_QUIT : Replaces the Text of the Quit-Button - WAIT_BRINGTOFRONT : Brings the PubScreen, where Wait-Gui opens to front - Removed EnvVars, FONT_NAME and FONT_SIZE, it's useless now with MUI If you want to create translations for Wait, so please be kind and send them to me. Of course, you can send (very desired!) them also into AmiNet. Or tell me, when I have to do this. More Ideas???