home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / windows / a226_1 / !Cycle / !Help < prev    next >
Text File  |  1992-06-14  |  3KB  |  70 lines

  1. > <Cycle$Dir>.!Help
  2.  
  3.                         !Cycle - a window popper
  4.                         ========================
  5.  
  6. This program just allows you to cycle through the stack of windows. Each
  7. time you press F4 the window at the bottom of the stack is brought to the
  8. top. Alternatively, clicking with <select> on the icon-bar icon has the same
  9. effect.
  10.  
  11.   Windows off the screen (likely to be hot-key grabbers) are ignored, as are
  12. backdrops, but the program does rely on other applications responding to
  13. open window requests, so a sufficiently uncooperative task could stop it
  14. working. Note that if windows are non-overlapping, the fact that their
  15. position in the stack has changed will not be apparent.
  16.  
  17.   The icon doesn't really do anything other than take up space on the icon
  18. bar, so if you put the string "NoIcon" (case sensitive) after the run
  19. command in <Cycle$Dir>.!Run the icon will not appear, and you will only be
  20. able to quit the program from the task manager window. You can also remove
  21. the icon by selecting "Icon off" from the menu.
  22.  
  23.   To avoid clashes with other hot-keys applications, or the foreground
  24. application (e.g. !Edit), the code for the key used can be given by
  25. assigning it to the system variable Cycle$Key before the program starts.
  26. Typically this should be set in the !Run file; double-click on !Cycle with
  27. shift held down, then load !Run into !Edit. The full list of codes is given
  28. in the PRM, page 1198; F1 to F9 are &181-&189, shift adds &10, ctrl adds
  29. &20. A possible choice is &195 (shift-F5), which is unused by !Edit. If you
  30. have the KeyChange module (available from all good PD sources), another good
  31. choice is &1CF (F15), which gets mapped to "." on the keypad, and which is
  32. guaranteed not to be used by anything else.
  33.  
  34.   Finally, the boring bit. This program is FreeWare, but I retain copyright.
  35. You can copy it freely, as long as you don't sell it for profit, and as long
  36. as this file goes with it. If you make any changes add a comment to that
  37. effect in both the "Program information" box and in this file. You can
  38. freely use bits of the code in your own applications, as long as they are
  39. credited to me in any code that you distribute. I make no warranty for the
  40. performance of the program, fitness for any purpose, or absence of bugs, and
  41. I take no responsibility for files erased, computers blown up, nuclear wars
  42. started, or any other consequence of the use of the program. Basically, I've
  43. done the best I can to make it bug free, but beyond that (as with all PD
  44. programs) you should use it with care.
  45.  
  46.   If you find the program useful you might like to make a donation to Oxfam
  47. - say £5.
  48.  
  49.   I can be contacted by e-mail on Janet (the UK academic network) as
  50. SB2 @ UK.AC.RL.IB, or by snail mail:
  51.  
  52.        Stephen Burke,
  53.    c/o 7, Egdon Drive,
  54.        Luton,
  55.        Beds
  56.        LU2 7AZ
  57.  
  58. -----------------------------------------------------------------------------
  59.  
  60. Changes:
  61.  
  62. Version 1.01, 13/6/92.
  63.  
  64.    Interactive help support added.
  65.  
  66.  
  67. Watch out for the all new, module task version, coming soon (?) to a PD
  68. library near you!
  69.  
  70.