home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsd / drwimp / Examples / !FontRun / !Help next >
Encoding:
Text File  |  1995-04-07  |  2.8 KB  |  90 lines

  1.  
  2.                      -----------------------------------
  3.                            !Help file for FontRun
  4.  
  5.                            verson 1.00 (07-Apr-95)
  6.  
  7.                              © Andrew Ayre 1995
  8.  
  9.                            DrWimp example version
  10.                      -----------------------------------
  11.  
  12. INTRODUCTION...
  13.  
  14.   When FontRun is added to your boot sequence, it allows you to choose when
  15. resetting your machine, whether to boot your font folders or not by pressing
  16. a hotkey.
  17.  
  18. RUNNING...
  19.  
  20.   If FontRun is double-clicked on (ie. run), then it will boot any font
  21. folders that it has been told about. To configure FontRun, double-click on
  22. the icon while holding down the right Alt key.
  23.  
  24.   FontRun will load onto the iconbar. Clicking on the icon brings up the
  25. main window.
  26.  
  27. CONFIGURING...
  28.  
  29.   Drop your font folders onto the 'drop box' in the configure window (it
  30. is at the top).
  31.  
  32.   To remove a font folder, click on 'Remove' and choose the folder name from
  33. the menu.
  34.  
  35.   Note: font folders must be applications with a '!Boot' file, ie. a
  36. standard font folder as supplied with RISC OS 2 and 3.
  37.  
  38.   To set the hotkey, click on 'Change' and press the hotkey. Most keys on
  39. the keyboard can be used. There are a few exceptions, and these won't do
  40. anything when pressed. Most noticeably, you can't use the right Alt, as this
  41. will load FontRun in if pressed when resetting.
  42.   If the hotkey is ok to use, then it will appear in the cream box.
  43.  
  44.   When everything is set up, then click on 'OK'. This will save a file
  45. called 'Folders' inside the application directory.
  46.  
  47.   If you want to ignore the changes that you have made, then quit FontRun in
  48. the ususal way from the iconbar menu.
  49.  
  50. ADDING TO BOOT SEQUENCE...
  51.  
  52.   In the file that you run when your machine is reset, remove the lines that
  53. read something like:
  54.  
  55.   Run idefs::4.$.Fonts.!Fonts1.!Boot
  56.  
  57. and replace with a single line that runs FontRun.
  58.  
  59.   Now, when you reset your machine, nothing should happen. But if you reset
  60. your machine and hold down the hotkey until the desktop appears, then you
  61. should find that you have no fonts, or only the ROM fonts.
  62.  
  63. RUNNING FROM READ-ONLY MEDIA...
  64.  
  65.   It maybe desirable to run FontRun from an enviroment which is read only,
  66. such as an archive. To enable this to be possible, you can change the place
  67. that the 'Folders' file is saved to.
  68.  
  69.   In the !Run file there is a line that reads:
  70.  
  71. Set FontRunRes$Dir <Obey$Dir>
  72.  
  73. Change this line to specifiy the location, ie:
  74.  
  75. Set FontRunRes$Dir idefs::Andy.$.Temp
  76.  
  77. or for saving in !Scrap:
  78.  
  79. Set FontRunRes$Dir <Wimp$ScrapDir>
  80.  
  81.  
  82. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  83.  
  84. For conditions of use of this program see the DrWimp manual. Summary: This
  85. application may only be distributed with the DrWimp system. No profit may be
  86. made by selling this appliction.
  87.  
  88. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  89.  
  90.