Page 1 of 1

HMG Extended Edition version 21.11 is published

Posted: Tue Nov 30, 2021 8:12 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.

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]

Re: HMG Extended Edition version 21.11 is published

Posted: Tue Nov 30, 2021 9:01 am
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:

Re: HMG Extended Edition version 21.11 is published

Posted: Tue Nov 30, 2021 4:19 pm
by quartz565
Thank you very much Grigory !

Re: HMG Extended Edition version 21.11 is published

Posted: Tue Nov 30, 2021 6:23 pm
by serge_girard
Thanks Grigory!

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

Serge

Re: HMG Extended Edition version 21.11 is published

Posted: Thu Dec 09, 2021 7:45 am
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]

Re: HMG Extended Edition version 21.11 is published

Posted: Thu Dec 09, 2021 9:01 am
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 ;)

Re: HMG Extended Edition version 21.11 is published

Posted: Thu Dec 09, 2021 11:00 am
by serge_girard
Done !

Re: HMG Extended Edition version 21.11 is published

Posted: Wed Dec 15, 2021 8:06 am
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]

Re: HMG Extended Edition version 21.11 is published

Posted: Wed Dec 15, 2021 9:05 pm
by Ismach
Thanks Grigory!

Re: HMG Extended Edition version 21.11 is published

Posted: Thu Dec 16, 2021 2:57 pm
by quartz565
Thank you Grigory!