HMG Extended Edition version 22.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
quartz565
Posts: 674
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG Extended Edition version 22.03 is published

Post by quartz565 »

thank you Grigory!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
HGAutomator
Posts: 200
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Re: HMG Extended Edition version 22.03 is published

Post by HGAutomator »

Can the 64-bit Minigui be installed concurrently with the 32-bit version? I need to use the 64-bit ODBC drivers, but have been using the 32-bit setup, up to now.


gfilatov wrote: Thu Mar 31, 2022 7:50 am Hi Friends,

Please notice that there are also the private MinGW-based builds:

-------------------------------------------------------------
Minigui Ex Package (build date: 30.03.2022)
Download links: https://hmgextended.com/files/PRIVATE
-------------------------------------------------------------

Components versions:
--------------------
Harbour MiniGUI Extended Edition 22.03 (Release)

Harbour 3.2.0dev (r2104281802)

Harbour Make (hbmk2) 3.2.0dev (r2021-04-28 18:02)

gcc (GCC with MCF thread model, built by LH_Mouse.) 11.2.1 20220323
-------------------------------------------------------------
Minigui Ex 64 Package (build date: 30.03.2022)
Download links: https://hmgextended.com/files/PRIVATE
-------------------------------------------------------------

Components versions:
--------------------
Harbour MiniGUI Extended Edition 22.03 (Release)

Harbour 3.4.0dev (a6e3e4b) (2021-11-16 00:36)

Harbour Make (hbmk2) 3.4.0dev (a6e3e4b) (2021-11-16 00:36)

gcc (GCC) 11.2.0 2021-10-30
The above distros are available for the all donators.

Thanks for your attention.

Greetings,
Grigory
User avatar
gfilatov
Posts: 1114
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG Extended Edition version 22.03 is published

Post by gfilatov »

HGAutomator wrote: Tue Apr 19, 2022 3:54 pm Can the 64-bit Minigui be installed concurrently with the 32-bit version? I need to use the 64-bit ODBC drivers, but have been using the 32-bit setup, up to now.
Hi,

Yes, it is possible.

You can installing the 32-bit version to the folder c:\minigui and then install the 64-bit Minigui to the folder c:\minigui64 with corresponding correction a default path setting in the batch file c:\minigui64\build64.bat :arrow:

That's all :idea:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
HGAutomator
Posts: 200
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Re: HMG Extended Edition version 22.03 is published

Post by HGAutomator »

Sounds good, thanks.

Regards,


gfilatov wrote: Tue Apr 19, 2022 4:43 pm
HGAutomator wrote: Tue Apr 19, 2022 3:54 pm Can the 64-bit Minigui be installed concurrently with the 32-bit version? I need to use the 64-bit ODBC drivers, but have been using the 32-bit setup, up to now.
Hi,

Yes, it is possible.

You can installing the 32-bit version to the folder c:\minigui and then install the 64-bit Minigui to the folder c:\minigui64 with corresponding correction a default path setting in the batch file c:\minigui64\build64.bat :arrow:

That's all :idea:
User avatar
gfilatov
Posts: 1114
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG Extended Edition version 22.03 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 22.03 for Borland C++ 5.8.2 at

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

There is also an extra donationware Minigui Ex built for the freeware
Embarcadero C++ 10.2 ‘Tokyo’ compiler (which is included in the package).

Whatsnew:

2022/04/21: HMG Extended Edition version 22.03 (Update 3).
* Fixed: Bug due to stupid typo in the internal function _DefineImageList()
(introduced in the build 2.4.6).
The above typo was influence on display the Toolbar's Button with
PICTUREINDEX clause.
Contributed by Grigory Filatov <gfilatov@gmail.com>
* Enhanced: The DISABLE / ENABLE [ CONTROL ] EVENT command may be used
similar to the pseudo-OOP method StopEvent.
Syntax:
Form.Control.StopEvent := .T. | .F.
Suggested and contributed by Ivanil Marcelino.
* Enhanced: You can get 'ColumnWidthLimits' property of GRID at runtime:
Form.Grid.ColumnWidthLimits -> aMinMax
aMinMax := GetProperty( Form, Grid, 'ColumnWidthLimits' )
Suggested and contributed by Ivanil Marcelino.
* Updated: Added the forced modification of Grid columns width at setting of
'ColumnWidthLimits' property at runtime.
Suggested and contributed by Ivanil Marcelino
(see demo in folder \samples\Basic\Grid_ColumnsWidth)
* Updated: HbSQLite3 library:
- update for using SQLITE3 version 3.39.0dev (from 3.38.2).
Contributed by Grigory Filatov <gfilatov@gmail.com>
* New: 'Grid Columns With Fixed Width' sample.
Contributed by Grigory Filatov <gfilatov@gmail.com>
(see in folder \samples\Basic\Grid_ColumnsFixedWidth)
* Updated: 'Set order in Browse' sample.
Based upon a suggestion of Pete D.
Contributed by Grigory Filatov <gfilatov@gmail.com>
(see demo.prg in folder \samples\Basic\BROWSE_PICTURE)
* Updated: 'Alarm Clock' sample:
- used the function GetColor() with 1st parameter instead of
the internal C-function.
Contributed by Grigory Filatov <gfilatov@gmail.com>
(see in folder \samples\Applications\AlarmClock)
There are also the "last-minute" improvements in the save pdf's module of
the HbPrinter and MiniPrint2 libraries.

The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
serge_girard
Posts: 3412
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG Extended Edition version 22.03 is published

Post by serge_girard »

Thanks Grigory !

Serge
There's nothing you can do that can't be done...
User avatar
quartz565
Posts: 674
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG Extended Edition version 22.03 is published

Post by quartz565 »

Thank you Grigory !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
JALMAG
Posts: 265
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Re: HMG Extended Edition version 22.03 is published

Post by JALMAG »

Gracias !
User avatar
tonton2
Posts: 484
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG Extended Edition version 22.03 is published

Post by tonton2 »

+1
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
Post Reply