Hi All,
The Harbour MiniGUI 1.7 Extended Edition (Build 72) setup is published at the following URL:
http://hmgextended.com/files/
and the Lite build 72 at the following URL:
http://hmgextended.com/files/
There is the following changelog for this build below:
2009/08/12: Build 72 (HMG 1.7 Extended Edition) Published.
* Fixed: The menuitem's enabled/disabled state is returned vice versa
(introduced in the build 35).
Contributed by Grigory Filatov <gfilatov@freemail.ru>
(see MakeContextMenu procedure in demo at folder
\samples\Basic\MAINDEMO (SYNTAX I))
* Enhanced: The main icon defined by user could be used as default icon
to all other windows:
- New: SET DEFAULT ICON TO
Suggested by Eduardo Fernandes <modalsist@yahoo.com.br>.
Contributed by Grigory Filatov <gfilatov@freemail.ru>
(see demo in folder \samples\Basic\Statusbar)
* Changed: The internal variables assignment in the ButtonEx control.
Contributed by Grigory Filatov <gfilatov@freemail.ru>
(see demo in folder \samples\Basic\BUTTON_1)
* Changed: The function CShowControl() is defined as pseudo-function now.
Warning: You should recompile the HBPrinter library for compatibility
with this change.
Contributed by Grigory Filatov <gfilatov@freemail.ru>
* Updated: Portuguese language translation again in h_init.prg.
Contributed by Marcelo A. L. Carli <malcarli@terra.com.br>.
* Updated: WinReport library (see source in folder \Source\WinReport).
Contributed by Pierpaolo Martinello alice.it>
(see demo in folder \samples\Advanced\REPORT_
help file WinReport.chm in folder \Doc)
* Updated: Adaptation FiveWin Class TSBrowse 7.0 in HMG:
- Fixed: Method KeyChar when the tsbrowse is empty in array mode.
Contributed by Antonio Carlos da Silva <antoniocarlosconsultor@yahoo.
(see demo in folder \samples\Advanced\TSBrowse)
* Updated: HbSQLite3 library source code (see in folder \Source\HbSQLite3):
- updated for using SQLITE3 version 3.6.17
Contributed by Grigory Filatov <gfilatov@freemail.ru>
(see demos in folders \samples\Advanced\SQLITE and \samples\Advanced\SQLITE_2)
* Updated: Harbour Compiler 1.1.0dev (SVN 2008-08-11 12:01).
Contributed by Grigory Filatov <gfilatov@freemail.ru>
(look at ReadMe.txt in folder \harbour)
* Updated: HMGS-IDE v.0.9.2. 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: 'Grid to Text' sample. The function Grid2Txt() have the following parameters:
- Name of the form;
- Name of the grid;
- Filename to be produced;
- Length of every field (if 0, it is automatic).
Contributed by Pierpaolo Martinello alice.it>
(see demo3 in folder \samples\Basic\Grid_7)
* Updated: 'Report Generator' sample by Roberto Lopez <harbourminigui@gmail.com>.
Adapted for HbPrinter by Pierpaolo Martinello alice.it>
(see demo2 in folder \samples\Advanced\REPORT_
* Updated: 'Tray Outlook Express' sample.
Contributed by Grigory Filatov <gfilatov@freemail.ru>
(see in folder \samples\Applications\TrayOE)
This release of MiniGUI is considered stable and ready for production use.
Your comments are welcome!
--
Best Regards,
Grigory Filatov
[MiniGUI Team]
Hello All,
ReplyDeleteI need to create StatusBar like this (without using StatusBar Builder):
Function Main
Load Window Main
DEFINE STATUSBAR PARENT Main
STATUSITEM "statusbar"
END STATUSBAR
Main.Activate
Return Nil
Could anyone tell me why it is not working in HMG Extended, since it is working fine in Basic? I get an error:
Error BASE/1081 Argument error: +
Called from _ISWINDOWDEFINED(1986)
Called from _DEFINEITEMMESSAGE(181)
Called from MAIN(8)
Best Regards,
verka