Page 1 of 2

Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Tue Feb 26, 2019 7:40 am
by gfilatov
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]

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Tue Feb 26, 2019 8:13 am
by mol
+1

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Tue Feb 26, 2019 9:39 am
by Anand
Thanks a lot, Grigory, for updating MiniGUI with latest features.

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Tue Feb 26, 2019 10:32 am
by quartz565
Thank you Grigory !

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Tue Feb 26, 2019 1:35 pm
by serge_girard
Thanks Grigory !

Serge

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Tue Feb 26, 2019 3:19 pm
by tonton2
merci Mr Grigory

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Wed Feb 27, 2019 1:09 am
by luisvasquezcl
thanks grigory. congratulation for new release.
best regards

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Wed Feb 27, 2019 1:58 am
by Steed
+1

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Thu Feb 28, 2019 4:38 pm
by BeGeS
Thank you very much, Filatov.

I want to indicate that this URL does not work for me. I do not know if it's my problem or general problem.

However, I was able to download the build 19.02 on hmgextended.org

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Posted: Thu Feb 28, 2019 6:13 pm
by gfilatov
BeGeS wrote: Thu Feb 28, 2019 4:38 pm I want to indicate that this URL does not work for me. I do not know if it's my problem or general problem.
Yes, it's known. There is a problem with the Minigui's hosting now :?
BeGeS wrote: Thu Feb 28, 2019 4:38 pm However, I was able to download the build 19.02 on hmgextended.org
Very good :!:
It is our European mirror site.