Harbour MiniGUI Extended Edition build 19.02 is published

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Harbour MiniGUI Extended Edition build 19.02 is published

Post 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]
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post by Anand »

Thanks a lot, Grigory, for updating MiniGUI with latest features.

Regards,

Anand
Regards,

Anand

Image
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post by quartz565 »

Thank you Grigory !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post by serge_girard »

Thanks Grigory !

Serge
There's nothing you can do that can't be done...
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post by tonton2 »

merci Mr Grigory
L'Algerie vous salut
Y.TABET
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post by luisvasquezcl »

thanks grigory. congratulation for new release.
best regards
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post by Steed »

+1
User avatar
BeGeS
Posts: 125
Joined: Fri Jul 14, 2017 10:45 am
DBs Used: DBF
Location: La Mancha, Spain

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post 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
I get by with a little help from my friends
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 19.02 is published

Post 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.
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
Post Reply