Hi All,
The Harbour MiniGUI 1.8 Extended Edition (Build 89) setup is published at the following URL:
http://hmgextended.com/files/
There is the following changelog for this build:
2010/10/20: Build 89 (HMG 1.8 Extended Edition) Published.
* Changed: Replacing the cycles For-Next with For Each-Next or array evaluation of codeblock
for improvement of the speed in the some internal functions.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Changed: Global replacing Alltrim(Str(n)) with hb_NtoS(n) in the core.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Changed: Small corrections in the code of EDIT command by Cristobal Molla <cemese@terra.es>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demos in folder \samples\Basic\EDIT)
* Enhanced: The Tab control supports the changing of ToolTip for pages at runtime.
You can set/get this property via:
- function syntax:
SetProperty ( Form, Tab, 'Tooltip', nPage, cTooltip )
GetProperty ( Form, Tab, 'Tooltip', nPage )
- pseudo-OOP syntax:
Form.Tab.Tooltip( nPage ) := cTooltip
Form.Tab.Tooltip( nPage ) --> cTooltip
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\Tab)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: small corrections in array sorting.
Contributed by Janusz Pora <januszpora@onet.eu>
- Fixed: LoadFields() and SetArray() functions.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see \samples\Advanced\TsBrowse\
* Updated: HMG_QHTM library (see source in folder \Source\QHTM):
- New: Added functions QHTM_LoadFromVal(), QHTM_AddHtml2(),
QHTM_ScrollPos() and QHTM_ScrollPercent()
- Updated: Function QHTM_EnableCooltips() return value
- New: Added pseudo-funcs QHTM_GetScrollPos() and QHTM_SetScrollPos()
in header file i_qhtm.ch (needed for QHTM_ScrollPos() and QHTM_ScrollPercent())
Contributed by Vladimir Chumachenko <ChVolodymyr@yandex.ru>
(look at changelog.txt in folder \Source\QHTM)
* Updated: HbSQLite3 library source code (see in folder \Source\HbSQLite3):
- updated for using SQLITE3 version 3.7.3
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Harbour Compiler 2.1.0beta2 (SVN 2010-10-18 13:43):
* Updated: most important differences between Harbour and xHarbour
(see xhb-diff.txt in folder \harbour\doc);
* Updated: HbSqlDD library source code (see in folder \Source\HbSqlDD):
- SQLMIX, SDDMY, SDDODBC: mixed bugfix.
Contributed by Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* Updated: HMGS-IDE v.1.0.5. Project Manager and Two-Way Visual Form Designer.
Contributed by Walter Formigoni <walter.formigoni@uol.com.br>
(look at changelog.txt in folder \Ide)
* New: 'Demo of QHTM new functions' sample.
Contributed by Vladimir Chumachenko <ChVolodymyr@yandex.ru>
(see in folder \samples\Advanced\qhtm_3)
* Updated: 'Joint usage of QHTM & SQLite3' sample:
- fixed QHTM_PrintDestroyContext() calling.
Contributed by Vladimir Chumachenko <ChVolodymyr@yandex.ru>
(see in folder \samples\Advanced\qhtm_2)
* Updated: '7-Zip interaction' sample for compatibility with Harbour change.
This sample is required an installed 7-Zip archiver at http://www.7-zip.org.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\7-Zip)
* Updated: 'Free Memory' sample. Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Applications\FREE_
* Updated: 'Calendar' sample by Javier Giralda <giraldfj@yahoo.es>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\Calendar)
* Updated: 'Inter-application communication' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\Comm)
* Updated: 'Dual Browse' sample by Joe Fanucchi <drjoe@meditrax.com>.
Problem was reported by Luiz Escobar <escobar@megasistema.com.br>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\DualBrowse)
This release of MiniGUI is considered stable and ready for production use (exception is a beta status of the TSBrowse 9.0 adaptation).
Your comments/feedback are welcome!
--
Best Regards,
Grigory Filatov
[MiniGUI Team]
No comments:
Post a Comment