home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / BGUI / bgui_e / bgui_ev41_10.readme
Encoding:
Text File  |  1999-08-29  |  3.8 KB  |  144 lines

  1. Short:    AmigaE Modules for BGUI v41.10
  2. Author:   dominique@hotbot.com (Dominique Dutoit)
  3. Uploader: dominique@hotbot.com (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.10
  55.  
  56. WHAT'S NEW
  57.  
  58.     See History.
  59.  
  60. WHAT YOU NEED
  61.  
  62.     AmigaE 3.x
  63.     bgui.library
  64.  
  65. HISTORY
  66.  
  67.     V41.10
  68.  
  69.     - Module to use the treeview object
  70.     - Example of how to use the treeview object
  71.     - Bug : the bgui_treeview.m module ahs some problems with the constant values.
  72.  
  73.     V41.8
  74.  
  75.     - New classes and examples written by Daniel Kasmeroglu.
  76.     - Updated macros.
  77.         o StartMenu - starts a newmenu structure
  78.         o End       - ends a newmenu structure
  79.           ex : StartMenu,
  80.                   Title('Project'),
  81.                   ...
  82.                End
  83.     - Updated examples.
  84.     - BGUI.library is not included in this archive.
  85.  
  86.     V41.6
  87.  
  88.     - New objects and constants for BGUI v41.6.
  89.     - Updated macros.
  90.     - Updated examples.
  91.     - BGUI.library v41.6 for 68000 is included.
  92.     - BGUI.library v41.6 for 68020 is included.
  93.     - A ListView based custom class written in AmigaE
  94.       by Piotr Gapinski is included.
  95.     - bgui_macros.m is renamed bguim.m.
  96.     - bgui modules are still located in libraries but this
  97.       may change in the future.
  98.  
  99.     V41.5:
  100.  
  101.     - New objects and constants for BGUI v41.5.
  102.     - New naming convention.
  103.     - Updated macros.
  104.     - Updated examples.
  105.     - the new BGUI.library is included³.
  106.     - magnify_bgui.gadget included³.
  107.     - palette_bgui.gadget included³.
  108.  
  109.     V41.4:
  110.  
  111.     - New functions, objects and constants for BGUI v41.4.
  112.     - 2 new examples written in AmigaE (ColorWheel.e and CXDemo.e).
  113.  
  114.     V41.3:
  115.  
  116.     - New functions, objects and constants for BGUI v41.3
  117.     - Magnify object via a shared library (gadgets/magnify_bgui.gadget)²
  118.     - 12 examples, including BGUIDemo, TestPalette and TestMagnify
  119.  
  120.     V41.2:
  121.  
  122.     - New objects and constants
  123.     - Five new macros not found in v41.1
  124.       (GetPathButton, GetFileButton, PopupButton, DisableObject & EnableObject)
  125.     - Palette object via a shared library (gadgets/palette_bgui.gadget)¹
  126.     - Fixed macros for quick creation of menu
  127.     - Three examples written in AmigaE and using new BGUI features
  128.  
  129.     V41.1:
  130.  
  131.     - First release (only standard modules)
  132.     
  133.     ¹&² Gadgets not included in this archive.
  134.     ³ previously not included.
  135.  
  136. AUTHORS
  137.  
  138.     BGUI C headers and libraries - Manual Lemos
  139.     BGUI AmigaE modules          - Dominique Dutoit (dominique@hotbot.com)
  140.  
  141.     Authors are named in each file.
  142.  
  143.     Many thanks to Peter Mysliwy and Daniel Kasmerogl for their support.
  144.