home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / wwait11.zip / WarpWait.txt < prev   
Text File  |  1996-09-06  |  5KB  |  131 lines

  1. WarpWait Version 1.1
  2. ====================
  3.  
  4. Copyright (C) 1996 Nils Meier
  5.  
  6. Permission to copy and distribute this software and its documentation
  7. for private purpose and without charging more than a nominal fee for
  8. copying is hereby granted, provided that this copyright notice appears
  9. in all copies.
  10. This software is provided "as is" without expressed or implied warranty.
  11. The author does not guarantee the correctness of the program. The author
  12. may not be held responsible for any loss of data or other damages.
  13.  
  14. WarpWait is Freeware, so enjoy it :).
  15.  
  16. Please note, that the sample animation CLOUDS1.ICO to CLOUDS20.ICO
  17. are copyright by Stefan Gombar <e9125065@stud1.tuwien.ac.at>.
  18.  
  19. SHORT DESCRIPTION:
  20. ==================
  21.  
  22. WarpWait changes the default wait clock of OS/2 to an animated WARP-logo.
  23. This was not intended as a big development project, since I'm concentrating
  24. my time on my OS/2 project FamilyTree ;).
  25. (That's FamilyTree/2, a genealogy program for OS/2. You're invited to
  26.  test that one, too. Just get it from http://www.wilmington.net/bmtmicro.)
  27.  
  28. It always bothered me, that the wait pointer isn't animated. Now that I
  29. have OS/2 Merlin Beta on my machine, I've found out that IBM doesn't
  30. care to improve the SIQ problem, so you still see the clock quite often :(.
  31.  
  32. Now, if I have to wait for some application to release the message queue
  33. I want to see something I like ;) ... little later ... this is the
  34. result.
  35.  
  36. WarpWait was written and tested on OS/2 3.0 with VAC++ 3.0.
  37.  
  38. INSTALLATION:
  39. =============
  40.  
  41. Unpack the file WWait*.ZIP into the wanted directory on your hard disk.
  42. Start WarpWait.exe with the parameters described below or put it in 
  43. your startup folder.
  44.  
  45.  
  46. RUNNING WARPWAIT:
  47. =================
  48.  
  49. You can start WarpWait from the commandline or via a wps object. The
  50. following parameters apply:
  51.  
  52.   WarpWait.exe [options]
  53.  
  54.   options: x         eXit WarpWait
  55.            p(h|l)    set *High or Low priority
  56.            s(s|f)    set Slow or *Fast animation speed
  57.            aPrefix:X set Animation to file Prefix1.ico to PrefixX.ico
  58.  
  59.   * is the default setting
  60.  
  61. PRIORITY means the privilige state, WarpWait is running at. Since WarpWait
  62. does consume a very small slice of processor time, it is save to let it
  63. run at a HIGH priority "TimeCritical" (ph). This way you will get a smooth
  64. animation, even if other applications do heavy work.
  65. If you're considered about keeping all priorities below TimeCritical, you
  66. can chooose a LOWER "Regular" priority (pl).
  67.  
  68. SPEED stands for the time spend between to following pictures. If you choose
  69. SLOW speed (ss) you will see 4 pictures per second. The default setting is
  70. FAST speed (sf) which shows 10 pictures per second.
  71. Note: A faster frame rate consumes more of your precious processor time.
  72.  
  73. Specify an ANIMATION of your choice with the switch 'a'. You have to specify
  74. the file prefix of your .ico-files and the number of frames it has, separated
  75. by a ':' (see below). WarpWait will put together file names from your parameters.
  76. For example the option 'aTEST:5' tells WWait to show the animation with
  77. pictures Test1.ico+Test2.ico+Test3.ico+Test4.ico+Test5.ico. Make sure WarpWait
  78. can find all frames or it will go back to the default animation.
  79. ( There is a sample animation in the subdirectory 'Anim' which you can test
  80.   by starting Warpwait with 'aANIM\CLOUDS:20' )
  81.  
  82. You can start WarpWait with no parameters, so that the default settings
  83. become active or give the above command line parameters.
  84. A detached WarpWait process will be started, unless you specify eXit to
  85. terminate WarpWait.
  86.  
  87. In the case of 'x', a detached WarpWait will be ended (if running).
  88.  
  89. If you start WarpWait.exe and a detached WarpWait is already running, your
  90. settings will change the running WarpWait, so there's always only one
  91. WarpWait active.
  92.  
  93. Examples:
  94.  
  95.  c:>WarpWait                 -> Starts WarpWait
  96.  c:>WarpWait                 -> Starts WarpWait again but leaves only one running
  97.  c:>WarpWait x               -> Ends a running WarpWait process
  98.  c:>WarpWait pl sf           -> Starts WarpWait (if not running already) 
  99.                                 and sets priority to low and speed to fast.
  100.  c:>WarpWait aANIM\CLOUDS:20 -> Starts WarpWait (if not running already) 
  101.                                 and sets the animation to pictures:
  102.                                 'ANIM\CLOUDS1.ICO' - 'ANIM\CLOUDS20.ICO'
  103.  
  104. RELEASE HISTORY:
  105. ================
  106.  
  107. version
  108. 1.0 , Aug 16 1996: NEW:initial release
  109.  
  110. 1.1 , Sep 06 1996: NEW:User definable animations
  111.                    BUG:Starting WarpWait via cmd.exe is a no go
  112.                        unless warpwait.EXE is entered because cmd.exe
  113.                        doesn't give the full exename in args[0]
  114.  
  115.  
  116. CONTACTING THE AUTHOR:
  117. ======================
  118.  
  119. My mail address is
  120.     Nils Meier
  121.     Birkenweg 27
  122.     53797 Lohmar
  123.     GERMANY / EUROPE
  124.     Telephone number: +49 / 2246 / 3202
  125.  
  126. My Internet address is
  127.     meier2@athene.informatik.uni-bonn.de
  128.  
  129. Please send any suggestions, comments or bug reports to one of the above
  130. addresses.
  131.