home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1092.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-06-26  |  2.3 KB  |  55 lines

  1. ==========
  2.  
  3. VisualArts       2.2    A powerful GUI designer
  4.  
  5. Visual Arts 2.2 is a powerful GUI builder. Features includes: Menu and
  6. List manager, Object Master, Insert custom codes into any GadTools or
  7. GadTool Menu items, primitive drawing tools such as rectangle, circle and
  8. lines; supports AppWindow, MultiProcessing windows, and scrollable super
  9. bitmap window.
  10.  
  11. Add ARexx to any program, custom images, custom images and/or icon images
  12. for boolean button, PopupMenu, get any IFF color map and use it in your
  13. program, color palette and over 40 custom patterns for fills.  Supports
  14. Context Sensitive layouts, console window, serial handler, add speech to
  15. your applications, support WB3.x, extended gadget and more. 
  16.  
  17. An intuitive interface unlike other GUIs, unlimited windows can be opened,
  18. supports PAL, NTSC, EURO, VGA, AGA screen modes, user perference,
  19. automatic history and time interval saving, user configurable source
  20. output such as Intuition, Handler, WB2.1, WB3.1 and many more features.
  21. Codes generated by Visual Arts can compile and run without adding a single
  22. line of code.
  23.  
  24. This is Part 1 of a 2 Disk distribution (No Demos)
  25.  
  26. Author: Danny Y. Wong
  27. Path: AmigaLibDisk1092:Programs/VisualArts_1/
  28.  
  29. ==========
  30.  
  31. ErrorMsg      3.03    Lib to display localized error messages
  32.  
  33.     All  developpers know how boring it is to include in their programs
  34. messages  telling the user what went wrong on an error.  This is a long and
  35. tiresome  task  for the programmer, who would prefer to do more interesting
  36. things.
  37.  
  38.     Moreover,   including   error  messages  in  the  executable  often
  39. dramatically  increases the size of the files, and these messages are often
  40. in  english  only.   So the idea of a shared library that would provide all
  41. localized error messages the system could deliver was born.  This is exacly
  42. what  errormsg.library  is.  It includes a function to simply get a pointer
  43. on  the  message  to  display,  and  functions  to display it.  As of V2.0,
  44. errormsg.library  has  a  query function which enables it to be called from
  45. ARexx programs.
  46.  
  47.     In   errormsg.library,   error   messages   are   identified  by  a
  48. system/subsystem  id  (to  be able to from know who the message is) and the
  49. Code  itself.  Most of the functions provide tags to alter the behaviour of
  50. the library.  Check the autodoc file for more information.
  51.  
  52. Author: Frederic Delacroix
  53. Path: AmigaLibDisk1092:Programs/ErrorMsg/
  54.  
  55.