Harbour MiniGUI Extended Edition build 18.10 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 18.10 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 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]
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post by Steed »

thanks
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post by serge_girard »

Many thanks, Grigory !

Serge
There's nothing you can do that can't be done...
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post by luisvasquezcl »

Thanks Grigory
Best regards
User avatar
BeGeS
Posts: 125
Joined: Fri Jul 14, 2017 10:45 am
DBs Used: DBF
Location: La Mancha, Spain

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post by BeGeS »

Many thanks, Filatov
I get by with a little help from my friends
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post by Anand »

Thanks a lot for the new version.

Regards,

Anand
Regards,

Anand

Image
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post by quartz565 »

Thanks Grigory!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post 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]
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 18.10 is published

Post by Steed »

Thnaks , Again
Post Reply