home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / triton / tri13dev.readme < prev    next >
Encoding:
Text File  |  1995-07-02  |  1.7 KB  |  34 lines

  1. Short:    Triton GUI creation system. r1.3 dev
  2. Author:   s.zeiger@laren.rhein-main.de (Stefan Zeiger)
  3. Uploader: s.zeiger@laren.rhein-main.de (Stefan Zeiger)
  4. Type:     dev/gui
  5.  
  6.     This archive contains all files required to create Triton applications.
  7. You will also need the archive 'tri13usr.lha' for a complete distribution.
  8.  
  9.     Changes since release 1.2:
  10.  
  11.     Added 'Invisible' mode (TRST_INVISIBLE) to class_String for password
  12.       gadgets with invisible typing.
  13.     Added TR_SendMessage().
  14.     Added text clipping for resizable texts.
  15.     The C headers are now compatible with Objective C.
  16.     Added BlitzBasic support
  17.     TR_GetErrorString() doesn't return NULL anymore.
  18.     Added support for TRAT_ID in class_Group.
  19.     Added TRMS_DISKINSERTED and TRMS_DISKREMOVED (see TRWF_SYSTEMACTION).
  20.     You may now use shortcuts in FrameBox titles.
  21.     The stubs for TR_SetAttribute(), TR_GetAttribute(), TR_LockProject()
  22.       and TR_UnlockProject() were not compiled into the gcc support
  23.       libraries in previous releases. This is fixed now.
  24.     Added TRST_NORETURNBROADCAST (class_String flag).
  25.     Fixed bug: Slider gadgets could not be disabled/enabled.
  26.     Fixed bug: Scrolling was possible in empty listviews.
  27.     Fixed bug: After putting a new list into a listview, the currently
  28.       selected item could be beyond the limits of the new (smaller) list.
  29.       This is fixed now. In that case, the last item will be selected.
  30.     Fixed bug: When changing TRAT_Disabled of menus with TR_SetAttribute(),
  31.       TRUE and FALSE were swapped, causing excatly the opposite effect.
  32.     Fixed bug: The 'disabled' status of cycle, listview and palette gadgets
  33.       could not be changed with TR_SetAttribute(). This is fixed now.
  34.