What's new in FiveWin 2.1c FiveWin 2.1c
* Improvement: Class TWindow scroll messages proper management for 32 bits. Now they are working ok with FW, FW++ and FWH. Please review new sample SAMPLES\TestWScr.prg.
* Improvement: Font support for groups (Class TGroup). Please review SAMPLES\TestGrp.prg sample.
* Fixed Bug: Class TBar method BtnAdjust() support for GoLeft(), GoRight() and Float() methods when popups menus are attached to TBtnBmp controls.
* Improvement: Class TBtnBmp better support for methods GoDown() and ResetBorder().
* Improvement: Class TButton method LostFocus() simpler and better behavior.
* Improvement: Class TDialog garbage collection support for FWH (FiveWin for Harbour).
* Improvement: Class TFolder new DelPages() and LoadPages() method to dinamically load folder pages from resources. Please review SAMPLES\TestFld5.prg.
* Fixed bug: MenuItems accelerators don't work if MenuItems WHEN clause is not satisfied.
* Improvement: Class TWbrowse method VScroll() proper support for 32 bits.
* New: Function StopUntil( bBlock ) that stops the program flow until the evaluation of bBlock returns true. This function DOS NOT CONSUME system resources at all. Example:
ACTIVATE WINDOW oWindow VALID (lExit := .t., .t.) StopUntil ( {|| lExit } )
* Improvement: Function LFN2SFN() now returns the all path and can be used even to convert directory names, not only files.
* Bug: Checked menu items were not displayed correctly (menus.c)
* Bug: Printing preview was loosing system resources
* New: Function Alert() corrected and enhanced. Incorrect display with very large lines of text and it has been enhanced to include a default icon when none is specified (IDI_EXCLAMATION) and also the ability to use standard Windows icons passing a number as the Icon parameter where:
#define IDI_APPLICATION 32512 #define IDI_HAND 32513 #define IDI_QUESTION 32514 #define IDI_EXCLAMATION 32515 #define IDI_ASTERISK 32516
* Bug: Function wnGetuser() was not working correctly on WinNT & Win2000
* Bug: Function cGetDir() did not work correctly on WinNT
* Bug: Tooltip on TMsgitems did not work correctly.
* Bug: Again a problem of valids in folders due are latest changes.
* Bug: Accelerators did not work correctly after a modal dialog was opened. Back |