💾 Archived View for amigadu.de › af › 40025_en.gmi captured on 2022-07-16 at 14:45:49. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Go to the original message on the web >
Published: Thursday, 14 July 2022 - 14:47:01 (+0200)
Written by: AndreasM
MUIbase released in the Version 4.5.
Changes:
o New trigger function for virtual list fields for supporting drag and drop
of URLs (e.g. filenames).
o New sort-drop trigger function for virtual list fields when sorting items
using drag and drop.
o New programming function MOVEREC for moving a record to a new position in
its table. This is useful, e.g. for the new sort-drop trigger function.
o New programming functions GETREC and SETREC for obtaining and setting the
record reference of a value.
o New programming functions for lists, REPLACENTH, MOVENTH, and REMOVENTH,
which are useful for changing the value of the n-th element in a list,
moving it to a new position, or removing it.
o New demo project FileList.bss which shows how to store external filenames
in a Memo field and making them accessible in a virtual list. The project
also showcases the new drag and drop functions for adding external files
and for sorting the files.
o Menu item 'Open project' creates a new project instead re-using the current
one.
o ASKOPTIONS uses now check boxes for selecting rows on all platforms.
o The Windows distribution uses now x64 binaries.
o The Amiga distribution now also contains binaries for AROS (i386 and x86_64).
o Several bug fixes.