Harbour MiniGUI Extended Edition build 20.01 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 20.01 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 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]
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post by Anand »

Thank you Grigory and MiniGUI Team.

Regards,

Anand
Regards,

Anand

Image
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post by esgici »

Thank you Grigory
Viva INTERNATIONAL HMG :D
JALMAG
Posts: 262
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post by JALMAG »

Thanks Grigory!
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post by AUGE_OHR »

hi,

thx for new Version.

p.s. have Problem to download with Firefox 72.02 and Avira Antivirus
have fun
Jimmy
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post by danielmaximiliano »

Perfect download with firefox 72.0.2 64bit and Avast internet security.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post 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
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 20.01 is published

Post by quartz565 »

Thank you Grigory !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
Ismach
Posts: 161
Joined: Wed Nov 28, 2012 5:55 pm
DBs Used: DBF, mySQL, Mariadb, postgreSQL, Oracle, Db2, Interbase, Firebird, and SQLite
Location: Buenos Aires - Argentina

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post by Ismach »

Que grande este Grigory !!!!

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

Re: Harbour MiniGUI Extended Edition build 20.01 is published

Post 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]
Post Reply