New FTDN February/Febrero 2012 (FWH 12.02)

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

New FTDN February/Febrero 2012 (FWH 12.02)

Post by Antonio Linares »

February 2012
=============

* Fix: GROUPs labels are properly background painted when using gradients and themes active
on dialogs:

http://forums.fivetechsupport.com/viewt ... 09#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:

http://forums.fivetechsupport.com/viewt ... 709#p97709

* 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:

http://forums.fivetechsupport.com/viewt ... 42#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:

http://forums.fivetechsupport.com/viewt ... 32#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:

http://forums.fivetechsupport.com/viewt ... 41#p125941

* Fix: Solved bug in rpreview.prg introduced with recent FixSays() changes:

http://forums.fivetechsupport.com/viewt ... 46#p125946

* Fix: Due to recent changes in function cFileExt(), source\classes\printer.prg required
two minor changes. Now it is ok:

http://forums.fivetechsupport.com/viewt ... 49#p125949

* New: Class TRadio Method KeyChar implemented, now the user can jump to the next control
pressing enter. Thanks to Carlos:

http://forums.fivetechsupport.com/viewt ... fb#p125780

* New: Class TOutLook2010, please review samples\Test2010.prg:

http://forums.fivetechsupport.com/viewt ... 77#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:

http://forums.fivetechsupport.com/viewt ... 38#p126238

* Enhancement: samples\build64.bat minor change for FWH64 Harbour 64 detection.

http://forums.fivetechsupport.com/viewt ... 57#p126157

* Fix: Class TGet was not properly painting dates on lost focus. Now it is fine:

http://forums.fivetechsupport.com/viewt ... 25#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:

http://forums.fivetechsupport.com/viewt ... 83#p126283

* Fix: Class TXBrowse Method Adjust(), fixed unreleased brush. Thanks to FGondi:

http://forums.fivetechsupport.com/viewt ... 67#p126167

* Fix: XBrowse: bEditWhen was being ignored when nEditType is EDIT_LISBOX. Now fixed.
http://forums.fivetechsupport.com/viewt ... =3&t=23521

* 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.

http://forums.fivetechsupport.com/viewt ... 84&start=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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply