home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / b / spectro / !Spectro / Docs / Hobbs / EventShell
Text File  |  1995-04-11  |  3KB  |  73 lines

  1. This is the most comprehensive Basic Wimp library available.
  2. It is SHAREWARE so if you do get hold of a copy and find it
  3. useful, do pay the registration fee which for what you get is
  4. very little indeed. £10.00 is a lot cheaper than !WimpGen.
  5. It is written by Paul Hobbs and is available from most
  6. P.D. libraries or from the author. (Despite the address he
  7. is English but you can write in English or German.)
  8.  
  9. This is what Paul Hobbs wants to say about his very excellent work.
  10.  
  11.  
  12. ----------------------------------------------------------------------
  13.  
  14.  
  15. Author:  !EventShell
  16. This program has been written using the routines supplied
  17. with the EvntShell library which is copyright <Paul Hobbs>.
  18.  
  19. EvntShell is a starting point for developing your own
  20. applications that run under the RISC-OS wimp system.
  21. The EvntShell library contains code to handle most of
  22. the 'Events' (i.e. opening a menu, closing a window etc)
  23. that can occur, and all your application has to do is
  24. inform the library what it should do when certain events
  25. occur. For example a menu can be attached to a window or
  26. to an icon - the library will open the menu for you (in
  27. the correct position!) when the MENU button on the
  28. mouse is used.
  29.  
  30. Normally writing a wimp application is a very complex
  31. business, involving much reading of the Programmers
  32. Reference Manuals, magazine articles and examining
  33. other applications. The aim of the EvntShell library
  34. is to reduce the need for this and to enable the speedy
  35. creation of easily maintained and robust applications.
  36.  
  37. Distribution Licence for EvntShell
  38.  
  39. You have permission to use any part or the whole library
  40. in any Public Domain/ShareWare project ONCE YOUR COPY HAS
  41. BEEN REGISTERED, as long as I am fully credited (via the
  42. inclusion of this file in the program documentation). If
  43. you wish to use these routines in a program that is for
  44. sale (for however much and for whatever reasons) or released
  45. as copyright material then my express permission in writing
  46. must be obtained. I maintain copyright on all the material
  47. supplied as part of the EvntShell system (except where noted
  48. below) and reserve the right to amend these conditions in
  49. cases where I deem misuse.
  50.  
  51. The library code is supplied free of charge to everyone
  52. 'as is'. There is no guarantee that it is free from bugs
  53. and no warranty is given about its suitability for use.
  54.  
  55. Further details about EvntShell may be obtained from the
  56. author:
  57.  
  58. Paul Hobbs
  59. Rheinpfalzstrasse 2
  60. 85049 Ingolstadt
  61. Germany
  62.  
  63. The heap manager routines used by EvntShell are copyright
  64. Risc User and are used with permission.
  65.  
  66. Copyright for all of the supplied relocatable modules
  67. remains with the original authors.
  68.  
  69. ----------------------------------------------------------------------------
  70.  
  71.  
  72.  
  73.