Page 1 of 1

Harbour MiniGUI Extended Edition build 18.11 is published

Posted: Wed Dec 05, 2018 8:49 am
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 18.11.
For the full list, please see the changelog.

* Fixed a problem with button's focus at a window activation when
this button was defined with the DEFAULT clause.

* A first TEXTBOX have got a control's content selection by default
when a focus is received at a window activation.
It is not required a calling of Setfocus method at form's 'On Init'
event anymore (look at the InputBox() and InputWindow() functions).

* Added an additional checking before a calling of the C-function
_SetFont() due to a program crash in some situations (introduced in
the build 16.12).

* The optimized ON SIZE event's behavior with using of the
auxiliary WinAPI events WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE.

* A Label control supports a codeblock type for assigning to 'Value'
property, e.g.
@ ... LABEL ... VALUE { || ... }
Form.Label.Value := { || ... }

* Modified handling of the WM_NEXTDLGCTL message according to
WinAPI specification (synchronized with Official HMG).

* Added the Harbour client library for access to LetoDBf server
RDDLeto with the corresponding header files.

* Updated and improved the TSBrowse, HbXML and HMG_HPDF libraries.

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

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

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

http://hmgextended.com/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!

Merry Christmas and Happy Holidays!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]


P.S. I'm considering a posibility to stop a maintenance of the MiniGUI library
due to a lack of _any_ monetary support from the Minigui community
for the recent four months.

Re: Harbour MiniGUI Extended Edition build 18.11 is published

Posted: Wed Dec 05, 2018 9:12 am
by serge_girard
Thanks Grigory, but I'm sorry to hear to the lack of support!

Serge

Re: Harbour MiniGUI Extended Edition build 18.11 is published

Posted: Thu Dec 06, 2018 9:58 am
by Anand
Thanks a lot Grigory for the latest version.

I remain grateful to you and will try to support you.

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 18.11 is published

Posted: Fri Dec 07, 2018 11:07 am
by quartz565
Thank you Grigory !