home *** CD-ROM | disk | FTP | other *** search
- | !Run file for !PopServer
-
- Set PopUpServer$Dir <Obey$Dir>
- IconSprites <PopUpServer$Dir>.!Sprites
- IconSprites <PopUpServer$Dir>.IconSprs
-
- RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
- RMEnsure SharedCLibrary 3.75 Error You'll need SharedCLibrary 3.75 or later to run me, I'm afraid
- RMEnsure PopUpManager 0.86 RMLoad <PopUpServer$Dir>.PopUpMangr
-
- | Switch between RISC OS 3 and RISC OS 2 versions of the templates files...
- Set PopUpServer$Templates Template3
- Set Wimp$Vsn 3
- RMEnsure WindowManager 3.16 Set Wimp$Vsn 2
- IF "<Wimp$Vsn>" = "2" THEN Set PopUpServer$Templates Template2
- UnSet Wimp$Vsn
-
- WimpSlot -min 32k -max 32k
- Run <PopUpServer$Dir>.!RunImage
-