February 2012
- Fix: GROUPs labels are properly background painted when using gradients and themes active
on dialogs:
viewtopic.php?p=125609#p125609
- New: Added function ShFile() to samples\DlgFile.prg
http://fivetechsupport.com/forums/viewt ... 247#p61247
- Enhancement: Class TRibbonBar, limitation for not being created on a dialog box has been
removed:
-
Enhancement: FWH\visual\visual64.mak improved to avoid to recompile PRGs that have not
been changed. -
Enhancement: CLASS TCheckBox METHOD KeyDown( nKey, nFlags ) to support up and down for
previous and next controls. Thanks to Carlos:
viewtopic.php?p=125642#p125642
- Fix: function nExtMem() was using ullAvailPhys instead of ullTotalPhys. This was generating
a GPF sometimes from the FWH error handler. Now it is ok:
viewtopic.php?p=125832#p125832
-
New: function GetLogicalDriveStrings() --> aDrives. Please review samples\GetLogDr.prg
-
Fix: Third parameter aCols in ToExcel() method is ignored while exporting to Excel. Fixed.
-
New: samples\boris.prg and boris.rc shows how to manage multiple toolbars and switch from one
to another:
viewtopic.php?p=125941#p125941
- Fix: Solved bug in rpreview.prg introduced with recent FixSays() changes:
viewtopic.php?p=125946#p125946
- Fix: Due to recent changes in function cFileExt(), source\classes\printer.prg required
two minor changes. Now it is ok:
viewtopic.php?p=125949#p125949
- New: Class TRadio Method KeyChar implemented, now the user can jump to the next control
pressing enter. Thanks to Carlos:
viewtopic.php?p=125780sid=2f516f65052d6c6db127d2702964e4fb#p125780
- New: Class TOutLook2010, please review samples\Test2010.prg:
viewtopic.php?p=126077#p126077
- Enhancement: RibbonBars designer in samples\rbdesign.prg supports buttons tooltips editing.
Class TRBtn has been enhanced also to generate the source code for the tooltips:
viewtopic.php?f=3t=23492p=126238#p126238
- Enhancement: samples\build64.bat minor change for FWH64 Harbour 64 detection.
viewtopic.php?p=126157#p126157
- Fix: Class TGet was not properly painting dates on lost focus. Now it is fine:
viewtopic.php?p=126225#p126225
- Fix: Class TGet was not properly assigning the background color if Clipper colors strings
were used and the GET is READONLY. Now it is ok, thanks to Rick:
viewtopic.php?p=126283#p126283
- Fix: Class TXBrowse Method Adjust(), fixed unreleased brush. Thanks to FGondi:
viewtopic.php?p=126167#p126167
- Fix: XBrowse: bEditWhen was being ignored when nEditType is EDIT_LISBOX. Now fixed.
- New: Class TScintilla that allows to implement a full featured source code editor
with syntax highlighting, etc. Please review samples\sciedit.prg. Original implementation
by Paco GarcÃa from Canal Five. Reviewed and enhanced by FiveTech.
viewtopic.php?f=3t=23584start=0
-
Enhancement: Class TDTPicker has been enhanced with the feedback provided by Peter Harmes.
-
Fix: Minor fix in Class TMsgItem painting (MSGBAR)
-
Enhancement: Class TFolderex Added METHODS AddItem and DelItem to add and delete item dinamically