What's new in FiveWin 2.1a FiveWin 2.1a
* New: Fivewin for Harbour is fully compatible with new Harbour 0.35 build
* New: Fivewin++ is now fully compatible with the new Xbase++ 1.5
* Enhancement: All constructors methods have been modified to return self to be fully compatible with Fivewin for Harbour.
* Bug: Complete redesign of valid evaluation keeping backwards compatbility.
* Bug: Waste of resource on TPrinter class.
* New: New method CmRect2Pix(aRect) on class TPrinter that converts a rectangle on centimeters units to pixel units.
* New: Function MsgGet supports a new parameter to indicate the BMP resource
* New: New functions for long filenames to short filenames conversion.
* Bug: Function cGetDir() did not work correctly under Win2000.
* Bug: Image commands did not work under Win2000.
* Bug: IsWin95() functions also returned .T. on Win2000 systems.
* New: We have included the latest version of Nview library.
* Bug: Class TCBrowse was not processing mouse left single click events.
* New: Alert function has been greatly enhanced and is fixed to be shown correctly under FiveWin 2.1 on any Windows operating system. The new syntax of Alert function is:
Alert( [cMsg], [aLegends], [cTitle], [nDefault], [cIcon] )
Returns the button number pushed or 0 if none of them is pushed.
cMsg: Message to show in the dialog box aLegends: String array with the buttons legend cTitle: Dialog title nDefault: Default button cIcon: Icon File name or Icon resource name
The new Alert functions implements automatically scroll bars if the size of the message is large and also lets you perform cut & paste operations to the dialog message.
* Bug: Minor bugs solved on communications module on Fivewin++ and Fivewin for harbour
* Bug: Error displaying of radio buttons when they were created directly from source code
* New: Function oWndFromhWnd( hWnd ) to retrieve the window object giving the window handle
* Bug: Cancel clause on bitmapped buttons did not work correctly on certain circunstances Back |