Re: HMG Extended Edition version 22.03 is published
Posted: Thu Apr 14, 2022 5:34 pm
thank you Grigory!
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
https://www.hmgforum.com/
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:
--------------------
The above distros are available for the all donators.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
Thanks for your attention.
Greetings,
Grigory
Hi,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.
gfilatov wrote: ↑Tue Apr 19, 2022 4:43 pmHi,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.
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![]()
That's all![]()
There are also the "last-minute" improvements in the save pdf's module of* 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)