home *** CD-ROM | disk | FTP | other *** search
- | !Run for !FuelGauge
- |
- | The var. <FuelG$MaxMem> will be read on startup and is in K (i.e. 100 means
- | that the maximum memory will be 100K!) <FuelG$Sprite> is the filename from
- | which to get the gauge and number sprites from (see manual) FuelG$Options
- | contains the options data which are :
- |
- | -iconbar - put sprite on iconbar else on desktop backdrop
- | -freemem - read free memory from wimp on startup
- | -backpos <x;y> - place to open the window on the back at.
- |
- Set FuelG$MaxMem 1400
- Set FuelG$Options -backpos 1300;80
- Set FuelG$Sprites <Obey$Dir>.Sprites
- |
- Set FuelGauge$Dir <Obey$Dir>
- RMEnsure WimpExtension 2.00 Run <FuelGauge$Dir>.WimpExt
- RMEnsure WimpExtension 2.00 Run System:Modules.WimpExt
- RMEnsure WimpExtension 2.00 Error I cannot load WimpExtension 2.00 or later
- Desktop RMRun <FuelGauge$Dir>.FuelGauge
-