home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / Demos / Oregano / demo / !Oregano / AcornURI < prev    next >
Text File  |  2000-04-28  |  639b  |  16 lines

  1. | The URI handler
  2.  
  3. | Is AcornURI already loaded? if so, we shouldn't issue *Desktop again
  4. | (because RISC OS 4.02 leaks 200K each time you call *Desktop...)
  5. Set Oregano$IssueDesktopCommand "no"
  6. RMEnsure AcornURI 0.12 Set Oregano$IssueDesktopCommand "yes"
  7.  
  8. RMEnsure AcornURI 0.12 RMLoad System:Modules.Network.URI
  9.  
  10. | The URI handler has a Wimp task side, so want to do a
  11. | '*Desktop' when inside the application after Wimp_Initialise
  12. | to start it. Set a system variable if this is NOT needed.
  13.  
  14. RMEnsure AcornURI 0.12 Error Oregano requires a later version of the AcornURI module
  15. RMEnsure AcornURI 0.12 Set Oregano$IssueDesktopCommand "no"
  16.