I am glad to announce a new version of Harbour MiniGUI Extended Edition.
The setup of the build 2.5.5 is published at the following URL:
http://hmgextended.com/files/
and the MinGW-based self-extracting archive is placed at the following URL:
http://hmgextended.com/files/
There are also the extra xHarbour.org-based and xHarbour.com-based archives
for this build at the Minigui's download homepage.
There is the following changelog for this build:
2015/11/18: HMG Extended Edition 2.5.5 Published.
* Fixed: Correction of the vertical position of the page titles for the
font's size more than 12 pt in the ownerdraw colored TAB.
Requested by Verchenko Andrey <verchenkoag@gmail.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\TAB)
* Fixed: Wrong vertical (and horizontal) scroll up in the Virtual Panel
window when the thumbs of scroll bar were in a zero position and
you are click a scrolling bar up (or left) arrow button.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\CONTAINERS\
* Enhanced: The GetBox control supports additionally a hotkey Ctrl+Y for
clearing of the current value.
Suggested and contributed by Gilbert Vaillancourt.
* Enhanced: Added a horizontal scrolling of a long text string in the
function WaitWindow().
Requested by Marcelo Brigatti <mbrigatti@uol.com.br>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\WAIT_WINDOW)
* Changed: SplitChild windows without caption can not be closed with
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Header file i_hmgcompat.ch for compatibility with Official HMG:
- added a new command RELEASE MEMORY;
- added the pseudo-function HMG_ChangeWindowStyle().
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: 'HMG Debugger' library (see source in folder \Source\Debugger).
Based upon a contribution of Claudio Soto <srvet@adinet.com.uy>.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Advanced\DBG_TEST)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- fixed a program crash at the simultaneous using of the column's
'Valid' clause and the function SetBtnGet().
Problem was reported by Gilbert Vaillancourt.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: HbSQLite3 library:
- update for using SQLITE3 version 3.9.2 (from 3.9.1).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Harbour Compiler 3.2.0dev (SVN 2015-11-14 13:19).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'Graph Print on datas from the database' sample.
Contributed by Stefano Biancini
> (see in folder \samples\Basic\GraphPrint_2)
* New: 'ErrorSys HMG Custom' sample.
Contributed by Toledo <toledo@pctoledo.com.br>.
Revised by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\Hmg_Error)
* Updated: 'ProgressBar' sample:
- using of the function SuppressKeyAndMouseEvents() for blocking
of the mouse and keyboard pressing at the event's processing.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo2.prg in folder \samples\Basic\PROGRESSBAR)
* Updated: 'TSBrowse SetArrayTo method usage' sample.
Contributed by Verchenko Andrey <verchenkoag@gmail.com>
(see in folder \samples\Advanced\Tsb_
* Updated: 'WebCam preview and capture' sample:
- Added: saving the captured image to the PNG file.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\WebCam_2)
There is a "last minute" modification also in this build:
* New: Draw Icon command with the transparent support.
Syntax:
DRAW ICON IN WINDOW
PICTURE
[ WIDTH
[ HEIGHT
[ COLOR
[
Requested by Verchenko Andrey <verchenkoag@gmail.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Applications\
Note: It is an experimental feature.
It is a regularly scheduled maintenance release.
This release is considered stable and ready for production use.
--
Best Regards,
Grigory Filatov
[MiniGUI Team]