HMG Extended Edition version 21.11 is published

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

Moderator: Rathinagiri

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

HMG Extended Edition version 21.11 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.

This release is considered stable and ready for production use.

Here's a breakdown of some of the modifications in the build 21.11.
For the full list, please see the changelog.
* The useful functions GetDesktopRealWidth() and GetDesktopRealHeight()
were defined as Public for compatibility with Official HMG.

* The useful function HMG_GetLocaleInfo() was moved to MiniGUI core.

* Added the read/write property 'Editable' for the GRID control.
You can set/get this property at runtime as usually.

* Synchronized Extended HMG for compatibility with Official HMG:
- added the read/write property 'CellNavigation' for a Grid control.
You can set/get this property at runtime.

* Updated the TSBrowse, HBPrinter, MiniPrint, MiniPrint2 and HbSQLite3
libraries.

* Updated Harbour Compiler 3.2.0dev (SVN 2021-04-28 20:02):
- restored support for alternative memory manager written by
Doug Lea (enabled by default in Harbour).

* Added the new interesting sample and updated some examples.
A setup of the ANSI build 21.11 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 donationware Minigui Ex build for the freeware
Embarcadero C++ 10.2 ‘Tokyo’ compiler which is included to the package.

The upgrade to this build is recommended.

--
Greetings,
Grigory Filatov
[MiniGUI Team]
User avatar
gfilatov
Posts: 1090
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG Extended Edition version 21.11 is published

Post by gfilatov »

Hi All,

Please note that there are also the following extra MiniguiEx builds 21.11 :

-------------------------------------------------------------
Minigui Ex Package (build date: 30.11.2021)
Download links: http://hmgextended.com/files/PRIVATE
-------------------------------------------------------------

Components versions:
--------------------

Harbour MiniGUI Extended Edition 21.11 (Release)

Harbour 3.2.0dev (r2104281802)

Harbour Make (hbmk2) 3.2.0dev (r2021-04-28 18:02)

gcc (GCC with MCF thread model, built by LH_Mouse.) 11.2.1 20211124

and

-------------------------------------------------------------
Minigui Ex 64 Package (build date: 30.11.2021)
Download links: http://hmgextended.com/files/PRIVATE
-------------------------------------------------------------

Components versions:
--------------------

Harbour MiniGUI Extended Edition 21.11 (Release)

Harbour 3.4.0dev (a6e3e4b) (2021-11-16 00:36)

Harbour Make (hbmk2) 3.4.0dev (a6e3e4b) (2021-11-16 00:36)

gcc (GCC) 11.2.0 20211030

The above packages are available for the all donators by their request :arrow:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
quartz565
Posts: 670
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG Extended Edition version 21.11 is published

Post by quartz565 »

Thank you very much Grigory !
Best Regards,
Nikos.

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

Re: HMG Extended Edition version 21.11 is published

Post by serge_girard »

Thanks Grigory!

I must say that it is extremely complicated to get it downloaded in W10....!

Serge
There's nothing you can do that can't be done...
User avatar
gfilatov
Posts: 1090
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG Extended Edition version 21.11 is published

Post by gfilatov »

Hi All,

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

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

Whatsnew:

2021/12/09: HMG Extended Edition version 21.11 (Update 1).
* Updated: Header file i_hmgcompat.ch for compatibility with Official HMG:
- added two pseudo-functions GetDesktopRealTop() and
GetDesktopRealLeft().
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Advanced\FitToDesktop)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- added the auxiliary useful function _TBrowse().
Syntax:
_TBrowse( [<oParam>], [<uAlias>], [<cBrwName>], [<nRow>] [<nCol>], ;
[<nWidth>], [<nHeight>] ) --> oBrwObj
Requested by Verchenko Andrey.
Suggested and contributed by Sergej Kiselev
(see demo in folder \samples\Advanced\Tsb_2tsb)
* New: 'Large text file viewer' sample:
- implementation of Harbour class vfFileRead.
Based upon a contribution of HMG user Edward
(see in folder \samples\Basic\Grid_Virtual_3)
* Updated: 'TSBrowse Demo' sample:
- added the sample with usage of function _TBrowse().
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\TSBrowse)
The upgrade to this build is optional.

To make the donation, simply do a PayPal transfer to:

o.g.filatova@gmail.com

PLEASE SUPPORT YOUR FAVORITE TOOL!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
edk
Posts: 999
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: HMG Extended Edition version 21.11 is published

Post by edk »

gfilatov wrote: Thu Dec 09, 2021 7:45 am To make the donation, simply do a PayPal transfer to:

o.g.filatova@gmail.com

PLEASE SUPPORT YOUR FAVORITE TOOL!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
Done ;)
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG Extended Edition version 21.11 is published

Post by serge_girard »

Done !
There's nothing you can do that can't be done...
User avatar
gfilatov
Posts: 1090
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG Extended Edition version 21.11 is published

Post by gfilatov »

Hi All,

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

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

Whatsnew:

2021/12/15: HMG Extended Edition version 21.11 (Update 2).
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- added new method InsColNumber( nWidth, nColumn, cName );
- improved function _TBrowse().
Suggested and contributed by Sergej Kiselev
(see demo in folder \samples\Advanced\Tsb_2tsb)
- improved function SBrowse().
Syntax:
SBrowse( [<uAlias>], [<cTitle>], [<bSetUp>], [<aCols>], ;
[<nWidth>], [<nHeight>], [<lSql>], [<lModal>], [<lNumber>] )
Contributed by Sergej Kiselev
(see demo in folder \samples\Advanced\Tsb_SBrowse_2)
* New: 'Anchor Utility' sample.
It is ready for the multi-monitors systems.
Contributed by Pierpaolo Martinello <pier.martinello[at]alice.it>
(see in folder \samples\Basic\Anchor)
* Updated: '2 TBrowse Demo' sample.
Contributed by Sergej Kiselev
(see in folder \samples\Advanced\Tsb_2tsb)
* Updated: 'Working with windows and one card' sample.
Contributed by Sergej Kiselev and Verchenko Andrey
(see in folder \samples\Advanced\Tsb_5Win)
The upgrade to this build is optional.

Thanks a lot for your support.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
Ismach
Posts: 164
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: HMG Extended Edition version 21.11 is published

Post by Ismach »

Thanks Grigory!
User avatar
quartz565
Posts: 670
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG Extended Edition version 21.11 is published

Post by quartz565 »

Thank you Grigory!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Post Reply