October 2007 build
-
Fix: Class TWindow Method EndPaint() returns zero to avoid painting errors. This way all classes using Method Display() return zero now, to avoid painting errors.
-
Enhancement: function MsgGet() shows proper dimensions if no bitmap is used.
-
Fix: Preview window shows maximized if non MDI main window is used.
-
New: Class TXBrowse Method nAt(), returns the current selected column.
-
New: Class TFolder bitmaps support. Please review samples\TestFold.prg
-
Fix: Minor fix on Class TDTPicker when using an empty date. Now it is ok.
-
Enhancement: Class TXBrowse minor changes in method SetArray(). Thanks to Biel!
-
New: function SetGetColorFocus( [ nClrFocus ] ), activates Gets color change when focused and optionally sets the focus color to use.
-
Enhancement: Class TOutLook2003 has been modified to work with FiveWin 16 bits too.
-
New: FiveWin 16 bits support for TrackMouseEvent() function.
-
New: Class TOutLook2003 is also available for FiveWin for Clipper 16 bits.
-
New: Office 2007 look for ButtonBars!!! As easy as adding 2007 clause:
DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 60 2007 -
Fix: Minor changes in Class TPreview
-
Enhancement: FWH comm pots management have been improved to support an unlimited amount of managed ports simultaneously!
-
Fix: Class TReport minor fix on method Margin(). Thanks to Carlos Mora!
-
Enhancement: FWH Class TButtonBmp, clause REDEFINE BUTTONBMP ... TOOLTIP ... support.
-
Enhancement: Print Preview minor fix to avoid showing a zoomed document the first time the preview is shown.
-
New: Office 2007 look for the msgbar. Simply add the 2007 clause to it:
SET MESSAGE OF oWnd TO "Testing the ButtonBar 2007 Office look" ;
CENTERED 2007 CLOCK KEYBOARD