Page 1 of 1

HMG Extended Edition version 18.11 (Update 1)

Posted: Wed Dec 12, 2018 7:41 am
by gfilatov
Hi All,

I've uploaded the updated setup of the build 18.11 for Borland C++ 5.5.1 at

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

Whatsnew:

* Enhanced: The optimized ON SIZE event detects now the mouse state.
You can use the variable _HMG_MouseState for accepting of
a left mouse button down (=1) or up (=0) state.
Suggested and contributed by Sergej Kiselev.
Revised by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \Utils\mgDBU)
* New: Added the Harbour HbCurl contrib library compiled with the latest
Curl and libcurl 32-bit package version 7.62.0 (30 Oct 2018).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- added the new method OnReSize( nWidth, nHeight, lTop );
- the improved method SetNoHoles().
Contributed by SergKis
(see demo in folder \samples\Advanced\Tsb_Export)
* Updated: MySql library source code (see in folder \Source\HbMySql):
- added the new method affected_rows() in the class TMySQLQuery.
Contributed by Attila Szabo.
* Updated: 'Print Pie Graph' sample: the updated data for November 2018.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\GraphPrint)
* Updated: 'Internet Explorer ActiveX' sample:
- updated the events processing routine for proper 64-bit handling.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\ActiveX)
* Updated: 'HMG_HPDF library usage' sample.
Based upon a contribution of HMG user Edward.
Revised by Grigory Filatov <gfilatov@inbox.ru>
(see demo3.prg in folder \samples\Advanced\PDF_PRINT_3)

The upgrade to this build is optional.

Thanks for your attention.

Merry Christmas and Happy Holidays!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Wed Dec 12, 2018 8:19 am
by serge_girard
Thanks Grigory and Merry Christmas and Happy Holidays to you and your family!

Serge

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Wed Dec 12, 2018 9:02 am
by gfilatov
serge_girard wrote: Wed Dec 12, 2018 8:19 am Thanks Grigory and Merry Christmas and Happy Holidays to you and your family!
Dear Serge,

Thanks a lot for your kind words and support :!:

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Wed Dec 12, 2018 10:02 am
by Anand
Thanks a lot Grigory for the update.
I was thinking of Edward's HMG_HPDF and thanks to both of you for the same.

Merry Christmas and Happy Holidays.

Regards,

Anand

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Mon Dec 17, 2018 1:26 pm
by quartz565
Thank you Grigory!

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Thu Dec 20, 2018 10:39 am
by gfilatov
Hi All,

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

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

Whatsnew:

* Enhanced: Added the events support for ActiveX control.
Syntax:
@ <nRow>,<nCol> ACTIVEX <ControlName> ;
[ OF | PARENT <ParentWindowName> ] ;
WIDTH <nWidth> ;
HEIGHT <nWidth> ;
PROGID <cProgId> ;
[ EVENTMAP <aEvents> ] ;
[ CLIENTEDGE ]
Or
DEFINE ACTIVEX <ControlName>
<...>
EVENTMAP { { nEvent, [bAction | cFuncName] }, { ... } }
CLIENTEDGE .T.
END ACTIVEX

Requested by Carlos Vargas <cvargaz[at]donboscocorp.com>.
Based on a contribution of Oscar Lira <oscarlira78@hotmail.com>.
Revised by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Advanced\VLC)
* Modified: A StatusBar with KEYBOARD clause look was improved with using
of an ownerdraw color for the status items.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \Utils\mgDBU)
* Updated: Minor correction of StatusItem refresh at modifying of FontColor,
BackColor and Align properties at runtime.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo4.prg in folder \samples\Basic\Status)
* Updated: 'Internet Explorer ActiveX' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\ActiveX)
* Updated: 'My Player' sample is based upon the VLC ActiveX Control at
http://www.videolan.org/.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\VLC)
* Updated: 'MiniGUI DataBase Utility' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Utils\mgDBU)

The upgrade to this build is optional.

Thanks for your attention.

Merry Christmas and Happy Holidays!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Thu Dec 20, 2018 12:15 pm
by serge_girard
Thx !

Serge

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Thu Dec 20, 2018 7:27 pm
by Steed
Thanks

Re: HMG Extended Edition version 18.11 (Update 1)

Posted: Fri Dec 21, 2018 9:26 am
by Anand
Thanks Grigory for the update.

Merry Christmas and Happy Holidays

Regards,

Anand