May 2010
========
* Fix: function DibWrite() properly creates the BMP file using xHarbour.
* Fix: IsBinaryData(<cVar>) in ValBlank.Prg: character string containing Chr(26) was
recognised as binary data wrongly. Fixed now.
* Enhancement: Class TSkinButtons supports disabled buttons background color. Used from
the function SkinButtons(). Thanks to Frances Padilla!
* Fix: function BmpToStr() bug caused by the recent C compiler change. Now it is ok.
* Improvement: XBrowse method toExcel(): Screen updating is suppressed to speed up export.
After export Excel window is resored if iconized and brought to top. The method returns
oSheet object for any further work by the programmer.
* Enhancement: Classes TWBrowse, TXBrowse, TDataBase use __DbSkipper() for compatibility
with the most recent Harbour() build, instead of DbSkipper().
* New: We have published a new Harbour 2.1 beta 1 build 14559 for Borland C 5.8.2
It is available from here: www.fivetechsoft.com/files/harbour_2.1_14559.exe
FWH 10.5 for Harbour has been built using this new Harbour build.
* New: Class TBitmap Method MouseLeave() and new DATA bMLeave. Thanks to Lailton!
* New: Class TSkin to set user defined skins to your dialogboxes! Please review
samples\skin1.prg and samples\skin2.prg. Thanks to Lailton!
Skins used bitmaps are located in folder samples\blue_skin, black_skin, simples_skin.
You may review some screenshots from here:
viewtopic.php?f=3&t=18908
* New: Class TWindow Method Shadow(), used to drop shadow on a window or inherited class.
Used in FWH\samples\skin1.prg to drop shadow from the dialog.
* Fix: FWH Debugger, searches in source code files are working fine now. Many fixes
and enhancements.
* Enhancement: Class TDataBase has been updated to work with the most recent Harbour
build.
* Fix: fixed bug in Class TWBrowse when an array is used.
* New: New examples for Class TCalendar. Please review FWH\samples\testcalr.prg and
testcalr.rc and FWH\samples\testcal2.prg
* Enhancement: FWH 10.5 has been built with the most recent Harbour and xHarbour builds
and using Borland C 582. Please download them to use FWH 10.5 from here:
viewtopic.php?p=99125#p99125