home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 634.lha / TexadaUtils / docs.displayme < prev    next >
Encoding:
Text File  |  1992-04-17  |  2.7 KB  |  54 lines

  1.  WBShuffle   Shuffle   UnShuffle   DeleteD
  2.              by Michael Texada
  3.  
  4. These 4 asm. language programs do:
  5. WBShuffle- Changes colors of current window according to command line if
  6.              used from the CLI, and to 2,3 if used from the WB. Under 2.0,
  7.              try this: activate window to change colors of, press Amiga-E,
  8.              type "wbshuffle 13" or some other combination, ie 23, 12 etc.
  9.              and press return.. WBShuffle will not load until the Execute
  10.              Command window has gone, and will work on the window you
  11.              activated before pressing amiga-e.
  12.              Note that if you try the same color for both numbers, ie 22,
  13.              wbshuffle will default to 23. Also if you use screens with
  14.              more than 4 colors, ie 8, you can use those colors as well,
  15.              for example "WBShuffle 53" or "wbshuffle 67" etc.
  16.              The first number is the DetailPen, used for the window title
  17.              and drag bars etc., and the second is the BlockPen, the main
  18.              window frame. The window's menus also change colors.
  19. Shuffle-   Changes colors of all open windows, according to its own
  20.              settings.
  21. UnShuffle- Changes windows back to their old colors..
  22. DeleteD-   Adds keyboard equivalents to the workbench 2.0 menus:
  23.               Delete-          right-amiga-d  Delete
  24.               Clean Up-        right-amiga-f  Fix up
  25.               Update-          right-amiga-t  updaTe
  26.               Show All Files-  right-amiga-v  eVerything
  27.               Show Only Icons- right-amiga-w  Well??
  28.               View By Icon-    right-amiga-g  Gosh...
  29.               View By Name-    right-amiga-h  Handle
  30.               View By Date-    right-amiga-j  January
  31.               View By Size-    right-amiga-m  Monstrosity??
  32.              Note that if the source was changed to reflect the menu
  33.              arrangement in 1.3 it will work under 1.3 also.
  34.               *****NOTE ABOUT RUNNING FROM STARTUP-SEQUENCE*****
  35.              To run DeleteD from the startup-sequence, add the following
  36.              lines after "LoadWB":
  37.                 wait 3 sec
  38.                 run >nil: deleted
  39.               The "3" above can be changed to a higher or lower number,
  40.               depending on your setup, as long as DeleteD is not run until
  41.               all other menu activity, ie MenuConfig etc., is completed!
  42.               Wait until DeleteD is finished running before you use any
  43.               menus.
  44.  
  45. The source to these progs. is included in the Source drawer.. You can do
  46. whatever you want with it. "Include/Misc/MeasyStart.i" is also included,
  47. so you can change these and reassemble them. Just change the incdir to what-
  48. ever dir holds your include files.
  49. But distribute all this stuff together, please!
  50.  
  51. Mike Texada
  52. GEnie- R.TEXADA
  53.  
  54.