home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PRGGRP13.ZIP / PRGGRP.TXT < prev    next >
Text File  |  1993-06-23  |  5KB  |  150 lines

  1. Progman-Groups 1.3 - Groups in groups with program manager
  2.                      Copyright 1992,93 by Andreas Furrer
  3. ==========================================================
  4.  
  5. This is version 1.3 of Progman-Groups.
  6.  
  7.  
  8. Progman-Groups gives you the possibility to have groups in
  9. groups in the progam manager of Windows.
  10. Because PRGGRP uses normal progman groups, you don't have 
  11. any limitations.
  12.  
  13.  
  14. Usage
  15. =====
  16. The use of PRGGRP is very simple.
  17.  
  18. 1) Copy PRGGRP.EXE and PRGGRPH.DLL into your windows-directory
  19. 2) Make sure you don't have checked 'minimize on use' in the
  20.    program manager
  21. 3) Place PRGGRP.EXE in the Startup-Group and restart Windows.
  22. 4) Now, if you want to have for example a group Tools with subgroups
  23.    Graphic-Tools, System-Tools, Printer-Tools and File-Tools,
  24.    you create a group Tools and the four subgroups with the
  25.    NEW-Command of programmanager. 
  26. !  The first character of the subgroup-name MUST be a SPACE ' ' OR the 
  27.    last character MUST be a POINT '.'. 
  28.    (E.g. ' Graphic-Tools',' System-Tools','Printer-Tools.','File-Tools.')
  29.       !                !                            !             !
  30.    This must be so, because PRGGRP watchs the groupnames and it must 
  31.    distinguish between groups and subgroups.
  32. 5) Now, you create four items in the group Tools.
  33.    Each item you give the name of one of the four subgroups
  34.    and the command: PRGGRP.EXE Groupname.
  35.    The parameter Groupname MUST be the same as the name of the groups in 4)!
  36.    (A leading space is automatically inserted, but if the groupname
  37.     has a point at the end you must include it)
  38.    For example: Item1: Name:    Graphic-Tools
  39.                Command: PRGGRP.EXE Graphic-Tools               
  40.         Item2: Name:    System-Tools
  41.                Command: PRGGRP.EXE System-Tools               
  42.         Item3: Name:    Printer-Tools.
  43.                          !
  44.                Command: PRGGRP.EXE Printer-Tools               
  45.         Item4: Name:    File-Tools
  46.                Command: PRGGRP.EXE File-Tools.
  47.                              !
  48.    If you want to have a different icon for a subgroup you can change
  49.    it in the property dialog of the item.
  50. 6) The last thing you have do is to save the progman configuration now
  51.    by simply pressing <ALT>+<SHIFT>+<F4>.
  52.  
  53. Now, if you minimize a subgroup, it will disappear and if you doubleclick
  54. at his icon in the group tools, it will be visible again.
  55.  
  56.  
  57. You can have as many subgroups you want, but they must all have an
  58. unique name.
  59.  
  60. Also you can have a group in a group in a group.... in group.
  61.  
  62.  
  63. Options of PRGGRP
  64. =================
  65. IF you start PRGGRP twice you can see an icon with a system menu.
  66. (If you like the icon, you can place TWO PRGGRP-icons in the
  67. startup group and you will always see the icon.)
  68.  
  69. In the system menu you can do the following things:
  70. - Temporarily off:
  71.     You disable the procedure to hide the icon. It will be
  72.     usefull, if you want to change properties of subgroups
  73. - Show hidden groups
  74.     This shows all hidden groups. It will be usefull, if you want 
  75.     to change properties of subgroups
  76. - Hide hidden groups
  77.     This hides all normaly hidden groups. It will be usefull, if you 
  78.     have disabled PRGGRP for a time, or if you have shown all hidden
  79.     groups
  80. - Hide desktop icon
  81.     This will hide the desktop icon of Progman-Groups
  82. - About
  83.     Shows the about dialog     
  84.     
  85.  
  86. Known bugs
  87. ==========
  88. PRGGRP works very fine, but there are two little restrictions
  89. - cou can't have progmans 'minimize on use' enabled, because
  90.   every time if you start PRGGRP to show a subgroup by doubleclicking
  91.   one icon, progman will become a symbol.
  92.  
  93. - the submenu 'windows' of progman shows ALL groups and not only
  94.   the visibles. 
  95.   (But the dialog 'More windows...' will only show visible windows!)
  96.  
  97.  
  98.  
  99. How does PRGGRP work?
  100. =====================
  101.  
  102. The program PRGGRP is very simple. 
  103. If you start it with a parameter, then PRGGRP only sends a command to
  104. the program manager to show the group which is named by the parameter.
  105. This is done, if you doubleclick e.g. at the symbol Graphic-Tools in
  106. the group Tools.
  107.  
  108. If you minimze a group window, then PRGGRP checks if the group is
  109. a subgroup. (A subgroup has a blank as the first or a point
  110. as the last character of the name). If the group is a subgroup
  111. then PRGGRP hides the icon. 
  112.  
  113.  
  114. Freeware-Note
  115. =============
  116. You can use and distribute PRGGRP free, as long as the following files are 
  117. not changed and you distribute all files together
  118.  
  119. - prggrp.exe
  120. - prggrph.dll
  121. - prggrp.txt
  122.  
  123. I am programming PRGGRP because I have fun and not to make any profit. That's 
  124. why PRGGRP is free and you don't have to pay more or less high registration 
  125. charges.I think it is a bad habit, that more and more program authors want to 
  126. have money even for the smallest programs.
  127.  
  128. Long live Freeware!
  129.  
  130.  
  131. If you have problems, comments, suggestions or you detect one error, 
  132. please E-Mail to
  133.  
  134. s_furrer@ira.uka.de
  135.  
  136.  
  137. (c) 1992 by Andreas Furrer
  138.  
  139.  
  140. Version history
  141. ===============
  142. 1.3: Fixed a bug that will prevent PRGGRP to start on some ATs
  143. 1.2: Now you can have blanks in the name of groups
  144. 1.1: The first good version of PRGGRP:
  145.      Now, subgroup icons will disappear.
  146.      You can now arrange your icons and have progmans 'arrange 
  147.      automatically' enabled.
  148. 1.0: First version of PRGGRP.
  149.      This was a only a simple version of PRGGRP.
  150.