2.8 - September 2006 build
New FiveWin 2.8 version for CA-Clipper, Harbour and xHarbour, C3 and Alaska Xbase++. After ten months of development work, we are pleased to offer you this new version with many news, fixes and fully compatible with the most recent Harbour and xHarbour builds.
-
New: Class TFtp Method SetCurrentDirectory( cDirName ) --> lResult.
-
New: FWPPC, function IsExeRunning( cAppName ) --> lResult.
Please review samples\checkapp.prg -
Enhancement: communication (COM ports management) samples*.prg have been modified to use nComm as the first parameter when calling SetCommState( nComm, cDcb ) in 32 bits.
-
New: FWPPC, MsgRun() is already available. Please review samples\TestMRun.prg
-
Enhancement: FWPPC, Class TWindow Method MouseMoved() already evaluates DATA bMMoved.
-
Enhancement: Class TDDEMLClient Method End() was not properly uninitializing DDE.
-
New: Class TToolBar Method SetText( <nButton>, <cText> ) changes the text of toolbar button. Please review samples\ToolBar1.prg
-
New: function TreeFree() called from Class TLinkList Method End().
-
Enhancement: ToolBars buttons ACTION codeblock receive a second parameter with the nID (index value) of the button.
-
Enhancement: FWPPC, dialogboxes now accept to use a pulldown menu. Please review samples\TestDlgM.prg
-
New: Class TTimePicker. Please review samples\DateTime.prg. Thanks to Fernando Alsis!
-
New: FWPPC, Class TWindow Method SaveToBmp( cBmpFileName ) --> lSuccess. Now you can save any window or control image as a bitmap file on disk.
-
Enhancement: ErrorSys() has been modified to support xHarbour "ARRAYRDD" RDD.
-
Fix: FWPPC was not properly releasing controls fonts and brushes. Now it is ok.
-
Enhancement: Class TWbrowse and TCBrowse, improved behavior on nFreeze and painted vertical lines. Thanks to Giovany Vecchi!
-
Enhancement: ErrorSys() minor change to use a larger picture for transform on RecNo() and RecCount() display.
-
Enhancement: Class TGet message WM_CLEAR support (right click on a GET and select Delete).
-
Enhancement: FWH errorsys has been modified to use new xHarbour __ClsCntClasses() function. Important: Due to non backwards compatibility in xHarbour, if you use the old FWH errorsys code, the app will hang into an endless loop!
-
Enhancement: FWH now uses internally hb_objHasMessage() instead of hb_objGetpMethod().
-
Enhancement: FWH is fully compatible with the most current Harbour and xHarbour CVS code.