Page 1 of 1

Harbour MiniGUI Extended Edition build 18.05 is published

Posted: Wed Jun 06, 2018 7:23 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.

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

* Fixed a program's crash at using of ANIMATERES User Component.

* Added possibility to set/get of the NON CLIENT attributes of windows
at runtime with the following new commands:
SET WINDOW BORDER TO <nPixels>
SET SCROLLBAR [SIZES] TO <nPixels>
SET TITLEBAR [ WIDTH | HEIGHT ] TO <nPixels>
SET [STANDARD] MENU [SIZES] TO <nPixels>
SET TITLEBAR FONT TO <fontname>, <fontsize> [BOLD] [CHARSET <n>]
SET [STANDARD] MENU FONT TO <fname>,<fsize> [BOLD] [CHARSET <n>]
SET STATUSBAR FONT TO <fontname>, <fontsize> [BOLD] [CHARSET <n>]
SET MESSAGEBOX FONT TO <fontname>, <fontsize> [BOLD] [CHARSET <n>]
Warning: Please use these possibilities with a caution.

* A minor optimization in the Browse control.

* Obsolete HbOle library is not required for Harbour anymore.
It was replaced with using of the hbwin and xhb contrib libraries.

* Updated and improved the following libraries:
TSBrowse, PScript, HbSSL.

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

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

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

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

But from today you can also download from the new mirror:

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

There are also an extra xHarbour.org-based archive for this build and
Minigui Ex build for the free Embarcadero C++ 10.1 Berlin compiler at
the Minigui's download page.

This release is considered stable and ready for production use.

Thanks for your attention and support!

A special thanks to Cesare Vigliani, for having made available to
Harbour Minigui Extended, its graphic art that you can see in the
new logo at the Minigui homepage.

--
Pierpaolo Martinello & Grigory Filatov and all Minigui Extended Team

Re: Harbour MiniGUI Extended Edition build 18.05 is published

Posted: Wed Jun 06, 2018 7:52 am
by BeGeS
THANK YOU. ;)

Re: Harbour MiniGUI Extended Edition build 18.05 is published

Posted: Wed Jun 06, 2018 10:10 am
by serge_girard
Thanks Pierpaolo Martinello & Grigory Filatov and all Minigui Extended Team !

Serge

Re: Harbour MiniGUI Extended Edition build 18.05 is published

Posted: Wed Jun 06, 2018 10:39 am
by dragancesu
SET [STANDARD] MENU FONT TO <fname>,<fsize> [BOLD] [CHARSET <n>]
Is possible this option include in HMG?

Re: Harbour MiniGUI Extended Edition build 18.05 is published

Posted: Wed Jun 06, 2018 2:48 pm
by Anand
Thanks for the new version and hard work behind it.

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 18.05 is published

Posted: Thu Jun 07, 2018 9:00 pm
by Steed
Thanks

Re: Harbour MiniGUI Extended Edition build 18.05 is published

Posted: Sat Jun 09, 2018 3:28 pm
by quartz565
Thank you!