What's new in FiveWin 2.3 FiveWin 2.3
* New: A completely redefined Class TOutlook for creation of the typical Outlook bar controls. This class was a work in progress started by Jose Lalin and Cayetano Gomez, that now is completely finished and includes some important features not available on the previous version:
- Correct display of items - Multiline description of items - Drag and drop of Items - Save and restore order info
Please review samples\TestOutl.prg for a working sample.
Consult the command guide and class documentation for further information.
* New: Two new predefined cursors from source code:
DEFINE CURSOR <oCursor> DRAG DEFINE CURSOR <oCursor> STOP
These cursors are automatically used by the new Class TOutLook. Please review samples\TestOutl.prg for a working sample.
* Enhancement: GetFontInfo() is now returning a fourth parameter with the font handle face name.
* Fixed: Default pushbuttons are properly working now under FWH. Many thanks to master Hernán Ceccarelli :-)
* New: samples\TestOdbc.prg It is a great working sample that lets you open and review any ODBC databases. Don't miss it. It shows all the new capabilities of FiveWin ODBC management and the new Class TDbOdbcDirect.
* New: Class TDbOdbcDirect, to manage ODBC directly, without using it as a RDD, so it greatly speeds up ODBC management.
* Enhanced: FW ErrorSys has been modified to avoid nested errors.
* Enhanced: Parameter nWidth of TPrinter class Say() method is fully supported
* Enhanced: Report engine now controls automatically when column data goes out of bounds, clipping the necessary text.
* Fixed: Module mapi.c has been included into FWH.
* Enhancement: Faster execution of the report engine due to some improvements on Class TRColumn
* Minor fix on Class TGet to properly set the font.
* Enhancement: Class TExStruct included in FWH.
* Enhancement: ErrorSys have been improved to reduce consumed resources.
* Fixed: Class TMultiGet Method GetCol() was not reporting the right column position.
* Enhancement: build32.bat for FW++ has been modified so now it is possible to use free Borland C++ 5.5 brc32.exe to attach the resources (RC file) to the EXEs.
* Fixed: TBtnBmps buttons where not properly displaying when disabled under NT/2000/XP. It is ok now.
* Enhancement: All FiveWin C modules have been adapted to be properly compiled using Microsoft Visual C++, so from now on FW admits MSVC and Borland C compilers.
* New: FiveWin documentation is now available in Adobe Acrobat PDF format.
Back |