Hi All,
The Harbour MiniGUI 1.9 Extended Edition (Build 94) setup is published at the following URL:
http://hmgextended.com/files/CONTRIB/hmg-1.9-94-setup.zip
There is the following changelog for this build:
2011/03/15: Build 94 (HMG 1.9 Extended Edition) Published.
* Fixed: The 'OnChange' event fired by mouse click in the celled GRID without
changing of the cell. It exists in the official version too.
Contributed by Grigory Filatov
(see demo2.prg in folder \samples\Basic\Grid_7)
* Fixed: The Radiogroup executes 'OnChange' event by mouse click when it's value
is not changed. It exists in the official version too.
Contributed by Grigory Filatov
(see demo1.prg in folder \samples\Basic\RadioGroup)
* Fixed: Minor correction of RadioGroup SetFocus behaviour.
Contributed by Grigory Filatov
* Enhanced: RadioGroup accepts now a zero value. This is usefully when we want
init a radiogroup without default value.
When we assign a value greater or smaller than radiogroup elements amount,
the previous value will be mainted and not display the runtime error.
Based upon a contribution by Eduardo Fernandes
(see demo3.prg in folder \samples\Basic\RadioGroup)
* Enhanced: DATEPICKER control supports a new clause RANGE dRangeMin, dRangeMax.
You can set/get these properties at runtime:
- function syntax:
SetProperty ( Form, DatePick, 'RangeMin', dData )
GetProperty ( Form, DatePick, 'RangeMax' ) --> dData
- pseudo-OOP syntax:
Form.DatePick.RangeMin := dData
Form.DatePick.RangeMax --> dData
You can erase date range at runtime via:
Form.DatePick.RangeMin := 0
Form.DatePick.RangeMax := 0
Requested by Anibal Villalobos Guillen
Based upon a code by Alfredo Franceschetti
Contributed by Grigory Filatov
(see demo2.prg in folder \samples\Basic\DatePicker)
* Changed: Minor improvements in the functions InputBox() and InputWindow().
Suggested by Honorio A. S. Almeida
Contributed by Grigory Filatov
(see demo in folder \samples\Basic\InputBox)
* Changed: The internal function Random() is defined as pseudo-function now.
It is a wrapper for the Harbour function hb_RandomInt().
Contributed by Grigory Filatov
* Changed: The WinAPI constants from h_msgbox.prg are moved to header file i_winuser.ch.
Contributed by Grigory Filatov
(see i_winuser.ch in folder Include\)
* Updated: RichEditBox control:
- Modified: RichEdit Dll v.4.1 unicode support at WinXP SP1 or later.
Based upon a contribution by Janusz Pora
- Added: unloading RichEdit Dll at program exit.
Contributed by Grigory Filatov
* Updated: PropGrid library source code (see in folder \Source\PropGrid):
- Fixed: C-code cleaning for warnings with BCC.
Contributed by Grigory Filatov
* Updated: PropSheet library source code (see in folder \Source\PropSheet):
- Fixed: C-code cleaning for warnings with BCC.
Contributed by Grigory Filatov
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: Font assigning at inplace editing in btnbox, combo, datepicker and getbox.
- Fixed: Missing Alias qualification in the SetDbf method.
Contributed by Igor Nazarov.
- Changed: Function OrdScope() was used for index based filters.
Contributed by Janusz Pora
* Updated: Harbour Compiler 2.1.0rc2 (SVN 2011-03-11 13:41):
* Updated: most important differences between Harbour and xHarbour
(see xhb-diff.txt in folder \harbour\doc)
Contributed by Grigory Filatov
(look at ReadMe.txt in folder \harbour)
* Updated: HMGS-IDE v.1.0.7. Project Manager and Two-Way Visual Form Designer.
Contributed by Walter Formigoni
(look for what's new at changelog.txt in folder \Ide)
* New: 'Display Structure' sample.
Based upon a contribution by Marcos Antonio Gambeta
(see in folder \samples\Basic\DISPLAY_STRUCTURE)
* New: 'HMG Radiogroup' sample. Borrowed from HMG 4 project.
Adapted by Grigory Filatov
(see demo1.prg in folder \samples\Basic\RadioGroup)
* New: 'TsBrowse Incremental search' sample.
Based upon a contribution by Igor Nazarov
(see in folder \samples\Advanced\Tsb_filter)
* Updated: MsgEdit sample:
- Changed: function hb_GetImageSize() was used instead of XImage.dll.
Based on code contributed by Andi Jahja
(see in folder \samples\Basic\MsgEdit)
This release of MiniGUI is considered stable and ready for production use.
Your comments/feedback are welcome!
--
Best Regards,
Grigory Filatov
[MiniGUI Team]
No comments:
Post a Comment