What's new in FiveWin 2.2a FiveWin 2.2a
* Fixed: Use of VBX controls in modal dialogs. Many thanks to the people of APSI and to Rene Flores!
* Fixed: SOURCE\FUNCTION\MsgList.prg was not properly updated on previous build. Done!
* Fixed: Class TWBrowse DATA nVScrollPos was not properly initialized on constructors methods. This was affecting Class TCBrowse too.
* Enhancement: Class TClipboard now allows to paste and copy bitmaps from/to the Windows Clipboard. Class TBitmap has been also enhanced with new Methods LoadFromClipboard() and CopyToClipboard() that perform those operations automatically. Please review SAMPLES\TestImg.prg to see a working sample.
* Fixed: Class TImage and Class TBitmap, scrollbars are working ok under Windows NT and 2000.
* Enhancement: D2BIN() and BIN2D() have been properly adapted to 32 bits for FWH and FW++.
* Fixed: Previous Class TFont had an incompatible behavior with FW 2.1c. This has been already fixed. Also Class TDialog has been fixed to allow resources defined dialog fonts. (Thanks Charles!)
* Fixed: Tooltips on message bar where GPFing. Fixed! Many thanks to Brian Hays.
* Enhancement: Class TBtnBmp was missing a method End(), that was causing a resources lost on 32 bits. Fixed! Many thanks to Jorge Mason.
* Enhancement: font.ch has included support for PITCHFAMILY value. Class TFont has been also enhanced to support it.
* Fixed: Controls created from source code (not redefined) and using fonts, were duplicating oFont:nCount so the font finally was not being released. It is ok now. Many thanks to James Bott for detecting this problem.
* Fixed: Constant.ch values for buttons and say controls have been little modified to keep compatibility with FW 2.1 version. Many thanks to John Cole.
* Fixed: Class TButton was not properly getting the focus if pressing enter or tab from a previous control. Many thanks to Hernán Ceccarelli for his feedback.
Back |