The new December 2.7 build is ready for FTDN, FWH, etc. You may already download it. WhatsNew list:
El nuevo build 2.7 de Diciembre ya está listo para FTDN, FWH, etc. Ya puede descargarse. Lista de novedades:
December 2005 build
===============
FWH users: We are building Harbour and xHarbour using the -DHB_INCLUDE_WINEXCHANDLER flag.
If you build Harbour or xHarbour yourself, please use such flag too.
* Fix: Printer Preview was failing to show the pages on high screen resolutions. Now it is
ok.
* Enhancement: function cTempFile() now supports two optional parameters:
function cTempFile( [cPath], [cExtension] ) --> cFileName
* fix: Class TCBrowse Method lEditCol, VALID is now properly evaluated.
* Enhancement: Class TSplitter has been modified to properly work with Win32 StatusBars too.
* Enhancement: Minor fix on Class TPanel, to improve painting.
* Enhancement: Class TIcon support for transparent background implemented.
* Fix: Class TGet (32 bits) painted with no border when no XP themes are used.
* Fix: function Alert() was not properly working due to recent changes. Now it is ok.
* Fix: Minor fix on objects.ch for FW++ compatibility with new Xbase++ 1.9 version.
* New: FW++ is already compatible with the new Xbase++ 1.9 version.
* Enhancement: Class TGet Method MouseMove() now evaluates bMMoved if defined.
* Enhancement: Alert() function does not allows focus on the text.
* Enhancement: FWPPC, winapi\text.c module has been added.
* Enhancement: FWPPC, Class TBtnBmp works ok with bitmaps from resources.
* GETs with XP themes are properly displayed on dialogs and on windows. This was partially
fixed on previous build but it was not complete.
* Fix: Minor fix on source\classes\rpreview.prg for a bug that generated random errors.
* New: FWPPC, new GetPlatform() function. It returns the platform name for the
PocketPC or PDA.
* New: FWPPC, new GetVersion() function, it returns an array with 5 elements:
MajorVersion, MinorVersion, BuildNumber, PlatformID, and CSDVersion.
* New: FWPPC has been built using the current CVS Harbour. IMPORTANT: Please recompile
all your PRGs, and also modify your batch or make files to use DBFFPT.lib and HBSIX.LIB
instead of DBFDBT.lib. Please download and reinstall Harbour for Pocket PC and FWPPC too.
It is also highly recommended to rebuild your indexes.
* Enhancement: FWPPC, VCE\lib\ole32.lib is also linked in buildce.bat.
* Important: FWPPC: Please remember that Windows Mobile does not support SHARED mode for
DBFs management. Microsoft says it may be available from Windows Mobile 2005 on.
* Enhancement: Class TPrinter Method Cmtr2Pix(), minor fix.
* New: Class TToolBar Methd SetTextRows( nRows ), to set more than one line of text for each
toolbar button.
* Fix: FWPPC several fixes on Class TBitmap.
* Enhancement: FWPPC browse is working on Windows Mobile 3.0 too. A new function MoveToLineTo()
has been implemented to avoid the Windows Mobile bugs on MoveTo() and LineTo() use.
* Enhancement: Class TGet properly checks SET BELL [ ON | OFF ] status.
* Enhancement: Class TBitmap now properly paints transparent on XP themed folders.
Please review samples\TestFold.prg for a working sample.
* Enhancement: Class TComboBox, comboboxes go to next control when return is pressed on them.