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

Harbour MiniGUI Extended Edition build 19.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 and bugfix release.

Here's a breakdown of some of the modifications in the build 19.04.
For the full list, please see the changelog.

* EDIT controls family: restored a correct setting of ReadOnly colors
at runtime. A problem was introduced in the past releases due to
adding a wrong checking of a color parameter's type.

* Fixed problem with using of 'SetFocus' method into ON ENTER event and
established Navigation Extended in the CHECKBOX, COMBOBOX, DATEPICKER
and TIMEPICKER controls.
It exists in the official version too.

* Fixed problem with painting of the StatusBar ownerdraw items at Windows 10
(f.e. when a StatusBar control was defined with KEYBOARD clause).

* Added the useful function HMG_GetFormControls( cFormName [, cUserType ] )
for retrieving of an array of the control's names for specified window.
Sample code:
HMG_GetFormControls( App.FormName ) -> all controls of a Main form
AEval( HMG_GetFormControls( ThisWindow.Name, "Label" ), ;
{|ctl| This.&(ctl).Alignment := 'Right' } )

* Added the following functions, based on the function HMG_Alert():
- AlertYesNo ( Message, Title, RevertDefault, ;
Icon, nSize, aColors, lTopMost ) -> .T. / .F.;
- AlertYesNoCancel ( Message, Title, nDefaultButton, ;
Icon, nSize, aColors, lTopMost ) -> 1 / 0 / -1;
- AlertRetryCancel ( Message, Title, nDefaultButton, ;
Icon, nSize, aColors, lTopMost ) -> .T. / .F.;
- AlertOkCancel ( Message, Title, nDefaultButton, ;
Icon, nSize, aColors, lTopMost ) -> .T. / .F.;
- AlertInfo ( Message, Title, Icon, nSize, aColors, lTopMost );
- AlertStop ( Message, Title, Icon, nSize, aColors, lTopMost );
- AlertExclamation ( Message, Title, Icon, nSize, aColors, lTopMost ).

The above functions imitate the system dialog boxes with a
possibility of a users tuning for the font, colors, timer etc.

* The RadioGroup control supports now a changing of the OPTIONS and
SPACING properties at runtime.

* Added <Shift-Tab> hotkey for backward moving to inplace editing
in a CELLED GRID control as opposite to <Tab> key action.

* The Timer control supports now the alternative syntax.

* Improved text extraction of the GRID item using a dynamic buffer
allocation. This will break the limit on the length of the grid
cell, which was set to 1023 characters earlier.

* Revised the sizes of the dialog box in the function HMG_Alert()
to be similar to the sizes of the system dialogs in Windows 7.

* Updated the TSBrowse, RDDLeto and Sqlite3 libraries.

* Updated Harbour Compiler 3.2.0dev to a recent Git-version.
(ChangeLog Last Entry: 2019-04-11 17:33)

* Added the new interesting samples and updated some Basic and
Advanced samples.

A setup of the build 19.04 for Borland C++ 5.5.1 is published at
the following URL:

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

This release is considered stable and ready for production use.

The upgrade to this build is recommended.

Thanks for your attention and support!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Harbour MiniGUI Extended Edition build 19.04 is published

Post by tonton2 »

spassiba vam
L'Algerie vous salut
Y.TABET
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Harbour MiniGUI Extended Edition build 19.04 is published

Post by quartz565 »

Thank you Grigory !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Leopoldo Blancas
Posts: 388
Joined: Wed Nov 21, 2012 7:14 pm
Location: México

Re: Harbour MiniGUI Extended Edition build 19.04 is published

Post by Leopoldo Blancas »

Tranks Gregory...!!!

much success!

I'm already installing it....
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 19.04 is published

Post by Steed »

Thanks
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI Extended Edition build 19.04 is published

Post by Roberto Lopez »

Thanks Grigory!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
ecabrerizo
Posts: 30
Joined: Mon Mar 26, 2012 10:33 am
Location: España

Re: Harbour MiniGUI Extended Edition build 19.04 is published

Post by ecabrerizo »

Thanks Grigory !!
Post Reply