Harbour MiniGUI Extended Edition build 19.02 is published
Posted: Tue Feb 26, 2019 7:40 am
Hi Friends,
We are pleased to announce a new build of Harbour MiniGUI Extended Edition.
It is a regularly scheduled maintenance and bugfix release.
Here's a breakdown of some of the modifications in the build 19.02.
For the full list, please see the changelog.
* Fixed a program crash happens occasionally in Windows 10 only and
only for non-admin users.
* New: Recycling of the deleted records in DBF.
Syntax:
DBFAPPEND( [lMode] ) --> nAppended_Or_Recyled_RecNo
Usage:
if DBFAPPEND() > 0
// assign values to fields
DBUNLOCK()
endif
Use DBFAPPEND() instead of DBAPPEND() to use this feature.
* Added the new class TDlu2Pix for managing of the UI controls sizing.
* Added the new ON INIT <bBlock> clause for the basic (non all) controls.
Example:
DEFINE LABEL Label_1
ON INIT {|| This.Row := :Y, This.Col := :X, This.Width := :W1,;
This.Height := :H1, :Y += This.Height + :GapsHeight }
END LABEL
* ACTIVATE WINDOW command supports an optional ON INIT clause.
* TREE control supports an optional CARGO clause for the nodes and
items at theirs definition, i.e.
NODE <text> [ IMAGES <aImage> ] [ ID <id> ] [ CARGO <Cargo> ]
TREEITEM <text> [ IMAGES <aImage> ] [ ID <id> ] [ CARGO <Cargo> ]
* The Getbox control's value with "@K" PICTURE property will be
selected at ON GOTFOCUS event.
* 'Application' object supports the read/write property 'Object'.
Syntax: Application.Object [ := <arg> ]
* Updated the TSBrowse, RDDLeto and Sqlite3 libraries.
* Updated HMGS-IDE to version 1.4.3.6.
* Updated Harbour Compiler 3.2.0dev to a recent Git-version.
(ChangeLog Last Entry: 2019-02-11 13:51)
* Added the new interesting samples and updated some Advanced samples.
A setup of the build 19.02 for Borland C++ 5.5.1 is published at
the following URL:
http://hmgextended.com/files/CONTRIB/hm ... -setup.exe
There are also an extra xHarbour.org-based archive for this build and
Minigui Ex build for the free Embarcadero C++ 10.1 Berlin compiler at
the Minigui's download page.
This release is considered stable and ready for production use.
Thanks for your attention and support!
--
Best Regards,
Grigory Filatov
[MiniGUI Team]
We are pleased to announce a new build of Harbour MiniGUI Extended Edition.
It is a regularly scheduled maintenance and bugfix release.
Here's a breakdown of some of the modifications in the build 19.02.
For the full list, please see the changelog.
* Fixed a program crash happens occasionally in Windows 10 only and
only for non-admin users.
* New: Recycling of the deleted records in DBF.
Syntax:
DBFAPPEND( [lMode] ) --> nAppended_Or_Recyled_RecNo
Usage:
if DBFAPPEND() > 0
// assign values to fields
DBUNLOCK()
endif
Use DBFAPPEND() instead of DBAPPEND() to use this feature.
* Added the new class TDlu2Pix for managing of the UI controls sizing.
* Added the new ON INIT <bBlock> clause for the basic (non all) controls.
Example:
DEFINE LABEL Label_1
ON INIT {|| This.Row := :Y, This.Col := :X, This.Width := :W1,;
This.Height := :H1, :Y += This.Height + :GapsHeight }
END LABEL
* ACTIVATE WINDOW command supports an optional ON INIT clause.
* TREE control supports an optional CARGO clause for the nodes and
items at theirs definition, i.e.
NODE <text> [ IMAGES <aImage> ] [ ID <id> ] [ CARGO <Cargo> ]
TREEITEM <text> [ IMAGES <aImage> ] [ ID <id> ] [ CARGO <Cargo> ]
* The Getbox control's value with "@K" PICTURE property will be
selected at ON GOTFOCUS event.
* 'Application' object supports the read/write property 'Object'.
Syntax: Application.Object [ := <arg> ]
* Updated the TSBrowse, RDDLeto and Sqlite3 libraries.
* Updated HMGS-IDE to version 1.4.3.6.
* Updated Harbour Compiler 3.2.0dev to a recent Git-version.
(ChangeLog Last Entry: 2019-02-11 13:51)
* Added the new interesting samples and updated some Advanced samples.
A setup of the build 19.02 for Borland C++ 5.5.1 is published at
the following URL:
http://hmgextended.com/files/CONTRIB/hm ... -setup.exe
There are also an extra xHarbour.org-based archive for this build and
Minigui Ex build for the free Embarcadero C++ 10.1 Berlin compiler at
the Minigui's download page.
This release is considered stable and ready for production use.
Thanks for your attention and support!
--
Best Regards,
Grigory Filatov
[MiniGUI Team]