March 2011
==========
* Enhancement: Class TXBrowse (f) In fast edit mode pressing '.' also triggers edit of numeric data.
* Fix: xbrowse.prg (c) SortArrayData: After sorting an array, the selected row is positioned on the same
row before sort
* Enhancement: Class TSay: unlimited text length in REDEFINE SAY
* Enhancement: Class TRBTN now we can use codeblock to define lines color ( in line / out line ),
codeblock argument is lMover, mouse over status
* Fix: Class RBTN, now the back color is correctly painted, reported by mgsoft:
viewtopic.php?p=112249#p112249
* Fix: Memory Leak, some GDI object are not released correctly in dialog, now is ok
reported by IBTC: viewtopic.php?p=111054#p111054
* Fix: Class Tbtnbmp.prg fixed suggested by Enrico
viewtopic.php?p=110529#p110529
* Enhancement: Class TXBrowse.prg: method Resize() now ends with Refresh()
* New: function fw_decode() in valblank.prg: as replacement to buggy hb_decode() function in (x)Harbour
* Enhancement: samples/wordtable.prg: revised to work with Harbour also
* Enhancement: Class TImage Method LoadFromMemory( cBuffer, nWidth, nHeight ) now it supports two optional
parameters to resize the image to a desired width and height. Many thanks to Ruediger!
* New: Method RButtonDown( nRow, nCol, nFlags ) CLASS TMsgBar and Method METHOD RClick( nRow, nCol ) in
Class TMsgItem to support right clicks on msgbar items
* Fix: Some memory leaks in Class TGraph. Thanks to Ruediger!
* Enhancement: Class TRibbonBar double click and right click at the quickbutton support. Thanks to Ruediger!
* Fix: bug reported in viewtopic.php?f=3&t=20807&p=111080
New function FUNCTION RefreshRibbonBarBtn( oRb ) to be called everytime when bWhen is changed.
Thanks to Ruediger!
* Fix: Memory leak in Class TDialog
* Fix: Clause 2007 was releasing a bitmap but not removing it from the FWH list. Now it is ok.
(still a pending one there).