home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / utilities / _keywindow / _run < prev    next >
Encoding:
Text File  |  1992-04-16  |  979 b   |  29 lines

  1. | !Run file for Key Window
  2. | by R.G.Hallas
  3. |
  4. Set KeyWindow$Dir <Obey$Dir>
  5. SetEval KeyWindow$Flags 27
  6. |
  7. | The KeyWindow$Flags variable is a decimal number
  8. | in the range 0 to 31, which is calculated from the
  9. | following set of bits, which mean, when set:
  10. |
  11. |   Bit 0: Always open keystrip at top of screen.
  12. |   Bit 1: Scroll strip when pointer reaches edges.
  13. |   Bit 2: Show horizontal scroll bar, along with a
  14. |          resize icon and a toggle size icon.
  15. |   Bit 3: Context sensitive: applications gaining
  16. |          the caret will open new strips.
  17. |   Bit 4: Load sensitive: applications starting up
  18. |          and quitting will open and close strips.
  19. |
  20. SetEval KeyWindow$DummyMessage &D997F
  21. | The above line is for internal use, and refers to
  22. | an unused WIMP message number. If this message is
  23. | ever used in the future, then this number should
  24. | be changed to avoid conflicts.
  25. |
  26. IconSprites <KeyWindow$Dir>.!Sprites
  27. WimpSlot -min 64K -max 64K
  28. Run <KeyWindow$Dir>.!RunImage
  29.