Harbour MiniGUI Extended Edition build 21.03 is published

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: Harbour MiniGUI Extended Edition build 21.03 is published

Post by salamandra »

Grigory, thank you very much for your nice job and strong effort !!


Salamandra, Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 21.03 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 21.03 (Update 2) for Borland C++ 5.8.2 at

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

Whatsnew:
* Fixed: ON SIZE event is triggered to early in the Modal window with the
defined menu.
Bug was reported by Theo Pluijm <trmpluym/at/gmail.com>.
Based upon a contribution of HMG user Edward.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
* Modified: Adaptation of the MiniGUI core for compatibility with the
latest Harbour compiler version 3.0.0 (SVN 2011-07-17 19:15):
- the updated header include\i_pseudofunc.ch;
- added translate directives for missed Harbour 3.2 functions;
- Vista's TaskDialog implementation was blocked due to the
incompatibility with Harbour 3.0.
Contributed by Grigory Filatov <gfilatov@inbox.ru>.
* Updated: Implementation of UNICODE support in the MiniGUI core:
- fixed problem with the returned items value in ListBox, ComboBox
and GET ini file command.
Bug was reported by Allan De Sa.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Harbour Compiler 3.2.0dev (SVN 2021-04-10 23:32):
* Updated: PostGreSQL library source code
(see in folder \Source\HbPgSql).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'ButtonEx and Snap Control' sample: added the function Snap2Ctrl().
Contributed by Pierpaolo Martinello <pier.martinello[at]alice.it>
(see demo3.prg in folder \samples\Basic\BUTTON_1)
The upgrade to this build is recommended.

Thanks for your attention and support.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 21.03 is published

Post by gfilatov »

P.S. Please note that there are also the following MinGW-based builds:
-------------------------------------------------------------
Minigui Ex Package (build date: 13.04.2021)
Download links: http://hmgextended.com/files/PRIVATE
-------------------------------------------------------------

Components versions:
--------------------

Harbour MiniGUI Extended Edition 21.03 (Update 2)

Harbour 3.2.0dev (r2104102132)

Harbour Make (hbmk2) 3.2.0dev (r2021-04-10 21:32)

gcc (GCC with MCF thread model, built by LH_Mouse.) 10.3.1 20210409
and
-------------------------------------------------------------
Minigui Ex 64 Package (build date: 13.04.2021)
Download links: http://hmgextended.com/files/PRIVATE
-------------------------------------------------------------

Components versions:
--------------------

Harbour MiniGUI Extended Edition 21.03 (Update 2)

Harbour 3.4.0dev (cf51c11) (2017-12-20 13:44)

Harbour Make (hbmk2) 3.4.0dev (cf51c11) (2017-12-20 13:44)

gcc (MinGW-W64 x86_64-posix-seh, built by Brecht Sanders) 10.3.0
The above builds are available for the all donators :arrow:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 21.03 is published

Post by Anand »

Thank you Grigory for the update.

Regards,

Anand
Regards,

Anand

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

Re: Harbour MiniGUI Extended Edition build 21.03 is published

Post by quartz565 »

Thank you 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 21.03 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 21.03 (Update 3) for Borland C++ 5.8.2 at

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

Whatsnew:
* New: The OwnerDraw Menu style supported the following optional command:
- SET MENUTHEME [ DEFAULT | XP | 2000 | DARK | USER <aMenu> ]
[ OF <form> ]
Based on using of the function HMG_SetMenuTheme().
Contributed by Grigory Filatov <gfilatov/@/inbox.ru>
(see menudemo2.prg in folder \samples\Basic\Menu)
* Updated: Synchronized Extended HMG for compatibility with Official HMG:
- added the useful functions (and appropriate properties) below:
- TreeItemGetParentValue();
- TreeItemSetNodeFlag().
Based upon a contribution of Claudio Soto <srvet/@/adinet.com.uy>.
Adapted for Minigui Extended by Grigory Filatov <gfilatov/@/inbox.ru>
(see demo in folder \samples\Basic\TreeMenu_3)
* Updated: Implementation of UNICODE support in the MiniGUI core:
- fixed problem with the TIMEPICKER format string.
Bug was reported by Allan De Sa.
Contributed by Grigory Filatov <gfilatov/@/inbox.ru>
* Updated: HbSQLite3 library:
- update for using SQLITE3 version 3.35.5 (from 3.35.4).
Contributed by Grigory Filatov <gfilatov/@/inbox.ru>.
* Updated: Harbour Compiler 3.2.0dev (SVN 2021-04-14 22:25).
Contributed by Grigory Filatov <gfilatov/@/inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'Save/Load Tree Structure in the JSON format' sample.
Based upon a contribution of HMG user Edward.
Adapted for Minigui Extended by Grigory Filatov <gfilatov/@/inbox.ru>
(see in folder \samples\Basic\TreeMenu_3)
* Updated: 'Simple PDF Class' sample:
- updated for using of the recent PDF Class version.
Based upon a contribution of Jose Quintas.
Adapted for Minigui Extended by Grigory Filatov <gfilatov/@/inbox.ru>
(see in folder \samples\Advanced\HaruPDF_2)
The upgrade to this build is recommended.

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 21.03 is published

Post by Anand »

Hi Grigory

Thanks for the new version

Regards,

Anand
Regards,

Anand

Image
JALMAG
Posts: 262
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Re: Harbour MiniGUI Extended Edition build 21.03 is published

Post by JALMAG »

Thanks Grigory!
best regards
Post Reply