Harbour MiniGUI Extended Edition build 20.05 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: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Harbour MiniGUI Extended Edition build 20.05 is published

Post by gfilatov »

Hi Friends,

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

Here's a breakdown of some of the modifications in the build 20.05.
For the full list, please see the changelog.
* Added a command for managing of the 'This' property at runtime:
SET WINDOW THIS TO [<w>]
where <w> may be a Form Name or a Form Index.

* Added support of the PICTURE option to format the columns value
in the Browse control.

* The 'Command Link' button and 'Split Button' may be placed now
in the TAB container.

* Added the lNoSound parameter to the new Alert* family functions
to block an any sound effect at startup of the above functions.

* Added the auxiliary function HMG_Alert_MaxLines() for managing of
the height of the EditBox control in the function HMG_Alert().
The width and height of an Alert window cannot exceed now a visible
desktop area.

* Updated header file i_hmgcompat.ch for compatibility with Official
HMG.

* Updated HMGS-IDE v.1.4.4.1, HBPrinter, PropGrid, TSBrowse and
Sqlite3 libraries.

* Added the new interesting samples and updated the some Basic and
Advanced samples.
It is a regularly scheduled maintenance release.

A setup of the build 20.05 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
Embarcadero C++ 10.2 ‘Tokyo’ compiler.

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.05 is published

Post by Anand »

Thanks for new enhancements.

Regards,

Anand
Regards,

Anand

Image
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: Harbour MiniGUI Extended Edition build 20.05 is published

Post by jairpinho »

thank you Grigory great job
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Harbour MiniGUI Extended Edition build 20.05 is published

Post by quartz565 »

thank you Grigory !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
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.05 is published

Post by JALMAG »

Thanks Grigory!!
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 20.05 is published

Post by serge_girard »

Hi Grigory, Just gave a small donation, thamks again!

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

Re: Harbour MiniGUI Extended Edition build 20.05 is published

Post by gfilatov »

serge_girard wrote: Wed May 27, 2020 11:23 am Hi Grigory, Just gave a small donation, thamks again!
Hi Serge,

I'm very appreciate your support in this hard time. :o
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.05 is published

Post by gfilatov »

Hi All,

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

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

Whatsnew:
* Fixed: The function _AddTabControl() did not show a 'Split Button' control
after adding to the TAB. There was a wrong control position also.
Reported by Ivanil Marcelino <ivanil/at/linkbr.com.br>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: Internal OOP: added a scale table depending on a font size in
the function oDlu2Pixel().
Suggested and contributed by Sergej Kiselev.
* New: 'DBF Pick List with a drag items feature' sample.
Based upon a contribution of HMG user Jimmy.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\PICKLIST)
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 10.1.0 (32-bit);
- MinGW GNU C 10.1.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]
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 20.05 is published

Post by Steed »

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

Re: Harbour MiniGUI Extended Edition build 20.05 is published

Post by gfilatov »

Hi All,

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

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

Whatsnew:
* Updated: Pacified the warnings for the undefined constants in a C-code
(was passed MinGW GNU C 10.1).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: Internal OOP: updated a scale table depending on a font size in
the function oDlu2Pixel().
Contributed by Sergej Kiselev
(see demo in folder \samples\Basic\GetBox_3)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- added the new variables :nFromCol, :nToCol in the class TSBcell.
Contributed by Sergej Kiselev.
* New: 'Enum Processes' sample by Claudio Soto.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\EnumProcesses)
* Updated: 'Dlu2Pixel Demo' sample without using of SET OOP ON command.
Don't miss this very interesting example!
Contributed by Sergej Kiselev
(see in folder \samples\Basic\GetBox_3)
* Updated: MPM utility:
- fixed handling of a files association for compatibility with
Windows 10.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Utils\MPM)
The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
Post Reply