Page 2 of 2

Re: HMG Extended Edition version 22.01 is published

Posted: Thu Feb 24, 2022 8:03 am
by serge_girard
I agree 100%!
Serge

Re: HMG Extended Edition version 22.01 is published

Posted: Fri Feb 25, 2022 1:37 pm
by quartz565
I agree
Nikos

Re: HMG Extended Edition version 22.01 is published

Posted: Fri Feb 25, 2022 1:39 pm
by quartz565
I agree !
Nikos

Re: HMG Extended Edition version 22.01 is published

Posted: Fri Feb 25, 2022 4:08 pm
by Anand
I agree too.

Re: HMG Extended Edition version 22.01 is published

Posted: Fri Feb 25, 2022 5:22 pm
by andyglezl
imagen_2022-02-25_112103.png
imagen_2022-02-25_112103.png (640.3 KiB) Viewed 2593 times

Re: HMG Extended Edition version 22.01 is published

Posted: Mon Feb 28, 2022 6:56 am
by gfilatov
Hi All,

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

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

Whatsnew:

2022/02/28: HMG Extended Edition version 22.01 (Update 4).
* Modified: The 'Simple PDF Creator' by Pete D. was moved to MiniGUI core.
Syntax:
_CreatePdf( aPages, cPdfFile, [lOpen], [cTitle] ) --> lSuccess
where
aPages is input array with EMF file names;
cPdfFile is name of output PDF file;
lOpen is flag indicating whether to open the PDF after it is created;
cTitle is optional name into the PDF description.
The HBPrinter and MiniPrint2 libraries have been modified accordingly.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\HBPrinter)
* Updated: 'EditBox control' sample:
- added search text and highlight in the EditBox control.
Requested by Sylvain Larche.
Contributed by Pierpaolo Martinello <pier.martinello[at]alice.it>
(see in folder \samples\Basic\EDITBOX)
* Updated: 'MiniPrint send mail' sample:
- added the template of config file mail.cfg for mailing test.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\MiniPrint2_2)
* Updated: 'Simple DBU' sample: revised adding record at no sorted database.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Applications\MiDBU)
The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: HMG Extended Edition version 22.01 is published

Posted: Mon Mar 07, 2022 6:56 am
by gfilatov
Hi All,

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

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

Whatsnew:

2022/03/07: HMG Extended Edition version 22.01 (Update 5).
* Enhanced: The SplitChild window may manage a 'GripperText' property.
You can set/get this property at runtime:
- function syntax:
SetProperty ( SplitChildForm, 'GripperText', cText )
GetProperty ( SplitChildForm, 'GripperText' ) --> cText
- pseudo-OOP syntax:
SplitChildForm.GripperText := cText
SplitChildForm.GripperText --> cText
Requested by Gilbert Vaillancourt.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo2.prg in folder \samples\Basic\ButtonEx)
* Enhanced: Added three optional parameters in the function WaitWindow().
Syntax:
WaitWindow( [cMessage], [lNoWait], [nWidth], [nSize], [cFont] )
--> cFormName
Contributed by Sergej Kiselev.
Revised by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\WAIT_WINDOW)
* Updated: 'EditBox control' sample:
- added "Whole words", "Replace with", "Replace all" and
"Case sensitive" options in the find dialog.
Contributed by Pierpaolo Martinello <pier.martinello[at]alice.it>
(see in folder \samples\Basic\EDITBOX)
* Updated: 'ButtonEx Builder' sample.
It is ready for the multi-monitors systems.
Contributed by Gilbert Vaillancourt.
(see in folder \samples\Applications\ButtonBuilder)
* Updated: 'DBF Index Manager' sample.
It is ready for the multi-monitors systems.
Contributed by Gilbert Vaillancourt.
(see in folder \samples\Applications\DBFIndex)
* Updated: 'DBF Browser' sample: modify structure and view/edit/seek utility.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Utils\hmg_dbview)
* Updated: MPM utility:
- fixed a problem with restore of main window after minimizing.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Utils\MPM)
The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: HMG Extended Edition version 22.01 is published

Posted: Mon Mar 07, 2022 11:24 am
by Anand
Thanks for the update 5, Grigory

Re: HMG Extended Edition version 22.01 is published

Posted: Tue Mar 15, 2022 7:00 am
by gfilatov
Hi All,

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

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

Whatsnew:

2022/03/15: HMG Extended Edition version 22.01 (Update 6).
* Enhanced: Added two optional parameters in the function WaitWindow().
Syntax:
WaitWindow( [cMessage], [lNoWait], [nWidth], [nSize], [cFont], ;
[aFontColor], [aBackColor] ) --> cFormName
where
1st parameter cMessage may have an array type or string divided by
semicolon for multiline output.
Contributed by Sergej Kiselev.
Revised by Grigory Filatov <gfilatov[at]gmail.com>
(see demo.prg in folder \samples\Basic\WAIT_WINDOW)
* Updated: HbSQLite3 library:
- update for using SQLITE3 version 3.38.1 (from 3.38.0).
Contributed by Grigory Filatov <gfilatov[at]gmail.com>
* Updated: The following samples were fixed for a bug that occurs at attempt
to create a Zip file without having write permissions:
- \samples\Basic\Zip;
- \samples\Basic\Zip_3;
- \samples\Basic\Zip_4.
Contributed by Pierpaolo Martinello <pier.martinello[at]alice.it>
The upgrade to this build is optional.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: HMG Extended Edition version 22.01 is published

Posted: Thu Mar 17, 2022 10:20 am
by gfilatov
Hi All,

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

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

Whatsnew:

2022/03/17: HMG Extended Edition version 22.01 (Update 7).
* Fixed: The problem with assigning FONTCOLOR property at runtime into GRID
(introduced in the build 21.11).
Bug was reported by Ivanil Marcelino.
Contributed by Grigory Filatov <gfilatov[at]gmail.com>
* Updated: PScript library source code:
- update for using PageScript DLL ver. 4.0.1.144 (from 3.0.4.124).
(see in folder \Source\PageScript)
Warning: This PSCRIPT.DLL haven't got the build-in Preview anymore,
instead it was used the external application viewer.exe.
Contribution of Richard Visscher <richard/at/irvis.com>.
Revised by Grigory Filatov <gfilatov[at]gmail.com>
(see demo in folder \samples\Advanced\PageScript)
The upgrade to this build is high recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]