New FTDN April/Abril 2012 (FWH 12.04)

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

New FTDN April/Abril 2012 (FWH 12.04)

Post by Antonio Linares »

April 2012
=========

* New: FiveWin "Touch", is a set of new Classes to provide a Metro UI look to your
applications. Please review samples\touch.prg

* New: new Class TSliderMetro for the "slide to unlock" trend in UI (Windows 8 Metro
concepts).

* Enhancement: Removed some unneeded code in Class TGroup Method Paint().

* Enhancement: Class TEdit objects automatically select all their text when they get
the focus. Please review samples\patrick.prg

* Enhancement: Class TRibbonBar added new DATAs hQuickAreaL, hQuickAreaM, hQuickAreaR.
Thanks to Günther feedback:

http://forums.fivetechsupport.com/viewt ... 62#p127850

* Fix: Ownerdraw ListBoxes and Comboboxes were not properly setting theor bitmaps size
when using non modal dialogboxes. Now it is ok:

http://forums.fivetechsupport.com/viewt ... 27#p127827

* Fix: Minor fix in Class TBtnBmp for horizontal painting coordinates:

http://forums.fivetechsupport.com/viewt ... 27#p128227

* New: samples\ClassTree.prg shows how to dinamically build a Classes hierarchy tree
at runtime:

http://forums.fivetechsupport.com/viewt ... 56#p128356

* New: samples\BtnGif.prg shows how to use a GIF image to display a waiting message.

* Fix: Class TWindow Methods Hide() and Show() were not modifying DATA lVisible, now
it is ok.

* Enhancement: function SetWindowTheme( hWnd or hDlg or hControl ) can be used to disable
the themes style for a specific window, dialog or control. FWH automatically converts
SetWindowTheme( hWnd ) to SetWindowTheme( hWnd, L"", L"" ) (C code):

http://forums.fivetechsupport.com/viewt ... 51#p128851

* Enhancement: Class TListView, added support for Groups and added many new methods.
Thanks to Manuel Calero! Modified by FiveTech.

* Fix: Class TXBrowse twice click (not double) on a column footer. Now it is ok:

http://forums.fivetechsupport.com/viewt ... 42#p128842

* Fix: function XBrowseNew() was not calling GetWndDefault() by default. Now it is ok.

* Fix: Print Preview zoom factor combobox was not issuing a zoom. Now it is ok.

* Fix: TXBrowse: Methods ToExcel() and Copy() were resulting in runtime errors where there
was not main window in an application. Fixed.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply