home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / FILEMAN / PC2_180 / PC2.FAQ < prev    next >
Text File  |  1995-01-01  |  29KB  |  547 lines

  1.  
  2. ******************************************************************************
  3.                             Frequently asked questions
  4.  
  5.                    PC/2 - Programm Commander/2 Version 1.80 for
  6.                       IBM OS/2 2.x, 3.x Presentation Manager
  7.                       Copyright (C) by Stangl Roman 01, 1995
  8.  
  9.                                Version 1.80 Draft
  10. ******************************************************************************
  11.  
  12.  1.) How can I configure PC/2 to popup the menu after a single-click instead
  13.      of the default double-click with mouse button 1 on the Desktop?
  14.  
  15.      First, you may select the Configure Desktop dialog to select a default
  16.      click which is written to the PC2.INI profile.
  17.      Second, use the commandline option -SingleClick or /SingleClick to
  18.      overwrite the default behaviour read from PC2.INI. If you run PC/2
  19.      as a WPS replacement, you can't use any commandline option, because
  20.      OS/2 seems to dislike commandline options on programs run as the WPS,
  21.      but this doesn't prevent you from setting the default behaviour with the
  22.      Configure Desktop dialog.
  23.  
  24.  2.) PC/2 assumes that OS/2 is installed on drive C:, but I use drive H:!
  25.  
  26.      Either start with a blank menu and add your programs, or use an editor
  27.      e.g. EPM.EXE to replace all C: to H: in the profile.
  28.  
  29.  3.) How do I add DOS Settings correctly?
  30.  
  31.      First you should use the same spelling as in the settings of a DOS
  32.      program. They have usually ON/OFF or numbers as possible selections.
  33.      For ON/OFF you add =1 or =0 to the setting, e.g. HW_TIMER=1. For
  34.      numbers add =xxxx, e.g. EMS_MEMORY_LIMIT=1024 or
  35.      DOS_VERSION=DOSPROG.EXE,5,0,255.
  36.      By much more easy is to use the standard DOS Settings dialog, which is
  37.      displayed when you click on the DOS Settings pushbutton.
  38.  
  39.  4.) How can I add batch files?
  40.  
  41.      Batch files aren't executable files, they need a command processor to
  42.      interpret them. Therefore you have to select a command processor and
  43.      add /C filename.bat or /C filename.cmd to the parameters entryfield.
  44.      You may whish to look at the command reference of CMD.EXE and COMMAND.COM
  45.      for more details. If you use the standard file dialog to find the batch
  46.      file you want to add, PC/2 automatically add this batch file as an
  47.      argument of an command processor.
  48.  
  49.  5.) Is HPFS supported?
  50.  
  51.      Yes, PC/2 fully supports HPFS. However, if a filename contains spaces
  52.      you have to place it in double-quotes, e.g. at a command prompt you
  53.      would type DIR "D:\OS!2 2.0 Desktop\*" /s to list all files of the
  54.      Desktop directory. The same is true for PC/2, e.g. you want to start
  55.      a batchfile that conforms HPFS-filename convention, you may create
  56.      an entry:
  57.         Program Title:      HPFS-Test
  58.         Path and Filename:  C:\OS!2 2.0 Desktop\Prompts\Command Processor.exe
  59.         Working Directory:  C:\OS!2 User Applications
  60.         Parameters:         /C ""C:\OS!2 2.0 Desktop\Run Me.cmd""
  61.      Note: Passing HPFS-filenames to command processors may required two
  62.      double-quotes (e.g. CMD.EXE does). Also take a look at the help pages
  63.      for CMD.EXE to get more details.
  64.  
  65.  6.) How do I start a full-screen WIN-OS2 session?
  66.  
  67.      Create an entry that of a full-screen DOS command prompt that starts
  68.      WINOS2.COM (e.g. C:\OS2\MDOS\WINOS2\WINOS2.COM). Then add the required
  69.      DOS Settings (e.g. the following settings greatly improve performance
  70.      on a 8514/A adapter: VIDEO_8514_XGA_IOTRAP=0, VIDEO_RETRACE_EMULATION=0,
  71.      VIDEO_SWITCH_NOTIFICATION=1, XMS=64, EMS=0, DPMI=4, IDLE_SECONDS=2,
  72.      IDLE_SENSITIVITY=100, HW_ROM_TO_RAM=1. Thanks to Timothy Sipples for
  73.      them!).
  74.  
  75.  7.) How do I start any windowed WIN-OS2 session type?
  76.  
  77.      Just enter the application's data and select the mode the seamless
  78.      WIN-OS2 session should run. This includes real-mode, standard and
  79.      enhanced 386 sessions, both in separate sessions or in a common VDM.
  80.  
  81.  8.) How do I start a VDM from an image?
  82.  
  83.      First create the image, then create an entry of a full-screen or windowed
  84.      DOS session. Then add to the DOS settings:
  85.         DOS_STARTUP_DRIVE=[path]DISK.IMG
  86.      where [path]DISK.IMG is the path and filename of the image you wand to
  87.      start. Caution! On a system (2.0 GA) it doesn't work, I don't know why.
  88.  
  89.  9.) How do I start a VDM that boots from drive A:?
  90.  
  91.      Same a item 8.) says, only adjust the DOS settings to:
  92.         DOS_STARTUP_DRIVE=A:
  93.      Caution! On a system (2.0 GA) the system traps, I don't know why.
  94.  
  95. 10.) Why has PC/2 an option to shut down OS/2?
  96.  
  97.      Some people use PC/2 as a replacement for the WPS (that sames memory)
  98.      and they can't click with button 2 to get the Popup Menu, from where
  99.      shutdown can be selected.
  100.      PC/2 requests OS/2 to clear all filebuffers. After all disk activity
  101.      has been stopped it is safe to power off your system. PC/2 don't closes
  102.      the programs, but after the disk activity has stopped, all processes are
  103.      frozen (you can not switch to or select programs anymore).
  104.  
  105. 11.) How do I add commandline parameters at run-time?
  106.  
  107.      E.g. assume you created an Menuentry that start the editor EPM.EXE.
  108.      After you selected EPM, just before it is started, you can request
  109.      a dialog box from PC/2, where you can enter any commandline parameter
  110.      by adding a [...] construct in the parameters entryfield of the Program
  111.      Installation dialog. This work similar to the same WPS feature.
  112.  
  113. 12.) How do I install PC/2 as a replacement of the WPS?
  114.  
  115.      First, install PC/2 in the normal way. Second, edit your CONFIG.SYS to
  116.      replace the statement (you may have to use another drive name instead
  117.      of C:):
  118.         SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  119.      by
  120.         REM * SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  121.         SET RUNWORKPLACE=h:\path\PC2.EXE
  122.      or
  123.         REM * SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  124.         SET RUNWORKPLACE=\path\PC2.EXE
  125.      where h:\path is the drive and path where you installed PC/2 into, e.g.
  126.      C:\PMAPPS\PC2 and \path path on the boot drive where you installed PC/2.
  127.      (The second method can be used to add PC/2 as the Workplace process of
  128.      a maintenance partition, e.g. created by the BOOTOS2 package).
  129.      Second, ensure that all PC/2 *.DLLs are in the direcotry PC/2 is
  130.      running from or in a path pointed to by the LIBPATH environment variable
  131.      in your CONFIG.SYS.
  132.      The next time you boot, the WPS will not be loaded (you can verify this
  133.      by a blank screen displayed instead of the normal Desktop with objects.
  134.      Not using the WPS saves memory and reduces boot time lightly.
  135.      Of course you may start the WPS later, either by starting PMSHELL.EXE
  136.      from a command prompt or from an PMSHELL Menuitem of PC/2. You can
  137.      follow the WPS initialization by heavy disk access and buildup of your
  138.      Desktop with objects. To use the Popup-Menu on the newly started WPS
  139.      just wait a few seconds until PC/2 knows about this new window.
  140.      PC/2 display the Window List on PM too, as the WPS does by clicking mouse
  141.      buttons 1 an 2 together.
  142.  
  143. 13.) How do I add WPS Objects to start then via PC/2?
  144.  
  145.      The important thing is, that you have to know the WPS Object ID
  146.      (Identifier) to be able to add them to PC/2. For preinstalled Objects,
  147.      you can find the ID in the file C:\OS2\OS2_20.RC.
  148.      Alternatively you may use WPS 2 PC/2 to extract the Object ID from
  149.      WPS Objects not being Folders or Program Objects, when available.
  150.      The ID of Objects, created as outlined above, may than be added in the
  151.      entryfield Path and Filename in the Program Installation dialog, with
  152.      the Program Type WPS Object.
  153.  
  154. 14.) How do I use Drag & Drop?
  155.  
  156.      Additional to the standard file dialog, you may use Drag & Drop to add
  157.      applications in the Program Installation dialog. E.g. you may use a drive
  158.      object, select one (1 !) application drag it into the dialog and drop it
  159.      onto any area that accepts it (any area that isn't covered by text,
  160.      buttons, entryfields,...).
  161.      You may also drag one WPS Folder Object into the first page of the
  162.      Program Installation dialog, to open it when selecting it from the
  163.      Popup-Menu.
  164.      PC/2 will try to determine the type of the application you added
  165.      automatically (programs or folders), but you may overwrite it.
  166.  
  167. 15.) How can I add WPS Objects?
  168.  
  169.      The simpliest way is to use WPS 2 PC/2. Just drag the WPS Objects you
  170.      want to add to PC/2's Popup-Menu onto the WPS icon of WPS 2 PC/2.
  171.      Then open the WPS 2 PC/2 window by clicking on the icon mentioned before.
  172.      Now drag the status bitmap from WPS 2 PC/2 onto the Setup dialog of PC/2,
  173.      voila for each WPS Object extracted a new menuentry is created within
  174.      PC/2's Popup-Menu.
  175.  
  176. 16.) Does PC/2 change to the root of all drives except for the working dir?
  177.  
  178.      Yes, PC/2 changes to the root of all non-removable drives before the
  179.      selected application is started.
  180.  
  181. 17.) Which versions of OS/2 are supported?
  182.  
  183.      PC/2 was developed under OS/2 2.1 GA, but I know it works under OS/2 2.11
  184.      (OS/2 2.1 GA w/ Service Pack installed) and WARP I Beta. Under WARP II
  185.      Beta PC/2 won't work because of a bug in this Beta, but the time you are
  186.      reading this, WARP has already been gone in GA where PC/2 works too.
  187.  
  188. 18.) How do I enable the Virtual Desktop and/or Sliding Focus?
  189.  
  190.      Start PC/2, click on the Desktop and select SETUP Desktop. A dialog box
  191.      will appear where you can enable these features. Just press help for
  192.      further information.
  193.      To temporarily suspend the Sliding just hold down the Shift key while
  194.      moving the mouse.
  195.  
  196. 19.) How does the sliding Focus work?
  197.  
  198.      OS/2 generates for all pointer movements messages, that contain the
  199.      window where the message originated. PC/2 hooks into these messages
  200.      and determines the active window. If the active window is not the
  201.      window that originated the message, it makes the window active, where
  202.      the message originated. Of course, PC/2's window, the Desktop and
  203.      the window list are treated differently.
  204.      To preserve the Z-order of the windows, also check its option.
  205.      Caution! The sliding Focus does not work well, if you have open
  206.      seamless WIN-OS2 sessions.
  207.      To temporarily suspend the Sliding just hold down the Shift key while
  208.      moving the mouse.
  209.  
  210. 20.) How do I use the enabled Virtual Desktop?
  211.  
  212.      You may know that e.g. a VGA-display has usually 640 columns and 480
  213.      rows (numbered from 0...639 and 0...479). If you position your mouse
  214.      pointer over the surrounding rows and/or columns of your display
  215.      (here columns 0 or 639 and/or rows 0 or 479) PC/2 shifts all windows
  216.      that exist on your system (with some exceptions like window list) in
  217.      the opposite direction. Some windows may slide out, some may slide in
  218.      from the other direction.
  219.      You may click on any virtual Desktop on the overview Window to
  220.      immediately switch to this Desktop.
  221.  
  222. 21.) How does the Virtual Desktop work?
  223.  
  224.      First, for all windows OS/2 tracks their coordinates in data structures.
  225.      PC/2 queries, and adjusts them according to the mouse movements the
  226.      user made. E.g. if the mouse pointer is over column 0 on the screen,
  227.      PC/2 adds to the x-position of all windows for example 50 % of the
  228.      x-dimension of the screen. The windows appear to move rightward (out
  229.      of the display) because the display shift leftward within the Virtual
  230.      Desktop. Because windows are usually aligned on byte-boundaries, they
  231.      may not appear on their original place if you shift one unit in one
  232.      direction and one unit in the opposite direction.
  233.  
  234. 22.) How do I start applications on the Virtual Desktop?
  235.  
  236.      In the Program Installation dialog, you can define the size and
  237.      position that the application should use. You can e.g. enter
  238.      a position of -200 in X, which would position the application left
  239.      out of your Desktop. PC/2 forces the window to the position you entered,
  240.      however the application may determine its size self. To allow PC/2 to
  241.      find the window, ensure that you enter the applications Window List entry
  242.      or titlebar text to the Session Name entryfield on the Hotkey notebook
  243.      page of the Program Installation dialog. You don't need to enter the
  244.      complete Window List or titlebar text, just any substring that matches
  245.      with the text.
  246.      However you have to ensure that the substring matches only with the
  247.      application you want.
  248.  
  249. 23.) What's the name of the Desktop?
  250.  
  251.      OS/2 2.0 introduced the name "OS/2 2.0 Desktop" for the Desktop window,
  252.      which normally is the WPS. OS/2 2.1 will use the name "Desktop" instead,
  253.      if you install it over a newly formatted system. OS/2 2.1 may use a
  254.      different name, if you install it over a previous OS/2 2.0 system, so
  255.      please read the README file provided with OS/2 2.1 carefully.
  256.      You may use the Notebook that appears after clicking mouse button 2 on
  257.      the WPS at page Desktop-Settings to change the Desktop's name.
  258.      Your Desktop may have a name translated to your national language.
  259.  
  260. 24.) What's the name of the Window List?
  261.  
  262.      The Window List (known as Task List in OS/2 1.x) is just named
  263.      "Window List". It may have a name translated to your national
  264.      language.
  265.  
  266. 25.) What about seamless WIN-OS2 support, without a corresponding WPS object?
  267.  
  268.      PC/2 allows you to start seamless WIN-OS2 sessions, as separate sessions
  269.      ir in a common VDM. This means, if you start a Windows application in a
  270.      separate session, a complete copy of the WIN-OS2 environment will come up.
  271.      This wastes memory, so I suggest to start Windows applications into a
  272.      common VDM whenever possible.
  273.      This seamless WIN-OS2 support works also without the WPS installed,
  274.      under OS/2 2.1 GA with no problems, but OS/2 2.0 GA hangs during load.
  275.      So under OS/2 2.0 GA only start seamless WIN-OS2 sessions if the WPS is
  276.      running.
  277.      Under OS/2 2.0 GA you can only successfully start WIN-OS2 sessions in
  278.      standard mode, 386 enhanced mode in not supported by OS/2 and real mode
  279.      starts to load, but doesn't complete successfully for unknown reasons.
  280.      Under OS/2 2.1 GA is real mode not supported, so you may only start
  281.      standard and 386 enhanced sessions.
  282.  
  283. 26.) How many applications can I start within a seamless WIN-OS2 session?
  284.  
  285.      For a separate session usually only 1, but you may start the Windows
  286.      Program Manager as the first and any Windows applications as a
  287.      commandline parameter, which the Program Manager will start for you.
  288.      If you start the Program Manager you can of course start any Windows
  289.      application from it, but make sure, that you have enough storage defined
  290.      in the DOS Settings (usually DPMI_MEMORY_LIMIT=16 or so).
  291.      For separate sessions the limit is determined by your system
  292.      configuration (e.g. memory).
  293.  
  294. 27.) How do I define a program's priority?
  295.  
  296.      Just select the last notebook page from the Program Installation
  297.      dialog. Warning - changing a program's priority may have severe
  298.      impacts on your system's performance, giving nothing to the complete
  299.      CPU time to an application.
  300.      For example you may set a tape backup or image conversion program to
  301.      a lower priority or a real-time data acquisition to a higher priority.
  302.      For DOS sessions (and WIN-OS2 sessions are DOS sessions) the priority
  303.      can't be changed, because this would lock PM for unknown reasons.
  304.      Since OS/2 Warp you may adjust the priority of DOS sessions via the
  305.      DOS Settings dialog.
  306.  
  307. 28.) How do I define a Hotkey to switch to a session?
  308.  
  309.      Just select notebook page 4 from the Program Installation dialog.
  310.      You may define any key from the pool keys 0 to 9 and A to Z with either
  311.      combined with the CTRL or ALT key. Once a Hotkey is defined for an
  312.      application it is no more available for other sessions. You may define
  313.      Hotkeys for 72 different sessions as the maximum.
  314.      If PC/2 detects that the user pressed a Hotkey and the application the
  315.      Hotkey is defined for is not running, PC/2 launches the application.
  316.      You may temporarily suspend the Hotkey feature, by pressing and holding
  317.      the Shift key while pressiong the Hotkey. PC/2 will then ignore the
  318.      Hotkey and pass it over to the application that currently has the focus.
  319.  
  320. 29.) How does the Hotkey feature work?
  321.  
  322.      PC/2 knows which Hotkeys are used if you have defined some once. PC/2
  323.      also need to know at least a part of the session's name to switch to.
  324.      So you have to fill the entryfield "Session Name:" with the session's
  325.      name. For the session's name either use part of the string that
  326.      appears in the session's titlebar, or part of the string that appears
  327.      in the Window List for this session.
  328.      If you press the Hotkey for a session, PC/2 searches all titlebars
  329.      and the Window List if the text from the entryfield "Session Name:"
  330.      is part of and switches to the session if a match was found.
  331.      PC/2 not only switches to the session the Hotkey is defined for, but
  332.      also onto the Virtual Desktop the session resides on.
  333.      If neither the session's name can be found on any window's titlebar nor
  334.      in the Window List, PC/2 assumes the application is not running and
  335.      launches it.
  336.  
  337. 30.) Why should I use the Hotkey feature?
  338.  
  339.      Well, you don't need to use it, but it may show useful to quickly switch
  340.      to a certain session, for example a host terminal emulator and than
  341.      switch back to a compiling environment residing on different Virtual
  342.      Desktops.
  343.  
  344. 31.) I have defined some Hotkeys now these keys are not available on other
  345.      sessions any more!
  346.  
  347.      Once you have defined a Hotkey, this Hotkey will be "eaten" from PC/2
  348.      when it is pressed, because if the focus is changed it doesn't make
  349.      sense to send this key to any other window. For example if you have
  350.      defined ALT+5 to switch to you To-do list, you want to switch to
  351.      the To-do list when pressing ALT+5 and don't want ALT+5 sent
  352.      to the word processor (assuming you pressed ALT+5 when the word
  353.      processor had the focus).
  354.      If you need a key defined as a Hotkey for another application, for
  355.      example your spreadsheet, you have to define a different Hotkey, because
  356.      pressing the Hotkey while having the focus on your spreadsheet (or
  357.      any other application) does not invoke the spreadsheet's mnemonic but
  358.      switches to another session.
  359.      See 29.) how to temporarliy deactivate a Hotkey to pass it to an
  360.      application.
  361.  
  362. 32.) I switched to another session now the Hotkey feature doesn't work
  363.      anymore!
  364.  
  365.      You have probably switched to an OS/2 session. OS/2 windowed or
  366.      fullscreen sessions eat up all keystrokes once they have the focus
  367.      so PC/2 doesn't get keystrokes any more. You have to switch to another
  368.      session, before PC/2 will get keystrokes again.
  369.  
  370. 33.) I defined a Hotkey but the wrong session is activated!
  371.  
  372.      You have probably defined a Hotkey for a session and have started
  373.      more than one instance of this session. PC/2 only switched to the
  374.      first session, that has defined a Hotkey ignoring all other sessions
  375.      that have defined the same hotkey.
  376.      Be sure that you don't start more than one instance of a session
  377.      a Hotkey is defined for:
  378.  
  379. 34.) How to I define a Hotkey for a certain window (e.g. Drive C object)
  380.      even if it wasn't started from PC/2?
  381.  
  382.      Assume that you have opened the Drive C - Tree View object from the
  383.      OS/2 System->Drives object of the WPS and you want to define ALT+C
  384.      as its Hotkey.
  385.      Create a new menuentry and skip to the Hotkey notebook page of the
  386.      Program Installation dialog. Enable the Hotkey feature and select
  387.      ALT+C as the Hotkey.
  388.      Then select the entry of the Drive C object from the Current Window
  389.      List MLE and doubleclick on it. The selected entry will also be
  390.      filled into the entryfield Session Name. Now save the changes and
  391.      voila use the newly defined Hotkey.
  392.  
  393. 35.) Do I need to completely fill in the Program Installation dialog to
  394.      define a new Hotkey?
  395.  
  396.      No, you just need to fill in the Hotkey labeled notebook page. PC/2
  397.      uses the text entered in the entryfield Session Name to compare with
  398.      all windows titlebars and Window List entries. If the text matches
  399.      with any of these entries, the window the entries are defined is
  400.      activated.
  401.      To use the Hotkey feature just ensure that the text entered in the
  402.      entryfield Session Name is part of any window's titlebar or Window
  403.      List entry.
  404.  
  405. 36.) I have 2 OS/2 windows with the same name. Will the Hotkey work?
  406.  
  407.      Yes, if a Hotkey is defined the first window whose titlebar or
  408.      Window List entry matches to Session Name is activated. You have to
  409.      ensure a unique title for a window to allow PC/2 exactly identify
  410.      a window.
  411.  
  412. 37.) How do I access the Window List on PM?
  413.  
  414.      If you are over the PM with the mouse pointer, just press and hold
  415.      down one mouse button and then click the other while not moving the
  416.      mouse pointer. The Window List will appear with the mouse pointer
  417.      in center (when the complete Window List can displayed then).
  418.      You are over the PM, if either you don't run the WPS or you moved
  419.      the WPS to an other Virtual Desktop.
  420.      Of course pressing CTRL+ESC works too.
  421.  
  422. 38.) What is the feature "Button 2 titlebar click to set window to
  423.      bottom" useful for?
  424.  
  425.      Even if you don't use the Virtual Desktop feature, you may find that
  426.      sometimes you like to switch to window which is behind the currently
  427.      active one, but you don't wand to move or minimize the active one to
  428.      get the other window to the top.
  429.      If this option is enables just click mouse button 2 on the active
  430.      window's titlebar to set this window to the bottom. The window
  431.      previously behind the active window becomes now the topmost window.
  432.      However, you can't activate window movement with mouse button 2 any-
  433.      more, but you can do this with mouse button 1 too.
  434.      Pressing the Ctrl key while clicking on the titlebar only moves the
  435.      window to bottom, pressing the Alt key activates the default action
  436.      of the titlebar (usually activating the tracking frame). The Ctrl
  437.      and Alt key may be temporarily used to suspend the default PC/2
  438.      behaviour.
  439.  
  440. 39.) Can a Hotkey defined for PC/2 itself?
  441.  
  442.      Yes, just enter PC/2 as the string to match on the Hotkey notebook
  443.      page in the Program Installation dialog and assign a Hotkey e.g.
  444.      ALT+P.
  445.  
  446. 40.) When switching to a Virtual Desktop with a Hotkey, how is the window
  447.      aligned?
  448.  
  449.      PC/2 moves the Desktop on the Virtual Desktop at the rate you defined
  450.      with the Virtual Desktop Scrolling scrollbar on Desktop Setup dialog.
  451.      The movement stops either when the middle point of a window becomes
  452.      visible on the screen the first time or a surrounding edge was hit.
  453.      If you set the Virtual Desktop Scrolling to 100 % you probably get the
  454.      best results.
  455.  
  456. 41.) How do I activate and use the PC/2 Spooler Control Window?
  457.  
  458.      To be able to select the PC/2 Spooler, just add a the PC/2 Spooler via
  459.      the Control Addition dialog to your Popup-Menu. Then select the newly
  460.      created item to show the PC/2 Spooler.
  461.      The PC/2 Spooler is a container where you can manipulate the printer
  462.      queues and print jobs of your local machine by pressing mouse button 2
  463.      on any row you want to apply an action. A Popup-Menu occurs, where you
  464.      can select actions.
  465.      When running PC/2 as a WPS replacement the PC/2 Spooler Control Window
  466.      is the only possibility to control your queues and jobs.
  467.  
  468. 42.) Why does the Overview Window sometimes not correspond the real Desktop?
  469.  
  470.      The Overview Window does its painting event triggered. This means, that
  471.      an event (creating, destructing, sizing or moving a window) is the
  472.      prerequisite that all windows available on the Desktop get enumerated
  473.      and drawn on the Overview Window.
  474.      Because many events are generated when a Window is e.g. created, PC/2
  475.      ignores all events during working on the first event. So when PC/2 is
  476.      enumerating windows as a result of a window creation, and another window
  477.      is created (but doesn't trigger any action of PC/2 because PC/2 is
  478.      already busy with the previous event) but doesn't get enumerated
  479.      (because it was created a little bit too late) it will not be displayed
  480.      on the Overview Window.
  481.      To compensate this, PC/2 enumerates all windows again, when another
  482.      event is triggered during its busy state by saving this fact. However
  483.      even then there is a low possibility that a window doesn't get
  484.      recognized by PC/2.
  485.      When the system is idle, no event triggers PC/2 actions and PC/2 is
  486.      therefor idle too.
  487.      PC/2 versions previous to 1.80 took another approach. They permanently
  488.      enumerated the windows available, loading to a permanent CPU
  489.      requirement of about 15 % even when the system is idle.
  490.  
  491. 43.) I have configured a Popup Menu, but always get the Setup dialog when
  492.      clicking on the Desktop.
  493.  
  494.      To display the configured Popup Menu, the Menu MUST contain the entry
  495.      "Configure Desktop", otherwise, the Setup dialog will be displayed.
  496.      To add the menuentry "Configure Desktop" select the pushbutton
  497.      "Add Control" from the Setup dialog. Then select "Configure Popup-Menu
  498.      Settings" to add the entry "Configure Desktop" to your Popup Menu.
  499.      Now you will get the Popup Menu when clicking mouse button 1 onto the
  500.      Desktop.
  501.  
  502. 44.) How can I change the default fonts used by PC/2?
  503.  
  504.      You can change the font of the Popup-Menu, the Spooler Window and the
  505.      Overview window by simply dragging a front from the font palette:
  506.  
  507.      +) to change the Popup-Menu's font drop the font onto the Smarticonbar
  508.         on PC/2's Overview Window
  509.      +) to change the Spooler Window Container's font drop the font onto the
  510.         container
  511.      +) to change the Overview's Window font drop the font onto the Overview
  512.         Window (all fonts will be accepted, though some fonts produce not
  513.         exactly the requested result).
  514.  
  515. 45.) What is the addon WPS 2 PC/2 used for?
  516.  
  517.      WPS 2 PC/2 is a WPS Object, residing in the WPS-DLL WPS2PC2.DLL. This
  518.      DLL must reside in a directory that is accessible through the LIBPATH
  519.      environment variable in your CONFIG.SYS.
  520.      When WPS 2 PC/2 is installed and registered to the WPS, you can extract
  521.      settings from WPS Program and Folder objects to be used within PC/2's
  522.      Popup-Menu.
  523.      To extract the data from WPS Objects, just select the and drag them
  524.      over WPS 2 PC/2's icon on your Desktop, and drop them to let WPS 2 PC/2
  525.      extract their contents.
  526.      To add extracted WPS Object data to PC/2's Popup-Menu, open the
  527.      WPS 2 PC/2 Object and PC/2's Setup dialog, and drag the Status bitmap
  528.      from WPS 2 PC/2's window onto the Submenu/Program Configuration listbox
  529.      on PC/2's Setup dialog.
  530.      Menuitems corresponding to the settings of the WPS Objects you extracted
  531.      will be added at the bottom of the current level of the Popup-Menu (you
  532.      probably will notice that the listbox gets filled with the top-level
  533.      WPS Objects converted to Popup-Menu entries.
  534.      From now on you can use exactly the same settings of your WPS Objects
  535.      from PC/2's Popup-Menu without entering them twice (even DOS settings
  536.      will be extracted).
  537.  
  538. 46.) How can I open WPS Folder Objects from PC/2's Popup-Menu?
  539.  
  540.      Just create a Program Menuitem by selecting Add Program from PC/2's
  541.      Setup dialog. Then drag one WPS Folder Object on PC/2's Program
  542.      Installation dialog (and replace the Program Title field for better
  543.      readability) - that's all.
  544.  
  545. Please read also the help panels and enjoy! Roman Stangl
  546.  
  547.