What's new in FiveWin 2.3b
* New: Class TXBrowse for browsing
any kind of data for FHW.
Do not miss the documentation found on the manual directory:
TXBrowse control for FiveWin for Harbour.doc
And the sample TestXBrw.prg
This class is still on a beta stage but is working really fine on our tests. If
you find any bug on it please give us feedback about it so we can fix it ASAP.
We highly recommend to move to this new class to all FWH users.
* Fixed: Bug on Get Spinner with date values
* Enhancement: Mouse Wheel support implemented at Class TWindow:
METHOD MouseWheel( nKeys, nDelta, nXPos, nYPos ) VIRTUAL
* Enhancement: MouseWheel support for Class TWBrowse and TCBrowse for
FW++ and FWH. FW 16 bits also has it, but does not work properly.
If you keep pressed the middle button, then you get pageup o rpagedown when
moving the wheel.
* Fixed: Minor change on Class TBtnBmp related to fonts management.
* Fixed: Some changes on Class TFGet. Many thanks to Ramón Avendaño.
* Enhancement: Cursor Hand, uses the shadowed one if available.
Many thanks to Jose Gimenez.
* Enhancement: New function _LastKey() to avoid conflicts with Harbour LastKey().
Notice there is a new translate into fivewin.ch that calls _LastKey()
automatically.
* Fixed: Some minor fix on MsgDate(). Many thanks to Paolo Orna.
* Fixed: A bug in primary keys request for ODBC 32 bits.
* Fixed: RASAPI properly adapted to FWH.
* Enhancement: FW++ memory management has been greatly improved.
Many thanks to Marco Todone for his feedback.
* Fixed: Class TClipboard Method SetText() works ok now for W2K.
Back
|