HMG Extended Edition version 18.11 (Update 1)

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

Post Reply
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

HMG Extended Edition version 18.11 (Update 1)

Post 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]
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG Extended Edition version 18.11 (Update 1)

Post by serge_girard »

Thanks Grigory and Merry Christmas and Happy Holidays to you and your family!

Serge
There's nothing you can do that can't be done...
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG Extended Edition version 18.11 (Update 1)

Post 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 :!:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: HMG Extended Edition version 18.11 (Update 1)

Post 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
Regards,

Anand

Image
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG Extended Edition version 18.11 (Update 1)

Post by quartz565 »

Thank you Grigory!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG Extended Edition version 18.11 (Update 1)

Post 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]
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG Extended Edition version 18.11 (Update 1)

Post by serge_girard »

Thx !

Serge
There's nothing you can do that can't be done...
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: HMG Extended Edition version 18.11 (Update 1)

Post by Steed »

Thanks
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: HMG Extended Edition version 18.11 (Update 1)

Post by Anand »

Thanks Grigory for the update.

Merry Christmas and Happy Holidays

Regards,

Anand
Regards,

Anand

Image
Post Reply