home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_47 / keywindow / !KeyWindow / !Run < prev    next >
Text File  |  1992-05-06  |  1KB  |  30 lines

  1. | !Run file for Key Window
  2. | by R.G.Hallas
  3. |
  4. Set KeyWindow$Dir <Obey$Dir>
  5. SetEval KeyWindow$Flags 51
  6. |
  7. | The KeyWindow$Flags variable is a decimal number
  8. | in the range 0 to 63, 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: Always compress keystrip to fit screen.
  16. |   Bit 4: Context sensitive: applications gaining
  17. |          the caret will open new strips.
  18. |   Bit 5: Load sensitive: applications starting up
  19. |          and quitting will open and close strips.
  20. |
  21. SetEval KeyWindow$DummyMessage &D997F
  22. | The above line is for internal use, and refers to
  23. | an unused WIMP message number. If this message is
  24. | ever used in the future, then this number should
  25. | be changed to avoid conflicts.
  26. |
  27. IconSprites <KeyWindow$Dir>.!Sprites
  28. WimpSlot -min 64K -max 64K
  29. Run <KeyWindow$Dir>.!RunImage
  30.