Page 2 of 2

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Thu Sep 17, 2020 8:53 am
by Anand
Thanks for the update.

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Thu Sep 17, 2020 2:31 pm
by Red2
Thank you Grigory!

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Thu Sep 24, 2020 6:54 am
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]

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Thu Sep 24, 2020 2:20 pm
by salamandra
Hi Grigory,
Thank you very much for this update.

Best regards,

Salamandra, Brazil

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Thu Sep 24, 2020 2:55 pm
by quartz565
Thank you very much Grigory!

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Thu Sep 24, 2020 6:27 pm
by Anand
Thanks for the update

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Wed Sep 30, 2020 6:58 am
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]

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Wed Sep 30, 2020 2:23 pm
by Anand
Thanks for the update

Regards,

Anand

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Wed Sep 30, 2020 2:40 pm
by quartz565
Thank you for the update Grigory!

Re: Harbour MiniGUI Extended Edition build 20.08 is published

Posted: Wed Sep 30, 2020 6:51 pm
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