home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / toollib_2 / Examples / Click / !Click / !Run < prev    next >
Encoding:
Text File  |  1996-06-13  |  1.4 KB  |  34 lines

  1. | !Run file for !Click
  2. | (c) Paul Field/Andrew Ellis
  3.  
  4. IconSprites <Obey$Dir>.!Sprites
  5.  
  6. Set Click$Dir <Obey$Dir>
  7.  
  8. RMEnsure UtilityModule 3.10 Error !Click can only be run on RISC OS 3.10 or later
  9.  
  10. RMEnsure FilterManager 0.09 RMLoad System:modules.FilterMgr
  11. RMEnsure FilterManager 0.09 Error You need filter manager 0.09 or later to run !Click
  12.  
  13. RMEnsure BorderUtils 0.02 RMEnsure WindowManager 3.17  RMLoad System:modules.BorderUtil
  14.  
  15. RMEnsure Toolbox    0.00  RMLOAD System:modules.toolbox.toolbox
  16. RMEnsure Toolbox    1.23  ERROR You need toolbox 1.23 or later to run !Click
  17. RMEnsure Window     0.00  RMLOAD System:modules.toolbox.window
  18. RMEnsure Window     1.15  ERROR You need window 1.15 or later to run !Click
  19. RMEnsure Menu       0.00  RMLOAD System:modules.toolbox.menu
  20. RMEnsure Menu       0.15  ERROR You need menu 0.15 or later to run !Click
  21. RMEnsure Iconbar    0.00  RMLOAD System:modules.toolbox.iconbar
  22. RMEnsure Iconbar    1.08  ERROR You need iconbar 1.08 or later to run !Click
  23. RMEnsure ProgInfo   0.00  RMLOAD System:modules.toolbox.proginfo
  24. RMEnsure ProgInfo   0.05  ERROR You need proginfo 0.05 or later to run !Click
  25. RMEnsure ColourDbox 0.00  RMLOAD System:modules.toolbox.colourdbox
  26. RMEnsure ColourDbox 0.03  ERROR You need colourdbox 0.03 or later to run !Click
  27.  
  28. WimpSlot -min 32k -max 32k
  29. If "<Click$Running>" <> "" then Error !Click is already running
  30. Set Click$Running Yes
  31.  
  32. Run <Click$Dir>.!RunImage
  33.  
  34. unset Click$Running