HMG Extended Edition version 21.09 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.09 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.09.
For the full list, please see the changelog.
* Fixed: The GetBox control executes the WHEN procedure at the calling
of any other event. It was a postponed modification.

* Added the auxiliary command for assigning a value to the Pseudo-
Global variable.
Syntax:
ASSIGN GLOBAL <cVarName> := <cExp>
where
<cVarName> is the name of the Pseudo-Global variable to assign.

* The DATEPICKER may manage a 'Value' property as DateTime value.

* Added the useful property 'Checked' for SHOWNONE clause in the
DATEPICKER control.

* The names of the internal GLOBAL variables were prefixed with
"_HMG_" for avoiding of override their with user variables names.

* The Window CONTEXTMENU event uses the function GetCursorPos()
for a right detect of mouse position at the multi-monitors system.

* Updated header file i_pseudofunc.ch for compatibility with xHarbour.

* Updated the TSBrowse, sddmysql and sddsqlite3 contrib libraries.

* Added the new interesting samples and updated some examples.
A setup of the ANSI build 21.09 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.

Note: There are the separate versions of the MiniGUI library for ANSI
and UNICODE characters.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
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.09 is published

Post by serge_girard »

Thanks Grigory!
There's nothing you can do that can't be done...
JALMAG
Posts: 265
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Re: HMG Extended Edition version 21.09 is published

Post by JALMAG »

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

Post by quartz565 »

Thanks Grigory!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Post Reply