We are pleased to announce a new build of Harbour MiniGUI Extended
Edition.
It is a regularly scheduled maintenance release.
This release is considered stable and ready for production use.
Here's a breakdown of some of the modifications in the build 22.03.
For the full list, please see the changelog.
A setup of the ANSI build 22.01 for Borland C++ 5.8.2 is published at* The Monthcal control may manage a 'FirstDayOfWeek' property.
It was a postponed modification.
* The GRID control supports the optional ON INPLACEEDITEVENT event.
The following properties are available for OnInplaceEditEvent
procedure:
- This.IsInplaceEditEventInit: return .T. or .F.
- This.IsInplaceEditEventRun: return .T. or .F.
- This.IsInplaceEditEventFinish: return .T. or .F.
- This.InplaceEditGridName: for example, 'Grid_1'
- This.InplaceEditParentName: for example, 'Form_1'
- This.InplaceEditControlHandle: Handle of InplaceEdit ColumnControl,
eg. handle of TEXTBOX, DATEPICKER, COMBOBOX, SPINNER, CHECKBOX.
- This.InplaceEditControlIndex: return internal controls index.
* Updated Harbour Compiler 3.2.0dev:
- hbrdd and hbrtl were compiled with default switch -gc3 instead -gc0
for acceleration of the Harbour core.
* Updated the TSBrowse and SQLite3 libraries.
* Added the new interesting samples and updated some examples.
the following URL:
http://hmgextended.com/files/CONTRIB/hm ... -setup.exe
There is also an extra donationware Minigui Ex built for the freeware
Embarcadero C++ 10.2 ‘Tokyo’ compiler (which is included in the package).
The upgrade to this build is recommended.
--
Greetings,
Grigory Filatov
[MiniGUI Team]