Harbour MiniGUI Extended Edition build 20.06 is published

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

Moderator: Rathinagiri

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

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by quartz565 »

Thank you Grigory!
Best Regards,
Nikos.

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

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 20.06 (Update 3) for Borland C++ 5.8.2 at

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

Whatsnew:
* Fixed: Multiselect GRID: when you click again on only one of the previous
selected lines the 'OnChange' event is NOT called.
That's exists in the official version too.
Bug was reported by Hans Marc.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\Grid_2)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- minor correction of a phantom column's painting in the method
Enabled().
Contributed by Sergej Kiselev
(see demo6.prg in folder \samples\Advanced\Tsb_Basic_2)
* Updated: HbSQLite3 library:
- update for using SQLITE3 latest version 3.33.0dev.
Contributed by Grigory Filatov <gfilatov@inbox.ru>.
* New: 'Restore a working of the F12 hotkey' sample.
Based upon a contribution of Pablo Cesar Arrascaeta at HMGFORUM.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\ON_KEY_F12)
* New: 'NetIO Server Test' sample with a client connection.
Based upon a contribution of Pete D. <pete_westg/at/yahoo.gr>.
Revised by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\NETIO_3)
* Updated: 'Folders syncronize - Backup Incremental' utility:
- added the possibility of syncronizing to and from the Leto server.
Based upon a contribution of Brunello Pulix at HMGFORUM.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Utils\HMG_MYSYNC)
The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
jorge_riv
Posts: 65
Joined: Thu Nov 22, 2018 2:20 pm
DBs Used: DBF, MySQL,SQL SERVER, Oracle.

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by jorge_riv »

Varia en algo usando BCC102??? Es con el cual compilo en esta version.
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by quartz565 »

Thank you Grigory!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by salamandra »

Thank you very much Grigory !!

Salamandra, Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
gfilatov
Posts: 1068
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 20.06 (Update 4) for Borland C++ 5.8.2 at

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

There is also the updated donationware Minigui Ex build for the
Embarcadero C++ 10.2 ‘Tokyo’ compiler.

Whatsnew:
* Fixed: The transparent CHECKBOX and RADIOGROUP controls inside a Tab
depended from a FRAME with 'Opaque' property which set to ON.
Problem was reported by Marcal Vera.
Contributed by Grigory Filatov <gfilatov@inbox.ru>.
* Modified: The minor optimizations for a MiniGUI core reducing in the
following functions:
- SetProperty();
- GetProperty();
- DoMethod().
Contributed by Grigory Filatov <gfilatov@inbox.ru>.
* Updated: Synchronized Extended HMG for compatibility with Official HMG:
- the all controls (ButtonEx, Image CheckButton, ToolBar Button,
ComboBoxEx, Grid, Tab, Tree, Menu, etc) will loaded the images
in formats BMP, GIF, TIF, JPG and PNG.
It was a postponed user's request (slight chance of regression).
Based upon a contribution of Claudio Soto <srvet/at/adinet.com.uy>.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\Tab_4)
* Updated: HbSQLite3 library:
- update for using SQLITE3 latest version 3.33.0dev.
Contributed by Grigory Filatov <gfilatov@inbox.ru>.
* New: 'Grid Image Index with the PNG images' sample by Claudio Soto.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\Grid_ImageIndex)
* Updated: 'Data-Bound Controls' sample:
- added the round rectangled edit controls with outline highlight
when gaining focus.
Requested by Sylvain Larche.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo2.prg in folder \samples\Basic\DATA_BOUND)
* Updated: 'Tab pages with the PNG images' sample.
Borrowed from HMG 4 project.
Adapted by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\Tab_4)
The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by salamandra »

Thank you Grigory !!

Salamandra, Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by Steed »

Thanks
User avatar
gfilatov
Posts: 1068
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 20.06 (Update 5) for Borland C++ 5.8.2 at

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

There is also the updated donationware Minigui Ex build for the
Embarcadero C++ 10.2 ‘Tokyo’ compiler.

Whatsnew:
* Fixed: Possible corruption after a memory allocation in the C-function
ListViewGetItem() (introduced in the build 19.04).
Reported and contributed by Fernando Yurisich.
* Fixed: When loads a Grid control and 'ColumnControls' property
is NIL then converts automatically any data type in a text type.
Problem was reported by Fernando Yurisich.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- minor correction at adding of a Selector in the method Paint().
Contributed by Sergej Kiselev.
- the function LoadImage() supports the additional parameters.
Syntax:
LoadImage( cFilename [, hWnd ][, nWidth ][, nHeight ] ;
[, nScale ][, nTransparent ][, nBackColor ][, Adjust ] ;
[, lAlpha ][, nAlphaConstant ] )
Requested by Verchenko Andrey.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: HbSQLite3 library:
- update for using SQLITE3 latest version 3.33.0dev.
Contributed by Grigory Filatov <gfilatov@inbox.ru>.
* Updated: 'Data-Bound Controls' sample:
- updated function DrawRR() for the round rectangled edit controls.
Syntax:
DrawRR( nRow, nCol, nHeight, nWidth ;
[, lFocus][, cWindowName][, nCurve] )
Requested by Paul Schlicher.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo2.prg in folder \samples\Basic\DATA_BOUND)
The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 20.06 is published

Post by Anand »

Thanks for quick update.

Regards,

Anand
Regards,

Anand

Image
Post Reply