home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 April / Computerworld_1996-04_cd.bin / ibm / programy / task_bar / readme.txt < prev    next >
Encoding:
Text File  |  1995-01-30  |  13.2 KB  |  288 lines

  1.                         TASKBAR FOR OS/2
  2.                           version 2.00
  3.  
  4. Program description
  5. -------------------
  6. The taskbar program allows rapid switching among multiple running programs
  7. by providing a popup button bar containing a list of all running programs
  8. in the system. The taskbar is activated by moving the mouse cursor to the
  9. bottom edge of the screen. The desired task can then be selected by clicking
  10. on the appropriate button with the mouse. In order to re-hide the taskbar,
  11. simply move the mouse cursor outside of the taskbar.
  12.  
  13. A new feature added to version 2.00 of the program is a hot key switching
  14. capability similar to the Alt-Tab feature found in Windows(*).
  15.  
  16. Taskbar is shareware with a 14 day evaluation period. The registration fee
  17. is $15.00 per copy (see the file Register.TXT for site licensing information
  18. and instructions on how to register). If you are running an unregistered
  19. version of the program, a nag dialog will come up the first time the program
  20. is run, and every time the program is started after the 14 day trial period
  21. has expired.
  22.  
  23. System requirements
  24. -------------------
  25.  * OS/2 version 2.1 or higher
  26.  
  27. Taskbar files
  28. -------------
  29. TaskBar.EXE     Taskbar program executable file.
  30. TskBarHk.DLL    Message queue hook DLL.
  31. ReadMe.TXT      Program documentation.
  32. Register.TXT    Registration information.
  33. Install.CMD     Installation program.
  34. BootDriv.EXE    Utility used by the installation program.
  35. MakeObjs.CMD    Utility to recreate Taskbar desktop objects.
  36. Changes.TXT     Summary of changes made in different versions.
  37.  
  38. Installation
  39. ------------
  40. To install the taskbar program, start an OS/2 command line session and
  41. unzip the contents of the distribution zip file into a temporary directory.
  42. Then make the temporary directory the current directory, and run the
  43. installation program by typing 'INSTALL destDir' where destDir contains
  44. the drive and path name of the directory where you want the taskbar program
  45. files stored. The installation program will:
  46.  
  47.     1) if necessary, create the destination directory.
  48.     2) copy Taskbar.EXE, TskBarHk.DLL, and MakeObjs.CMD to the
  49.         destination directory.
  50.     3) make sure the LIBPATH statement in your Config.Sys has a reference
  51.         to either the '.' directory or the destination directory. Your
  52.         Config.Sys LIBPATH statement will be automatically updated
  53.         if necessary.
  54.     4) create a program object on the desktop for the taskbar program.
  55.     5) create a shadow of the taskbar program object in the startup folder.
  56.  
  57. The installation program requires that the OS/2 REXX support be installed.
  58. If REXX support is not installed, you will need to do an OS/2 selective
  59. install and install REXX support before installing Taskbar.
  60.  
  61. Note: If you are upgrading from a previous version of the program, make sure
  62.       that the old version of the program has been shut down before running
  63.       the installation program.
  64.  
  65. If for some reason the Taskbar program objects should be accidentally
  66. deleted, you can recreate the Taskbar program objects by using the
  67. provided MakeObjs utility. To run MakeObjs, start an OS/2 command line
  68. session, set the current directory to the taskbar program directory,
  69. and type 'MAKEOBJS'.
  70.  
  71. Starting the program
  72. --------------------
  73. By default, a shadow of the Taskbar program object is installed in the
  74. Workplace Shell startup folder, so Taskbar will be automatically started
  75. when the system is started, thus no user intervention should be necessary
  76. to startup the program. An alternative method of starting Taskbar if the
  77. Taskbar startup folder object has been deleted is to double click on the
  78. Taskbar program object that was created on the desktop.
  79.  
  80. Using the program
  81. -----------------
  82. In order to display the taskbar, move the mouse pointer to the edge of the
  83. screen where the taskbar is to be shown (on initial install this is set to
  84. the bottom of the screen). The taskbar will remain visible as long as the
  85. mouse pointer remains over the taskbar. Moving the mouse pointer over a
  86. button will cause a small bubble help window to appear containing the text
  87. description of the program. Press the appropriate button with the mouse
  88. to switch to the desired task.
  89.  
  90. Programs may be minimized by double-clicking with mouse button one on the
  91. taskbar button associated with the desired program. Any shift key + mouse
  92. button two on a program's taskbar button will close the application.
  93.  
  94. If more programs are running than can be fit in the taskbar, the two scroll
  95. buttons on either end of the taskbar will be enabled, allowing you to scroll
  96. through the list of tasks.
  97.  
  98. Right clicking on a task button will display a popup menu containing the
  99. following items:
  100.  
  101.     Menu item           Description
  102.     ---------           ----------------------
  103.     Close               Closes the selected task. You may also close
  104.                         programs by pressing any shift key + mouse button
  105.                         two on the program's task button.
  106.  
  107.     Show                Makes the selected task's window visible on the
  108.                         desktop, places it in front of all the other
  109.                         open windows, and switches to the task. This
  110.                         option is equivalent to pressing the task button
  111.                         with the left mouse button.
  112.  
  113.     Minimize            Minimizes the selected task's window. Programs can
  114.                         also be minimized by double-clicking with mouse
  115.                         button one on the program's task button.
  116.  
  117.     Maximize            Maximizes the selected task's window.
  118.  
  119.     Hide                Hide the selected task's window. Programs can also
  120.                         be hidden by double-clicking with mouse button one
  121.                         on the program's task button.
  122.  
  123.     Restore             Restore the selected task's window to its original
  124.                         size.
  125.  
  126.     Remove from list    Removes the selected task from the window list.
  127.                         Taskbar will remember from one session to the
  128.                         next whether a program is to be ignored.
  129.  
  130.     Taskbar settings    Displays the taskbar program settings notebook.
  131.  
  132.     Shutdown taskbar    Shuts down the taskbar program.
  133.  
  134. Note that, depending on the type and state of the task's frame window, one or
  135. more of the menu choices could be disabled. For example, the 'Restore' item
  136. will only be enabled if the task's frame window is minimized or maximized.
  137.  
  138. Right clicking on a non task button portion of the taskbar will display a
  139. popup menu with the following items:
  140.  
  141.     Menu item           Description
  142.     ---------           ----------------------
  143.     Taskbar settings    Displays the taskbar program settings notebook.
  144.  
  145.     Shutdown taskbar    Shuts down the taskbar program.
  146.  
  147. Hot key support
  148. ---------------
  149. Taskbar now contains a hot key capability similar to that provided by
  150. the Windows(*) Alt-Tab feature. The hot keys on program installation
  151. are set to the following:
  152.  
  153.     Ctrl+Alt+'>'    : Browse forward through window list.
  154.     Ctrl+Alt+'<'    : Browse backward through window list.
  155.  
  156. Press and hold down Ctrl+Alt and press '>' (or '<') repeatedly until
  157. the name of the application that you want to switch to appears. When
  158. you release the shift keys, the dialog box will disappear and the
  159. system will switch to the selected application. The task list is
  160. sorted by window z-order, so that browsing forward through the
  161. list will take you to the most recently used programs.
  162.  
  163. Note: the hot key capability is not currently accessible from full
  164.       screen sessions.
  165.  
  166. Customization
  167. -------------
  168. Various aspects of Taskbar can be customized through the settings
  169. notebook. The settings notebook is accessed by right clicking somewhere
  170. on the taskbar and selecting the 'Taskbar settings' option on the resulting
  171. popup menu. Changes made to any taskbar settings take effect when you
  172. press the 'Ok' button in the settings notebook. Settings changes can
  173. be canceled by pressing the 'Cancel' button. Following is a description
  174. of the various pages in the settings notebook:
  175.  
  176.     Register
  177.     --------
  178.     This page is where you enter the name and id number that you receive
  179.     when you register the program. To register, enter in the spaces provided,
  180.     your name and id exactly as it is listed on your registration form, then
  181.     press the 'Register' button. If you have correctly entered the
  182.     registration information, a message box will appear saying that the
  183.     program has been successfully registered, and the 'Register' page will
  184.     be removed from the settings notebook.
  185.  
  186.     Location
  187.     --------
  188.     The 'Location' page controls various aspects of the appearance of the
  189.     taskbar. At the top of the page are four radio buttons used to control
  190.     the edge of the screen where the taskbar is located. Clicking on the
  191.     top button causes the taskbar to located at the top of the screen, the
  192.     bottom button causes the taskbar to be located at the bottom of the
  193.     screen, etc. Remember that the taskbar is activated by moving the
  194.     mouse cursor to the edge of the screen where the taskbar will be
  195.     displayed.
  196.  
  197.     When the 'Use Z-Order sorting' checkbox is checked, the tasklist will
  198.     be sorted by window z-order. This causes the most recently *used*
  199.     applications to appear at the beginning of the task list. When this
  200.     checkbox is not checked, tasks listed in startup order with the most
  201.     recently *started* tasks listed first.
  202.  
  203.     The remaining checkboxes on the 'Location' page control features
  204.     that are available to users of OS/2 Warp only. These checkboxes are
  205.     grayed out if you are running OS/2 2.x.
  206.  
  207.     When the 'Use small icons' checkbox is checked, icons in the taskbar
  208.     will be displayed at half normal size.
  209.  
  210.     When the 'Surface Launchpad' checkbox is checked, Taskbar will
  211.     automatically float the Warp Launchpad to the top of the window
  212.     stack whenever the taskbar is activated.
  213.  
  214.     Indicator
  215.     ---------
  216.     The taskbar program has the capability to always display a line along
  217.     the activation edge of the screen as a visual indicator of the current
  218.     setting of the taskbar location. The 'Show taskbar location' checkbox
  219.     on the 'Indicator' settings page controls whether this indicator
  220.     line is to be displayed. The width of the indicator line can be set
  221.     through the 'location line width' spin button to any value between
  222.     1 and 5 pixels wide. The color of the indicator line can be changed
  223.     by clicking on any one of the colors displayed in the 'Location line
  224.     color' value set.
  225.  
  226.     Keys
  227.     ----
  228.     The 'Keys' page is used to control the hot key assignments. Use the
  229.     'Enable hot keys' checkbox to enable/disable the hot key feature.
  230.  
  231.     The assigned hot keys are a combination of the shift keys selected
  232.     in the shift key checkboxes + the keys listed in the 'Forward' and
  233.     'Reverse' entry fields.
  234.  
  235.     To set the hot key assignments, first select the checkboxes associated
  236.     with the shift keys that are part of you hot key assignments. Note that
  237.     at least one shift key *must* be selected and the shift key assignment
  238.     will be the same for both the forward and reverse hot keys. To assign
  239.     the forward hot key, select the entry field labeled 'Forward' and
  240.     press the key you want assigned (note: do not hold down any shift keys).
  241.     The name of the assigned key will then appear in the entry field. To
  242.     assign the reverse hot key, select the entry field labeled 'Reverse'
  243.     and repeat the above procedure.
  244.  
  245.     Ignore
  246.     ------
  247.     The 'Ignore' page is used to edit the list of applications that
  248.     Taskbar will automatically remove from the window list. The
  249.     'Ignore list' listbox contains a list of all currently ignored
  250.     programs. To put a program back in the window list, select its entry
  251.     in the 'Ignore list' listbox and press the right arrow button.
  252.     This will remove it from the 'Ignore list' listbox and place it
  253.     in the 'Removed items' listbox, which contains a list of programs
  254.     that are to be put back in the window list. The left arrow button
  255.     moves selected items back from the 'Removed items' listbox to
  256.     the 'Ignore list' listbox.
  257.  
  258.     The 'Ignored items invisible' checkbox controls whether programs
  259.     that are ignored by Taskbar will also be marked as invisible in
  260.     the system window list (what you get when you press Ctrl+Esc).
  261.  
  262.     The 'Ignored items not jumpable' checkbox controls whether programs
  263.     that are ignored by Taskbar will also be removed from the list
  264.     of programs that the system jumps to when you press Alt+Esc.
  265.  
  266.     About
  267.     -----
  268.     The 'About' page displays various program information such as
  269.     the program version, the copyright notice, and the name of the
  270.     registered owner of the program.
  271.  
  272. Support
  273. -------
  274. On-line support is available by sending messages to one of the following:
  275.  
  276.     Compuserve  73457,521
  277.     Internet    ryoder@ibm.net
  278.  
  279. Note: if you find any bugs in the program, *please* let me know. If you
  280.       don't report them, I don't know about them and can't fix them.
  281.  
  282. Trademarks
  283. ----------
  284. The following terms, denoted by an asterisk (*) are trademarks of the
  285. following companies:
  286.  
  287.     Windows ..... Microsoft Corporation
  288.