home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d952 / machv.lha / MachV / ScreenDebut / ScreenDebut.doc < prev    next >
Text File  |  1993-12-31  |  2KB  |  72 lines

  1.  
  2. ----------------------------------------------
  3. ScreenDebut       - Version 1.1    2.04+ Only!
  4. © 1993 by Brian Moats.
  5. Polyglot Software
  6. 884 W. Melrose Ln.
  7. Boise, ID 83706
  8. 208-336-4583
  9. ----------------------------------------------
  10.  
  11. ScreenDebut
  12.  
  13.      Using 2.04 with old 1.3 software? Don't like the looks of the screens
  14. and windows? ScreenDebut patches the OpenScreen library vector with the
  15. OpenScreenTagList function. This allows programs that open screens the old
  16. way to have the nice 3D look.
  17.  
  18.      Simply drag the icon into your WBStartup drawer. You can also run it
  19. from the shell or double-click on its icon. One option is required on the
  20. command line or in the Tool Types of the icon - the "Openings" variable.
  21. Using Openings=1 will allow only one screen to open and then ScreenDebut
  22. removes itself. Using Openings=-1 will allow a (very) large number of
  23. screen openings.
  24.  
  25. USAGE
  26.      From the shell or in your s:User-Startup:
  27.  
  28.         run >nil: ScreenDebut Openings=-1
  29.  
  30.      From the Workbench:
  31.  
  32.         Enter in the Tool Types gadget:
  33.  
  34.         OPENINGS=-1
  35.  
  36.      Some programs may not like this patch (I know of none) so you may want
  37. to run this only with specific programs. You could do this:
  38.  
  39.   run ScreenDebut Openings 1
  40.   run YourProgram
  41.  
  42. or set the Tool Types OPENINGS to 1, double click on ScreenDebut and then
  43. run your program.
  44.  
  45.  
  46. NOTES
  47.      If you run ScreenDebut from the WBStartup drawer, use DONOTWAIT in the
  48. Tool Types of its icon.
  49.  
  50.      You can use O 1 instead of Openings=1 from the command line.
  51.  
  52.      If you should run ScreenDebut and then another program that also patches
  53. the OpenScreen vector and then try to terminate ScreenDebut, a requester will
  54. appear informing you that it cannot properly replace the vector. You are
  55. given the opportunity to terminate the other program and then click on
  56. "Retry" or simply click on "Don't Replace".
  57.  
  58.      ScreenDebut can be removed by running it again or by sending it a
  59. "Ctrl-C" break signal. From the shell, type "Status" and note the process
  60. number of ScreenDebut. Then type "Break N" where N is the process number of
  61. ScreenDebut.
  62.  
  63.  
  64. ----------------------------------------------------------------------------
  65.  
  66. Fixes:
  67.  
  68. 1.1 The OpenScreen trap was not checking for old style OpenScreen with an
  69.     ExtNewScreen. Some programs opened with this (FinalCopy, Terminus) and
  70.     passing the call to OpenScreenTaglist caused problems.
  71.  
  72.