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

Harbour MiniGUI Extended Edition build 20.04 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.04.
For the full list, please see the changelog.
* Fixed problem with assigning of the BKBRUSH clause at a form
definition (introduced in the build 19.12).

* A correction in the function _SetValue() for a conflict between
the Timer and AniGif controls handling.

* A correction for the font attributes handling in the SplitButton
control.

* The Label, HyperLink, CheckBox and RadioGroup controls support
changing the 'Transparent' property at runtime.

* The EDIT controls family (TEXTBOX & EDITBOX) support changing
the 'CaseConvert' property at runtime.
It was a postponed user's request.

* The MONTHCAL control supports the BackColor, FontColor and
others color clauses in the THEMED Operating Systems.
It was a postponed user's request.

* Improved user type of control in INPLACE EDIT of GRID control.
DYNAMIC type is defined as { cControlType, bCodeBlock [, bChange] }
where cControlType = 'DYNAMIC' (Required)
bCodeBlock = CodeBlock that return array with normal type control
(Required)
bChange = CodeBlock with ON CHANGE action (Optional)
to above CodeBlock is passed one param - a current control value.
Added a new control type 'CODEBLOCK' for using with 'DYNAMIC' type.

* The ANIMATEBOX control supports now an optional INVISIBLE clause.

* The FONT clause in the POPUP and MENUITEM commands supports
a font name for the fonts which were defined by the command
DEFINE FONT <font> FONTNAME <name>.

* Limited the height of the dialog box in the function HMG_Alert()
to be able to output more than 20 strings in the EditBox control.

* The HMG Debugger resources were moved from the sample DBG_TEST
to the application resources.

* Updated Harbour Compiler 3.2.0dev to a recent Git-version.

* Updated TSBrowse and Sqlite3 libraries.

* Added the new interesting samples and updated the some Basic and
Advanced samples.
A setup of the build 20.04 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.2
‘Tokyo’ compiler. Note: it is a donationware distribution.

This release is considered stable and ready for production use.

The upgrade to this build is recommended.

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

Post by JALMAG »

Thank "maestro Grigory"
Donation made
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 20.04 is published

Post by Steed »

Thanks
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: Harbour MiniGUI Extended Edition build 20.04 is published

Post by salamandra »

Thank you Grigory !!


[]´s Salamandra - Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.04 is published

Post by gfilatov »

JALMAG wrote: Fri May 01, 2020 10:53 am Thank "maestro Grigory"
Donation made
Hello Jose Adolfo,

Thank you VERY MUCH for your support :!:

I'm very appreciate this.
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
Post Reply