home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / adventure / overcast / !JFShared / !ShowError / !Help next >
Text File  |  1997-05-31  |  3KB  |  88 lines

  1.                                 Show Error
  2.                                 ==========
  3.      
  4. Introduction
  5. ------------
  6. This program simply opens a window showing the latest error as held in the
  7. system variable Error$.
  8.  
  9. Usage
  10. -----
  11. Run the program. When an error (usually in WimpLib) occurs it will open a
  12. window showing the error message, and line number.
  13.  
  14. Closing the window will not affect the program. It does not display an icon
  15. on the icon bar unless -Icon is placed in the command string.
  16.  
  17.     
  18. How it works
  19. ------------
  20. Every 50cs the program checks the Error$ variable and if it has changed since
  21. last time it was checked.
  22.  
  23.  
  24. Help and message files
  25. ----------------------
  26. This application is fully !Help compliant and it is recommended that when
  27. getting to grips with it the help should be used if only to give it some
  28. purpose! It also supports the use of MessageTrans and therefore translation
  29. to another language or changing the messages for the fun of it is much easier
  30. than it might have been.
  31.  
  32.  
  33. <BasicLibrary$File>
  34. -------------------
  35. This application requires Justin Fletcher's JFShared library to function.
  36. This can be obtained from Arcade and possibly other bulletin boards. A
  37. version is currently being carried by Hensa, but for the latest version you
  38. would be best off looking at Justin's web page (see below), or contacting him
  39. by one of the other means below.
  40.  
  41.  
  42. Compatibility
  43. -------------
  44. This application has been tested on the author's A5000, but due to the lack
  45. of friends with Acorns has not been tested on other systems. Therefore, it
  46. ought to work on any RO3.1 machine, and with a RO2 machine if it is
  47. recognised in JFShared and uses no specific RO3 features.
  48.  
  49.  
  50. Disclaimer
  51. ----------
  52. The author accepts no responsibility for any problems which this application
  53. may cause or loss of data resulting in its use. This application is Public
  54. Domain Freeware. This means that it may be distributed, so long as no charge
  55. other than copying costs are charged for it.
  56.  
  57.  
  58. Contact
  59. -------
  60. Any comments, queries, donations or bug reports can be sent to Justin
  61. Fletcher at :
  62.  
  63. E-Mail : Gerph@essex.ac.uk
  64. URL    : http://users.essex.ac.uk/users/gerph
  65. IRC    : On #Acorn as Gerph
  66. Finger : finger jrflet@sunlab1.essex.ac.uk
  67. Tel    : (01842) 813979
  68.  
  69. Snail Mail :
  70.     Justin Fletcher
  71.     “Galadriel”
  72.     17b Cromwell Road,
  73.     Weeting,
  74.     Brandon,
  75.     Suffolk.
  76.     IP27 0QT
  77.  
  78.  
  79. History
  80. -------
  81. Version 1.00 : 21 Aug 1995
  82.                First version written
  83. Version 1.01 : 29 Dec 1995
  84.                Minor bug in template fixed
  85. Version 1.02 : 23 May 1996
  86.                If you click on the line number and you have Zap and ZapDecimal
  87.                loaded (and ZapDWExt in !Zap) then it will move you to the line
  88.                the error was on.