home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 256.lha / Workbench_Control / ReadMe < prev    next >
Text File  |  1989-06-01  |  3KB  |  62 lines

  1.  
  2. Workbench Control Utilities by Greg Searle
  3.  
  4.       OpenWB
  5.       CloseWB
  6.  
  7. These two commands simply open and close the Workbench screen.  Alone, they
  8. are a bit useless -- it is impossible to close the screen when you have a
  9. CLI window (or any other application window) open, or when the Workbench is
  10. the only open screen on the system.
  11.  
  12. On the other hand, if you have a hotkey utility available (such as MachII),
  13. these two commands can be a life-saver.  Simply assign the commands to two
  14. seperate hotkeys and activate the utility (this won't work if your utility
  15. opens up its own window).
  16.  
  17. Some applications close down the Workbench automatically, which is usually
  18. ok.  Problems arise when, say, during a disk save the disk fills up.  If
  19. the Workbench isn't available, you can't delete files to make room.  Since
  20. the program is in the middle of a save, you can't tell it to re-open the
  21. Workbench.  You have to stop the save, open the 'bench, clean up your disk,
  22. and re-start the possibly long process that started saving in the first
  23. place (example - Sculpt 4-D in the middle of compressing)!
  24.  
  25. With these commands in place, you may simply hit a hotkey -- instant
  26. Workbench!  Another case is if a program doesn't close the Workbench, and
  27. you need the memory.  Hit a key, and the 'bench is gone.
  28.  
  29.  
  30. Some notes:
  31.  
  32.  
  33. These commands do simple OpenWorkBench() and CloseWorkBench() routine
  34. calls.  Nothing should have problems with this - but they do.  Some
  35. applications get confused -- you'll have to use these with care.
  36.  
  37. If you don't have enough memory to re-open the Workbench, you'll see an
  38. alert pop to the top of your screen.  Don't panic!  Just hit the right mouse
  39. button to make it disappear.  You'll have to close extra windows or screens
  40. in attempt to re-gain enough chip memory.
  41.  
  42. If a non-Workbench window is open on the Workbench screen, CloseWB won't
  43. work.  This is also true if the Workbench is the only screen on the system.
  44. CloseWB and OpenWB won't do anything if the screen is already closed or
  45. opened, respectively.  You may close the Workbench any time another screen
  46. is available - even a demo screen.  The Workbench will pop back up
  47. automatically when the other screen is closed.
  48.  
  49. Sometimes a requester will appear when the Workbench screen is closed.  This
  50. doesn't re-load the Workbench properly, and creates a dangerous situation.
  51. If the Workbench screen is re-opened, the system will crash.  If you plan to
  52. close the Workbench screen, I recommend using the "FixReq" utility
  53. (available elsewhere) to stop requesters from re-opening the Workbench
  54. screen.  (Note that Workbench icons don't appear when this happens.)
  55.  
  56.  
  57. Whew!  That's a lot of writing for two little utilities!  These are not
  58. written in assembly, but Aztec C, so they are not as small as they could be.
  59.  
  60.                                     - Greg Searle
  61.  
  62.