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:
viewtopic.php?f=3t=23762#p127850
- Fix: Ownerdraw ListBoxes and Comboboxes were not properly setting theor bitmaps size
when using non modal dialogboxes. Now it is ok:
viewtopic.php?p=127827#p127827
- Fix: Minor fix in Class TBtnBmp for horizontal painting coordinates:
viewtopic.php?p=128227#p128227
- New: samples\ClassTree.prg shows how to dinamically build a Classes hierarchy tree
at runtime:
viewtopic.php?p=128356#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):
viewtopic.php?p=128851#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:
viewtopic.php?p=128842#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.
&