Page 2 of 2

Re: HMG Extended Edition version 22.03 is published

Posted: Thu Apr 14, 2022 5:34 pm
by quartz565
thank you Grigory!

Re: HMG Extended Edition version 22.03 is published

Posted: Tue Apr 19, 2022 3:54 pm
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

Re: HMG Extended Edition version 22.03 is published

Posted: Tue Apr 19, 2022 4:43 pm
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:

Re: HMG Extended Edition version 22.03 is published

Posted: Tue Apr 19, 2022 5:29 pm
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:

Re: HMG Extended Edition version 22.03 is published

Posted: Thu Apr 21, 2022 5:52 am
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]

Re: HMG Extended Edition version 22.03 is published

Posted: Thu Apr 21, 2022 1:52 pm
by serge_girard
Thanks Grigory !

Serge

Re: HMG Extended Edition version 22.03 is published

Posted: Fri Apr 22, 2022 11:04 am
by quartz565
Thank you Grigory !

Re: HMG Extended Edition version 22.03 is published

Posted: Fri Apr 22, 2022 11:25 am
by JALMAG
Gracias !

Re: HMG Extended Edition version 22.03 is published

Posted: Thu Feb 16, 2023 2:33 pm
by tonton2
+1