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