home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / e / Modules / BGUI_Ev41_8.readme < prev    next >
Encoding:
Text File  |  1998-09-25  |  4.0 KB  |  148 lines

  1. Short:    AmigaE Modules for BGUI v41.8
  2. Author:   ddutoit@arcadis.be (Dominique Dutoit)
  3. Uploader: ddutoit@arcadis.be (Dominique Dutoit)
  4. Type:     dev/e
  5.  
  6. DESCRIPTION
  7.  
  8.     BGUI is a graphical user interface library, written by Ian J. Einman,
  9.     for the Amiga computer which allows for easy, flexible and fast GUI
  10.     creation. It is based on BOOPSI (Basic Object-Oriented Programming
  11.     System for Intuition) and consists of a single shared library which
  12.     is easy to install.
  13.  
  14.     - Programmers:
  15.  
  16.         * BGUI gives you the ability to easily create automatically font
  17.           sensitive and resizable windows.  You won't use gadtools.library
  18.           again!
  19.  
  20.         * BGUI handles input and notification; your application can almost
  21.           run by itself.
  22.  
  23.         * BGUI has been used for many projects, and is well tested and
  24.           developed. There are many other experienced programmers who can help
  25.           you get started.
  26.  
  27.         * BGUI interfaces can adapt to user preferences, and localize
  28.           themselves.
  29.  
  30.         * BGUI comes with enough object classes to get you going, and third
  31.           parties have written classes as well.  Example source is included to
  32.           show you how to write your own.
  33.  
  34.         * BGUI is free! No license or fees required for shareware or commercial
  35.           usage.
  36.  
  37.     - Users:
  38.  
  39.         * BGUI interfaces are font sensitive, resizable, often localized, and
  40.           can adjust to your preferences.
  41.  
  42.         * BGUI has far smaller memory and disk requirements than other GUI
  43.           systems, while retaining the most important features.
  44.  
  45.         * Many BGUI applications include everything you need to get started,
  46.           there is rarely a need to obtain yet another file.
  47.  
  48.         * BGUI is free!
  49.  
  50.     This archive contains modules and examples on how to use BGUI with AmigaE.
  51.  
  52. VERSION
  53.  
  54.     v41.8
  55.  
  56. WHAT'S NEW
  57.  
  58.     See History.
  59.  
  60. WHAT YOU NEED
  61.  
  62.     AmigaE 3.x (v3.2e strongly recommended)
  63.  
  64.     The lastest BGUI library is available on :
  65.  
  66.     - http://www.az.com/~ie/bgui/
  67.     - http://www.users.dircon.co.uk/~nmc/bgui/
  68.     - ftp://ftp.pdi.net/pub/BGUI
  69.     - ftp://wizard.hip.cam.org/bgui
  70.  
  71.     Note that you must download the lastest library in order to use these modules
  72.     and examples. Or contact me, and I'll send the library.
  73.  
  74. HISTORY
  75.  
  76.     V41.8
  77.  
  78.     - New classes and examples written by Daniel Kasmeroglu.
  79.     - Updated macros.
  80.         o StartMenu - starts a newmenu structure
  81.         o End       - ends a newmenu structure
  82.           ex : StartMenu,
  83.                   Title('Project'),
  84.                   ...
  85.                End
  86.     - Updated examples.
  87.     - BGUI.library is not included in this archive.
  88.  
  89.     V41.6
  90.  
  91.     - New objects and constants for BGUI v41.6.
  92.     - Updated macros.
  93.     - Updated examples.
  94.     - BGUI.library v41.6 for 68000 is included.
  95.     - BGUI.library v41.6 for 68020 is included.
  96.     - A ListView based custom class written in AmigaE
  97.       by Piotr Gapinski is included.
  98.     - bgui_macros.m is renamed bguim.m.
  99.     - bgui modules are still located in libraries but this
  100.       may change in the future.
  101.  
  102.     V41.5:
  103.  
  104.     - New objects and constants for BGUI v41.5.
  105.     - New naming convention.
  106.     - Updated macros.
  107.     - Updated examples.
  108.     - the new BGUI.library is included│.
  109.     - magnify_bgui.gadget included│.
  110.     - palette_bgui.gadget included│.
  111.  
  112.     V41.4:
  113.  
  114.     - New functions, objects and constants for BGUI v41.4.
  115.     - 2 new examples written in AmigaE (ColorWheel.e and CXDemo.e).
  116.  
  117.     V41.3:
  118.  
  119.     - New functions, objects and constants for BGUI v41.3
  120.     - Magnify object via a shared library (gadgets/magnify_bgui.gadget)▓
  121.     - 12 examples, including BGUIDemo, TestPalette and TestMagnify
  122.  
  123.     V41.2:
  124.  
  125.     - New objects and constants
  126.     - Five new macros not found in v41.1
  127.       (GetPathButton, GetFileButton, PopupButton, DisableObject & EnableObject)
  128.     - Palette object via a shared library (gadgets/palette_bgui.gadget)╣
  129.     - Fixed macros for quick creation of menu
  130.     - Three examples written in AmigaE and using new BGUI features
  131.  
  132.     V41.1:
  133.  
  134.     - First release (only standard modules)
  135.     
  136.     ╣&▓ Gadgets not included in this archive.
  137.     │ previously not included.
  138.  
  139. AUTHORS
  140.  
  141.     Original BGUI resources      - Jan van den Baard
  142.     BGUI C headers and libraries - Ian J. Einman (74271.2766@compuserve.com)
  143.     BGUI AmigaE modules          - Dominique Dutoit (ddutoit@arcadis.be)
  144.  
  145.     Authors are named in each file.
  146.  
  147.     Many thanks to Peter Mysliwy and Daniel Kasmerogl for their support.
  148.