home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / setnewlook / readme next >
Text File  |  1995-02-27  |  1KB  |  35 lines

  1. SetNewLook © Copyright 1993 Jonathan Potter
  2.  
  3. This is a simple patch for v39 machines only that will force all windows
  4. opening on public screens (including the Workbench screen) to set the
  5. WFLG_NEWLOOKMENUS flag. Also, all menu items that are the old colour style
  6. (pen 0 on pen 1) are remapped to use the "new-look" colours of pen 2 on pen 1
  7. (actually it uses BARDETAILPEN and BARBLOCKPEN). I wrote the specifically
  8. for WShell (it used to look dreadful with old style menus) but it should
  9. work with any program.
  10.  
  11. To run it, simply put
  12.  
  13.   Run >nil: <nil: SetNewLook
  14.  
  15. in your startup-sequence. It can be removed with the Break command or by
  16. running it again.
  17.  
  18. This program patches three OS-routines; OpenWindow(), OpenWindowTagList()
  19. and SetMenuStrip(). Any other programs that may patch these will cause
  20. problems if you try to exit SetNewLook while they are running. There is
  21. no checking done when the patches are removed so in this instance your
  22. system will probably crash. The solution is to run any other patches
  23. BEFORE you run SetNewLook.
  24.  
  25.  
  26.  
  27.                Jonathan Potter
  28.                P.O. Box 289
  29.                Goodwood, SA 5034
  30.                Australia
  31.  
  32.                Phone +61-8-293-2788
  33.  
  34.                jpotter@itd.adelaide.edu.au
  35.