Harbour MiniGUI Extended Edition build 20.08 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
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Post by Anand »

Thanks for the update.

Regards,

Anand
Regards,

Anand

Image
Red2
Posts: 271
Joined: Sat May 18, 2019 2:11 pm
DBs Used: Visual FoxPro, FoxPro
Location: United States of America

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Post by Red2 »

Thank you Grigory!
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Post by gfilatov »

Hi All,

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

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

Whatsnew:
* Fixed: The default backcolor of Label, CheckBox and RadioGroup controls
is not correct if you place a WINDOW PANEL into the TAB control.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo2.prg in folder \samples\Basic\CONTAINERS\Panel)
* Fixed: Wrong GETBOX update behavior when user entered an invalid date
value (there is no way to correct it via program action).
Bug was reported by Pierpaolo Martinello.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: The DATEPICKER supports the colors definition for a dropdown
MonthCalendar in the THEMED Operating Systems.
It was a postponed user's request.
Based upon a contribution of HMG user Jimmy.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\DatePicker)
* Enhanced: The MONTHCAL control allows the display of days in BOLD.
There are three auxiliary functions for above feature handling:
- AddMonthCalBoldDay( ControlName, ParentName, dDate );
- DelMonthCalBoldDay( ControlName, ParentName, dDate );
- IsMonthCalBoldDay( ControlName, ParentName, dDate ).
Based upon a code borrowed from OOHG.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see month.prg in folder \samples\Basic\MONTHCAL)
* New: 'Testing columns in Tsbrowse for DBF file' sample.
Contributed by Sergej Kiselev and Verchenko Andrey
(see in folder \samples\Advanced\Tsb_2tables)
* New: 'Virtual columns in Tsbrowse for DBF file' sample.
Contributed by Sergej Kiselev and Verchenko Andrey
(see in folder \samples\Advanced\Tsb_VirtualColumn)
* Updated: 'Month calendar control test' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\MONTHCAL)
There is a "last-minute" improvement also:
* Enhanced: The MONTHCAL control will be adjusted correctly by width and
height after assigning a FontName and/or FontSize at runtime.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see month.prg in folder \samples\Basic\MONTHCAL)
The upgrade to this build is recommended.

Thanks for your attention and support.

--
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.08 is published

Post by salamandra »

Hi Grigory,
Thank you very much for this update.

Best regards,

Salamandra, Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Post by quartz565 »

Thank you very much Grigory!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Post by Anand »

Thanks for the update

Regards,

Anand
Regards,

Anand

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

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Post by gfilatov »

Hi All,

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

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

Whatsnew:
* Updated: The internal function GetUserControlType() detects now a new
RichEditBoxEx control.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Revised MiniGUI core code for compiling a lite English only
version of the library with the following switches in the header
file include\minigui.ch:
- _MULTILINGUAL_ constant is turned OFF;
- _PROPGRID_ constant is turned OFF;
- _PANEL_ constant is turned OFF;
- _PAGER_ constant is turned OFF;
- _HMG_COMPAT_ constant is turned OFF;
- _OBJECT_ constant is turned OFF.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: HMGS-IDE v.1.4.4.2 Project Manager and Two-Way Visual Form Designer:
- experimental build with the lite version of MiniGUI 20.08.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- added the ADS field types support in the method :LoadFields().
Contributed by Igor Nazarov.
* Updated: ADS RDD synced for the latest Advantage Database Server 12.0.
Contributed by Igor Nazarov.
* New: 'Tsbrowse ADO Test' sample.
Based upon a code borrowed from OOHG.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\Tsb_adotest)
* Updated: 'Test Directory List with System Icons' sample:
- fixed memory leak which was reported by Jimmy.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\FILEICON)
* Updated: 'TBrowse speed test with multiple fields' samples:
- added the hotkey actions via Ctrl + 0...8.
Contributed by Sergej Kiselev
(see in folder \samples\Advanced\Tsb_MoreFields)
The upgrade to this build is recommended.

Thanks for your attention and support.

--
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.08 is published

Post by Anand »

Thanks for the update

Regards,

Anand
Regards,

Anand

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

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Post by quartz565 »

Thank you for the update 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.08 is published

Post by salamandra »

Hi Grigory,

Thank you very much for this new update!!

by the way, any idea of when minigui will be ready for unicode?



Salamandra, Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
Post Reply