June 2006 build
===========
* Enhancement: Class TButtonBmp Method Destroy(). Now it properly frees the bitmap handle.
* Enhancement: Class TButton Method Click() checks bWhen result.
* New: FWPPC: New function SHRecognizeGesture() added. Please review samples\TapHold.prg for a working sample.
* Enhancement: Minor change in makes\fwcemake.zip
* Fix: SetCommState() is able to change the baud rate. Thanks to Enrico.
* Enhancement: function AnsiToWide() is properly managing embeded zeroes.
* New: xbase command for TREEVIEW already implemented:
#xcommand @ <nRow>, <nCol> TREEVIEW [<oTV>] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <design: DESIGN> ] ;
[ <pixel: PIXEL> ] ;
[ COLOR <nClrFore> [,<nClrBack>] ] ;
[ MESSAGE <cMsg> ] ;
=> ;
[ <oTV> := ] TTreeView():New( <nRow>, <nCol>, <oWnd>, <nClrFore>, <nClrBack>,;
[<.pixel.>], [<.design.>], <nWidth>, <nHeight>,;
[<cMsg>] )
Also, treeviews from source code, when placed at dialogs, are properly working. New method cToChar(). Please review samples\TreeDlg.prg
* Fix: Minor fix on Class TDbCombo. Thanks to James!
* New: Class TTVItem (TreeView Item) Method Set( cPrompt, nImage ). Thanks to Renomas!
* New: FWPPC, VALID clause is already available for the windows! Please review samples\Tutor02.prg.
* Enhancement: FW++ Class TClipGet and Class TGet minor fixes.
* Enhancement: Class TMGet minor fix on Method SetPos().
* Enhancement: Class TListBox minor fix on Methods Select( nItem ) and IsMultipleSel().
* Fix: Class TGet Method Paint(), fixed text misalignment.
* New: Class TToolBar Method DelButton( nButton ) allows to dinamically delete buttons from a toolbar.
* New: IMPORTANT: Due to recent changes in Harbour and xHarbour, GTGUI.LIB must be linked instead of GTWIN.LIB.
FWH is fully compatible with most recent Harbour and xHarbour CVS builds.