home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsm / makeals / MAKEALS.TXT < prev    next >
Text File  |  1993-11-08  |  2KB  |  62 lines

  1. Files in this zip:
  2.     MAKEALS.EXE         version 1.08 of Psion's MakeAls program
  3.     MAKEALS.TXT         this documentation
  4.     MYSPELL.MA          example alias source file
  5.  
  6. MakeAls.exe can be used to create .ALS files, the same way that the
  7. "Create new list" menu command in the S3a System Screen does.
  8.  
  9. It has the advantage that you can use it for "no-file" apps.  Eg you
  10. can change the icon for the SpellCheck application.
  11.  
  12. To use MakeAls, you need:
  13.    a text input file, such as MySpell.MA
  14.    an icon file, with the same basic name as the .MA file
  15.  
  16. Then type (eg) MAKEALS MYSPELL
  17. and you'll end up with (eg) MYSPELL.ALS that you can install in the
  18. System Screen in place of SPELL.APP (which you'll have to remove
  19. manually).
  20.  
  21. MySpell.MA just has the following five lines (no indents)
  22.     MySpell
  23.     <leave empty>
  24.     1000
  25.     Spell
  26.     <leave empty>
  27.  
  28. (the second and fifth lines are blank).
  29.  
  30. These lines have the following meaning:
  31.     The first line gives the public name of the new group
  32.     The second line could give the default directory
  33.     The third gives the application type number
  34.     The fourth the name of the application being aliased
  35.     The fifth line gives possible alias data.
  36.  
  37. Alias data would be of significance only to an application supporting
  38. positive aliasing (such as the word processor).
  39.  
  40. See the C SDK or the Opl Programming manual for more information
  41. about application type numbers.  Note in this case that the 1000 is
  42. necessary if the icon is 48x48 and contains a grey plane as well as a
  43. black plane.
  44.  
  45. In the case of a file-based application, the default extension would
  46. come one the first line too, eg MySpell.DIC, but in that case you
  47. should use the System Screen's "Create new list" instead.
  48.  
  49. You'll need to supply MYSPELL.PIC by yourself.
  50. You put it on the same directory, on the PC, as the .MA file.
  51.  
  52. Finally, there are a few strange things in the screen output from
  53. MakeAls in the case of no-file apps, which you can safely ignore (I'm
  54. talking about the "Expected extension" line).
  55.  
  56. PS, for interest, the .MA file for the S3a Program editor is
  57.     Program.OPL
  58.     \OPL\
  59.     1003
  60.     Word
  61.     OROPO*
  62.