October, November 2013
======================
* Fix: Minor fix in Class TRibbon when style 2013 is used, as the DATA nTopMargin
could not be modified. Now it is ok. Thanks to Cristobal!
viewtopic.php?p=153931#p153931
* Fix: Minor fix in class TLayout added classdata lRegistered
* New: added layout.ch header file, useful xbase commands to TLayout class
* Fix: Memory leak fixed in function DibWrite(). Thanks to Günther:
viewtopic.php?p=154281#p154281
* Fix: Fixed missing checkings in function FWOPENPNGFILE(), now it is ok.
Thanks to Cristobal:
viewtopic.php?p=154307#p154307
* Enhancement: Added some missing strings translations into strings.prg.
* Fix: Print preview was failing when a large report was being generated and
the user presses repeteadly the cancel button. Now it is ok.
* Enhancement: xbrowser.prg: autosort clause for medium sized unindexed dbf
works by creating temporary index.
* Enhancement: XBrowse: (a) Hash can be specified as datasource while using command
syntax. (b) Hash can be changed during runtime by assigning new Hash to
oBrw:aArrayData and calling oBrw:Refresh( .t. ).
* Fix XBrowse: ADO Browse: cEditPicture was nor correctly prepared in some rare
cases where numericscale is 255. Now fixed.
* Fix: Bitmap.prg: In method paint(), ABPaint() was called with nx and ny parameters
interchanged. Now fixed.
* Enhancement: TXBrowse can now browse Blank Trees. Note: If the programmer adds
columns on his own, bEditValue should check if oBrw:oTreeItem == nil and return
the value appropriately. Columns created within command automatically take care
of this.
* Samples: XbrwTree.prg is simplified and also demostrates blank tree browse.
* Fix: XBrowse: Dolphinseek modified as advised by Mr Daniel in
viewtopic.php?f=3&t=27668&p=154879#p154879
* New: function FIMakeThumbNail( cSrcFile, cDstFile, nPixel ) --> lOk thanks to
Carlos Vargas:
viewtopic.php?p=155418#p155418