home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / mlsw101.zip / README < prev   
Text File  |  1994-05-15  |  5KB  |  157 lines

  1. ---START OF DOC
  2.  
  3. Gothenburg, Sweden
  4. May 09, 1994
  5.  
  6.  
  7. MICROLEARN SWITCHER, Version 1.01 - "readme" file
  8. *************************************************
  9.  
  10.  
  11. LICENSE STUFF
  12. -------------
  13.  
  14. This program may be used by anyone running OS/2 2.x, at their own risk.
  15. Neither MicroLearn Nordic nor any of the employees at MicroLearn Nordic make
  16. no guarantees about this program. MicroLearn Nordic will not be responsible
  17. for damage possibly caused by this product.
  18.  
  19. This product may be distributed freely, as long as ALL files in this
  20. archive is enclosed in UNMODIFIED form.
  21.  
  22.  
  23. BACKGROUND
  24. ----------
  25.  
  26. I (Jari Williamsson) currently work ( almost day and night ;-) ) as a 
  27. programmer with MicroLearn Nordic's upcoming product, "MicroLearn Game 
  28. Pack, Volume 2" - a new 32-bit game package for OS/2 (PM). This weekend, 
  29. I thought about making something different in OS/2 [The REAL story: My TV 
  30. broked down.], so I decided to create a switch utility that works in the same 
  31. way as Alt-Tab in Windows. The process of making this utility was pretty 
  32. straight-forward, and it was also fun to exploit some parts of OS/2 which we 
  33. never use in our game programming. 
  34. Today, I talked to the other guys here at MicroLearn Nordic, and we decided 
  35. to make this utility public. Our excellent graphics artist (Bjorn) helped 
  36. me with the startup bitmap and the icon.
  37.  
  38.  
  39. ENJOY!!!
  40.  
  41.  
  42.  
  43. SYSTEM REQUIREMENTS
  44. -------------------
  45.  
  46. OS/2 2.x using Workplace Shell. 
  47.  
  48. It may work with other WPS replacements, but that has not been tested.
  49.  
  50.  
  51.  
  52. USAGE
  53. -----
  54.  
  55. Place the MLSW.EXE icon in the startup folder for automatic start at 
  56. boot time.
  57.  
  58. Make sure that the MLSDLL.DLL file is in the same directory as the executable 
  59. file. Also make sure that the LIBPATH environment variable contains a dot 
  60. (.) as one directory.
  61.  
  62. To activate the program, use Ctrl-Tab. Browse thru the list by holding the 
  63. Ctrl key down and hitting the Tab key. Browse backwards by holding down the 
  64. Shift key at the same time. To select an application, release the Ctrl key.
  65. To cancel the selection, hit any other key (than Tab, Shift & Ctrl).
  66.  
  67. To make MicroLearn Switcher to NOT display folders in the workplace shell,
  68. use the -f command line parameter.
  69.  
  70. To make the Switcher Settings Window appear in the tasklist, use the +T 
  71. command line parameter.
  72.  
  73. To make more icons appear at one time, use 3, 5, 7 or 9 as a command 
  74. line argument.
  75.  
  76. If the program could't be installed, a short beep will be made. If the program
  77. starts successfully, an intro window will be displayed for a short time.
  78.  
  79. You can always change settings "on the fly" by selecting the MicroLearn
  80. Switcher Settings Window. This window will always be available in the 
  81. Ctrl-Tab browsing, regardless of whether it is displayed in the task list or
  82. not. In this window, you can also select to kill MicroLearn Switcher.
  83.  
  84.  
  85.  
  86. SUPPORT
  87. -------
  88.  
  89. There is no support on this product. We make no obligations to fix any bugs,
  90. but you are always welcome to mail your comments about the program to the
  91. address below ("How to contact us").
  92.  
  93.  
  94.  
  95. KNOWN PROBLEMS
  96. --------------
  97.  
  98. There may be a problem with the "-f" switch. Folders are located in an 
  99. undocumented way. If there is a problem, please let me know.
  100.  
  101. Some programs don't return the icon correctly. For these programs, a standard
  102. icon is used. This can be fixed, but I currently have no time to do so.
  103.  
  104. There is a weird bug when using the switcher in programs started at startup 
  105. time (from STARTUP.CMD or the Startup folder). The Ctrl key can get stucked 
  106. in a pressed-down state. Press the Ctrl key once more to make the key state 
  107. normal. I will try to fix it when I get the time.
  108.  
  109.  
  110.  
  111. HOW TO CONTACT US
  112. -----------------
  113.  
  114. If you have any comments on this product, please send your mail to 
  115. "jari@microlearn.se". Do NOT use any other adress at MicroLearn Nordic's
  116. Internet address for this purpose, this may cause a lot of confusion.
  117.  
  118.  
  119.  
  120. WHAT IS MICROLEARN NORDIC?
  121. --------------------------
  122.  
  123. MicroLearn Nordic is a software company located in Gothenburg, Sweden. 
  124. We currently only create commercial game applications for OS/2. Our first 
  125. released product was "MicroLearn Game Pack, Volume 1" (10 games and 2 level 
  126. editors for OS/2 2.x) and we are now developing "MicroLearn Game Pack, 
  127. Volume 2" (and are also planning two more products, release later this 
  128. year/beginning next year).
  129.  
  130.  
  131. NEW FEATURES
  132. ------------
  133.  
  134. May 15, 1994 Version 1.01
  135. -------------------------
  136.  
  137. - Fix: Hidden folders and programs don't show up
  138. - Z-order sorting like in Windows. Now you can switch between the most used 
  139. programs much more easily.
  140. - Display more icons at the same time (3,5,7 or 9).
  141. - Fix: Improved method to find folders.
  142. - Fix: White, selectable window appearing.
  143. - A Settings window where you can make changes at run time.
  144. - The +T switch. Display settings window in task list.
  145. - ...some more small fixes.
  146.  
  147.  
  148.  
  149. FEATURE LIST FOR UPCOMING VERSIONS (IF I GET THE TIME AND MOTIVATION)
  150. ---------------------------------------------------------------------
  151.  
  152. - Better method to find icons
  153. - Fix the bug for startup programs.
  154. - Full screen text mode support in OS/2 and DOS sessions.
  155.  
  156.  
  157. ---END OF DOC