Page 1 of 3

Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Tue Jan 28, 2020 7:29 am
by gfilatov
Hi Friends,

We are pleased to announce a new build of Harbour MiniGUI Extended Edition.

It is a regularly scheduled maintenance release.

Here's a breakdown of some of the modifications in the build 20.01.
For the full list, please see the changelog.
* Added the new C-function C_SaveHIconToFile( cIconName, { hIcon1, ... } )
for saving a multipages icon to a disk file.

* Added the new useful C-functions
- ShowBalloonTip ( hWnd, cText [ , cTitle ] [ , nTypeIcon ] )
- HideBalloonTip ( hWnd )
for displaying a balloon tip associated with an edit control.

* Added the useful C-function aHWnds := EnumWindows()
for retrieving of an array of the external windows handles.

* Added the optional ON INIT <bBlock> clause to a TextBox control.
It was a postponed modification.

* Synchronized Extended HMG for compatibility with Official HMG:
- New: Added a readonly property 'ColumnCount' for Browse/Grid;
- New: Added a read/write property 'ColumnDisplayPosition' for
Browse and Grid controls.
Based upon a C-code contributed by Petr Chornyj which
fixes GPF in the official version (hb_xfree must be used
for hb_xgrab memory).
- New: Added the following properties for Forms:
- ThisWindow | <FormName>.AlphaBlendTransparent := nAlphaBlend
(0 to 255, Completely Transparent = 0, Opaque = 255);
- ThisWindow | <FormName>.BackColorTransparent := aRGBColor.

* Updated Harbour Compiler 3.2.0dev to a recent Git-version:
- New: Added the Harbour HbMxml contrib library is based upon
the Mini-XML library 2.7 by Michael R Sweet.

* Updated HMGS-IDE v.1.4.3.9, RDDLeto and Sqlite3 libraries.

* Added the new interesting samples and updated some Basic and
Advanced samples.
A setup of the build 20.01 for Borland C++ 5.8.2 is published at
the following URL:

http://hmgextended.com/files/CONTRIB/hm ... -setup.exe

There is also an extra Minigui Ex build for the Embarcadero C++ 10.1
Berlin compiler at

http://hmgextended.com/files/CONTRIB/hmg2001_bcc101.exe

This release is considered stable and ready for production use.

The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Tue Jan 28, 2020 10:02 am
by Anand
Thank you Grigory and MiniGUI Team.

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Tue Jan 28, 2020 12:25 pm
by esgici
Thank you Grigory

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Tue Jan 28, 2020 5:26 pm
by JALMAG
Thanks Grigory!

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Wed Jan 29, 2020 1:13 am
by AUGE_OHR
hi,

thx for new Version.

p.s. have Problem to download with Firefox 72.02 and Avira Antivirus

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Wed Jan 29, 2020 2:45 am
by danielmaximiliano
Perfect download with firefox 72.0.2 64bit and Avast internet security.

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Wed Jan 29, 2020 9:55 am
by Anand
Download no problem with latest FF but Win Defender prompted 'unrecognised app' on installer run.
As usual I selected 'more info' and 'run anyway'.

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Wed Jan 29, 2020 12:20 pm
by quartz565
Thank you Grigory !

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Wed Jan 29, 2020 7:50 pm
by Ismach
Que grande este Grigory !!!!

Gracias Grigory Gracias MiniGUI Team

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Posted: Thu Jan 30, 2020 9:34 am
by gfilatov
Hi All,

I've uploaded the updated setup of the build 20.01 for Borland C++ 5.8.2 at

http://hmgextended.com/files/CONTRIB/hm ... -setup.exe

Whatsnew:
* Fixed: Program crash at a creation of a ComboBox[Ex] with no character
'ItemSource' property and SQLMIX RDD usage.
Problem was reported by Jayadev <jayadev65/at/yahoo.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Advanced\OdbcDD)
* Updated: HbSQLite3 library:
- update for using SQLITE3 version 3.31.1 (from 3.31.0).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* New: 'Circle Magic' sample.
Based upon a contribution of S.Rathinagiri <srgiri@dataone.in>
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\Circle_Magic)
* Updated: 'MessageBox Button Hook Usage' sample:
Syntax: MsgBtnEx( cMsg, cTitle, nStyle [, cBtnCaption] ) --> nReturn
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\MsgBtnEx)
The upgrade to this build is recommended.

Please note that there are also the private MiniGUI builds for the following
free C-compilers:

- MinGW GNU C 9.2.1 (32-bit);
- MinGW GNU C 9.2.0 (64-bit);

- MS Visual C++ 2019 (32-bit);
- MS Visual C++ 2019 (64-bit).

Thanks for your attention.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]