Harbour MiniGUI Extended Edition build 18.09 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.09 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 release.

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

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

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

* Added a new command to support a sorting in Tree control:
TREESORT ControlName OF ParentName [ ITEM nItem ] ;
[ RECURSIVE lRecursive ] [ CASESENSITIVE lCaseSensitive ] ;
[ ASCENDINGORDER lAscendingOrder ] [ NODEPOSITION nNodePosition ]

* Enhanced the Expand/Collapse methods in Tree control:
include recursive clause (synchronized with Official HMG).

* Updated the BosTaurus, TSBrowse and SQLite3 libraries.

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

A setup of the build 18.09 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!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 18.09 is published

Post by Anand »

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

This is the one I requested for, I hope. I will check and revert on it.
Thanks for the new release.

Regards,

Anand
Regards,

Anand

Image
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.09 is published

Post by serge_girard »

Thanks Mr. Filatov !

Serge
There's nothing you can do that can't be done...
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Harbour MiniGUI Extended Edition build 18.09 is published

Post by esgici »

serge_girard wrote: Thu Sep 27, 2018 2:35 pm Thanks Mr. Filatov !

Serge
+1
Viva INTERNATIONAL HMG :D
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 18.09 is published

Post by Steed »

Thanks
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Harbour MiniGUI Extended Edition build 18.09 is published

Post by quartz565 »

Thank you !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Post Reply