home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d500 / wiconify.lha / wIconify / wUtilities.lzh / wOpenOn / wOpenOn.doc < prev    next >
Text File  |  1991-04-19  |  3KB  |  80 lines

  1. OVERVIEW:
  2.  
  3. wOpenOn is a companion program to wIconify.  It allows you to change the
  4. current settings of the OPEN WINDOWS sub-menu of the wIconify SCREEN menu.
  5. It is intended to be used in the startup-sequence in conjuntion with 
  6. wIconScreen to allow you to start up programs on a wIconify screen during
  7. system bootup.
  8.  
  9.  
  10. USING WOPENON:
  11.  
  12. wOpenOn lets you specify where wIconify will open windows that are destined
  13. for the Workbench screen, and whether it will resize windows to fit onto the
  14. specified screen.  To format for wOpenOn is:
  15.  
  16.     1> WOPENON [ACTIVE_SCREEN | CURRENT_WB | REAL_WB] [[NO]RESIZE]
  17.  
  18. where brackets enclose optional items, and vertical bars separate choices.
  19. The meaning of the different flags are as follow:
  20.  
  21.     ACTIVE_SCREEN       windows should open on the currently active screen
  22.                         (the one with the active window)
  23.  
  24.     CURRENT_WB          windows should open on the current WB screen as
  25.                         maintained by wIconify (the current WB screen will
  26.                         have the MAKE WB menu item disabled)
  27.  
  28.     REAL_WB             windows should open on the real WB screen (i.e.,
  29.                         wIconify should not open windows on other screens)
  30.  
  31.     RESIZE              if a window's size is too large for the screen where
  32.                         it is to be openned, and if it allows for resizing,
  33.                         wIconify should size it to a size that fits on the
  34.                         screen
  35.  
  36.     NORESIZE            wIconify should not adjust the size of windows
  37.                         (some programs use the failure of an OpenWindow() call
  38.                         to determine the size of the screen)
  39.  
  40.  
  41. You need not specify both a screen option and a sizing option; non-specified
  42. options will be left unchanged by wOpenOn.
  43.  
  44.  
  45. For example,
  46.  
  47.     1> WOPENON CURRENT_WB NORESIZE
  48.  
  49. specifies that windows will open on the current WB screen, and no resizing will
  50. be performed, while
  51.  
  52.     1> WOPENON CURRENT_WB
  53.  
  54. specifies that windows will open on the current WB screen, but leaves the
  55. present setting of the SIZE TO FIT menu unchanged.
  56.  
  57.  
  58. USES FOR WOPENON:
  59.  
  60. Some people like to have their editors and other programs start up
  61. automatically when they boot their computer.  wIconify allows you to have
  62. the windows these programs may open appear on screens other than the WB
  63. screen.  To do this, use the wIconScreen command to open a new wIconify
  64. screen from within your startup-sequence; this will become the current WB
  65. screen for wIconify.  Then use WOPENON CURRENT_WB to make sure that windows
  66. will open on the current WB screen, and RUN the programs that you want to
  67. have openned automatically at boot up (you can open additional wIconify
  68. screens if you want programs to open on separate screens).  Once all the
  69. programs have openned their windows, use WOPENON ACTIVE_SCREEN to reset the
  70. wIconify menu to its default value, if desired.
  71.  
  72.  
  73. AUTHOR:
  74.  
  75. Davide P. Cervone
  76. Mathematics Department
  77. Brown University
  78. Providence, Rhode Island 02912
  79. ST402523@BROWNVM
  80.