Page 1 of 1

Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Tue Oct 30, 2018 7:58 pm
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.10.
For the full list, please see the changelog.

* Fixed a problem with a translating of the SetFocus and others methods
for 'This' object reference (introduced in the build 16.08).

* Fixed a wrong row position of a WHOLEDROPDOWN menu of a ToolButton
which was placed into a HORIZONTAL SplitBox control.

* Fixed a missed TabPage's hotkeys management in the functions
_AddTabPage() and _DeleteTabPage() in a TAB control.
It exists in the official version too.

* Fixed problem with a ToolButton's hotkey assigning after
a changing of the ToolButton 'Caption' property at runtime.
It exists in the official version too.

* Added the set/get 'Visible' property for the forms:
ThisWindow|<FormName>.Visible [ := | --> ] lBoolean

* The new Harbour function __mvGetDef() was used instead of the
combination of the __mvExist()/__mvGet() in the MiniGUI core.
Note: The compatibility with xHarbour compiler and Harbour
version 3.4 is provided.

* New: Draw GRAPH in Bitmap is based upon the BosTaurus library.
Added the new command GRAPH BITMAP for PIE|BARS|LINES|POINTS
graph (synchronized with Official HMG).
Note: An algorithm of 'Graph Bitmap' was updated for compatibility
with a graphic module in the MiniGUI core.

* Updated and improved the TSBrowse library.

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

A setup of the build 18.10 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.

The upgrade to this build is recommended.

Thanks for your attention and support!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Tue Oct 30, 2018 8:02 pm
by Steed
thanks

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Tue Oct 30, 2018 8:36 pm
by serge_girard
Many thanks, Grigory !

Serge

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Wed Oct 31, 2018 12:24 am
by luisvasquezcl
Thanks Grigory
Best regards

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Wed Oct 31, 2018 8:04 am
by BeGeS
Many thanks, Filatov

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Wed Oct 31, 2018 9:56 am
by Anand
Thanks a lot for the new version.

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Wed Oct 31, 2018 3:27 pm
by srvet_claudio
Nice work!

Thanks for the info:
gfilatov wrote: Tue Oct 30, 2018 7:58 pm * Fixed a missed TabPage's hotkeys management in the functions
_AddTabPage() and _DeleteTabPage() in a TAB control.
It exists in the official version too.

* Fixed problem with a ToolButton's hotkey assigning after
a changing of the ToolButton 'Caption' property at runtime.
It exists in the official version too.

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Wed Oct 31, 2018 4:27 pm
by quartz565
Thanks Grigory!

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Tue Nov 06, 2018 6:13 pm
by gfilatov
Hi Friends,

I've uploaded the updated setup of the build 18.10 for Borland C++ 5.5.1 at

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

Whatsnew:

* Fixed: Program crash at releasing of a Tab control with imbedded Slider
(introduced in the build 18.10).
Bug was reported by Richard Rylko.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Fixed: Problem with assigning of the 'Caption' property in the ButtonEx
control (introduced in the build 18.10).
Bug was reported by Grzegorz Wojnarowski.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Modified: The function HMG_Alert() respects now the Minigui command
SET CENTERWINDOW RELATIVE PARENT.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- improved the method GotoRec( nRec [, lLastPos | nRowPos ] )
in the TSBrowse class.
The second parameter may have a logical value for the cursor
setting into a last position on a screen.
Contributed by Sergej Kiselev
(see demo in folder \samples\Advanced\Tsb_addrecord)

The upgrade to this build is recommended.

Thanks for your attention!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Posted: Tue Nov 06, 2018 6:20 pm
by Steed
Thnaks , Again