home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / howtowps.zip / howtosetup.txt < prev    next >
Text File  |  2002-01-26  |  5KB  |  250 lines

  1. ___________________________________________________________________
  2.  
  3. WPS SETUP STRINGS and
  4. OPEN VIEW ID NUMBERS
  5.  
  6. Below is a list of all documented setup strings for WPObject,
  7. WPProgram, WPFolder, WPShadow, and WPLaunchPad.  Following
  8. that is a listing of the numeric values assigned to WPS
  9. objects' open views.
  10.  
  11. Additional information can be found in the _Workplace Shell
  12. Programming Reference_  (WPS1.INF, WPS2.INF, and WPS3.INF).
  13. ___________________________________________________________________
  14.  
  15. WPObject
  16. ========
  17.  
  18. CCVIEW=
  19.     DEFAULT | YES | NO
  20. DEFAULTVIEW=
  21.     SETTINGS | view id | DEFAULT
  22. HELPLIBRARY=
  23.     .hlp file
  24. HELPPANEL=
  25.     id
  26. HIDEBUTTON=
  27.     YES | NO
  28. ICONFILE=
  29.     .ico file
  30. ICONPOS=
  31.     x,y
  32. ICONRESOURCE=
  33.     id,module
  34. LOCKEDINPLACE=
  35.     YES | NO
  36. MENUITEMSELECTED=
  37.     menu-item-id
  38. MENUS=
  39.     SHORT
  40. MINWIN=
  41.     HIDE | VIEWER | DESKTOP
  42. NOCOPY=
  43.     YES | NO
  44. NODELETE=
  45.     YES | NO
  46. NODRAG=
  47.     YES | NO
  48. NODROP=
  49.     YES | NO
  50. NOLINK=
  51.     YES | NO
  52. NOMOVE=
  53.     YES | NO
  54. NOPRINT=
  55.     YES | NO
  56. NORENAME=
  57.     YES | NO
  58. NOSETTINGS=
  59.     YES | NO
  60. NOSHADOW=
  61.     YES | NO
  62. NOTVISIBLE=
  63.     YES | NO
  64. OBJECTID=
  65.     <name>
  66.     [example:  OBJECTID=<WP_SYSED>]
  67. OPEN=
  68.     SETTINGS | DEFAULT
  69. TEMPLATE=
  70.     YES | NO
  71. TITLE=
  72.     name of object
  73. ___________________________________________________________________
  74.  
  75. WPProgram
  76. =========
  77.  
  78. ASSOCFILTER=
  79.     associated file extensions, separated by commas
  80. ASSOCTYPE=
  81.     associated file types, separated by commas
  82. EXENAME=
  83.     file
  84. MAXIMIZED=
  85.     YES |  NO
  86. MINIMIZED=
  87.     YES | NO
  88. PROGTYPE=
  89.     DOSMODE | FULLSCREEN | PM | PROG_30_STD | PROG_31_ENH |
  90.     PROG_31_ENHSEAMLESSCOMMON | PROG_31_ENHSEAMLESSVDM |
  91.     PROG_31_STD |  PROG_31_STDSEAMLESSCOMMON |
  92.     PROG_31_STDSEAMLESSVDM | SEPARATEWIN | VDM | WIN |
  93.     WINDOWABLEVIO | WINDOWEDVDM | WINDOWEDWIN
  94. NOAUTOCLOSE=
  95.     YES | NO
  96. PARAMETERS=
  97.     commandline parameters
  98. SET
  99.     name=value
  100.     [example:  SET DPMI_MEMORY_LIMIT=64]
  101. STARTUPDIR
  102.     path
  103. ___________________________________________________________________
  104.  
  105. WPFolder
  106. ========
  107.  
  108. ALWAYSSORT=
  109.     YES | NO
  110. BACKGROUND=
  111.     1,2,3,4,5
  112.       1.  Image filename or "(none)"
  113.       2.  N | T | S  [normal / tiled / scaled]
  114.       3.  scaling factor
  115.       4.  I | C  [image /color only]
  116.       5.  rgb  [bkgnd color, eg:  0,128,256]
  117. DEFAULTSORT=
  118.     index
  119.     [note:  -2 Name, -1 Type, 5 Real Name, 6 Size, etc.)
  120. DETAILSCLASS=
  121.     class name
  122. DETAILSFONT=
  123.     font name
  124. DETAILSSHADOWCOLOR=
  125.     rgb
  126.     [example:  128,0,256]
  127. DETAILSTEXTCOLOR=
  128.     rgb
  129. DETAILSTODISPLAY=
  130.     column[,...]
  131.     [note:  column is the column number in Details view]
  132. DETAILSVIEW=
  133.     NORMAL | MINI
  134. ICONFONT=
  135.     font name
  136. ICONGRIDSIZE=
  137.     x
  138. ICONNFILE=
  139.     1,iconfile
  140. ICONNRESOURCE=
  141.     1,id,modname
  142. ICONSHADOWCOLOR=
  143.     rgb
  144. ICONTEXTBACKGROUNDCOLOR=
  145.     rgb
  146. ICONTEXTCOLOR=
  147.     rgb
  148. ICONTEXTVISIBLE=
  149.     YES | NO
  150. ICONVIEW=
  151.     x[,y,...z]
  152.     GRIDDED | NONGRID
  153.     FLOWED  | NONFLOWED
  154.     MINI | NORMAL | INVISIBLE
  155. ICONVIEWPOS=
  156.     x,y,cx,cy
  157. MENUBAR=
  158.     YES | NO
  159. REMOVEFONTS=
  160.     YES | NO
  161. SHOWALLINTREEVIEW=
  162.     YES | NO
  163. SORTBYATTR=
  164.     index[,...]
  165. SORTCLASS=
  166.     class name
  167. TREEFONT=
  168.     font name
  169. TREESHADOWCOLOR=
  170.     rgb
  171. TREETEXTCOLOR=
  172.     rgb
  173. TREETEXTVISIBLE=
  174.     YES | NO
  175. TREEVIEW=
  176.     x[,y]
  177.     LINES | NOLINES
  178.     INVISIBLE | MINI | NORMAL
  179. WORKAREA=
  180.     YES | NO
  181. View Styles
  182.     FLOWED | NONFLOWED | NONGRID
  183.     NORMAL | MINI | INVISIBLE
  184.     LINES | NOLINES
  185.     [note:  these keywords are entered without an equal sign]
  186. ___________________________________________________________________
  187.  
  188. WPShadow
  189. ========
  190.  
  191. SHADOWID=
  192.     <ObjectID> | filename
  193. ___________________________________________________________________
  194.  
  195. WPLaunchpad
  196. ===========
  197.  
  198. FPOBJECTS=
  199.     obj1[,obj2,...objN]
  200.     [objX is an <ObjectID> or path and file name
  201. DRAWEROBJECTS=
  202.     drawer-number,obj1[,obj2,...objN]
  203.     [drawer-numbers:  0=Launchpad, 1=leftmost drawer, etc.)
  204. LPCLOSEDRAWER=
  205.     YES | NO
  206. LPACTIONSTYLE=
  207.     TEXT | OFF | MINI | NORMAL
  208. LPVERTICAL=
  209.     YES | NO
  210. LPTEXT=
  211.     YES | NO
  212. LPDRAWERTEXT=
  213.     YES | NO
  214. LPSMALLICONS=
  215.     YES | NO
  216. LPHIDECTLS=
  217.     YES | NO
  218. LPFLOAT=
  219.     YES | NO
  220. ___________________________________________________________________
  221.  
  222. Open View IDs
  223. =============
  224.  
  225.    -1  UNKNOWN
  226.     0  DEFAULT
  227.     1  CONTENTS (icon view)
  228.     2  SETTINGS
  229.     3  HELP
  230.     4  RUNNING (run pgm; for data files, run associated pgm)
  231.   101  TREE (tree view)
  232.   102  DETAILS (details view)
  233.   120  AUTO (WPDisk objects only)
  234.   121  PALETTE (color and font palettes, plus the LaunchPad)
  235.  4096  the 1st pgm associated with a data file (usually 1st on its Open menu)
  236.  4097  the 2nd pgm associated with a data file (usually 2nd on its Open menu)
  237.   etc
  238.  5000  the 1st pgm added to a data file's Open menu using the Menu page
  239.  5001  the 2nd pgm added via the Menu page
  240.   etc
  241. 25856  USER (proprietary view IDs start here;  USER+1 is most common)
  242. 42818  TextView (OD v1.0)
  243. 46914  TextView (OD v1.5)
  244.  
  245. ___________________________________________________________________
  246.  
  247. Compiled from various sources on May 29, 1998 by Richard L. Walsh
  248. (rlwalsh@packet.net) using an alpha version of DragText v3.0.
  249. ___________________________________________________________________
  250.