FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Strange effect on Folderex
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Strange effect on Folderex
Posted: Sun May 24, 2020 04:43 PM
Today I 'm creating a easy dialog with folderex

If Not USE Font on Dialog

Code (fw): Select all Collapse
DEFINE DIALOG oDlg SIZE nWidth, nHeight  OF oParent;
   TITLE "Configurazione" PIXEL ;
   STYLE nOR(  WS_CAPTION, WS_MAXIMIZEBOX, WS_MINIMIZEBOX, WS_THICKFRAME )

   @ 3, 3 FOLDEREX oFolder PIXEL LEFT;
          PROMPT  "&Generale", "&Stampe","Spiaggia", "Planning" ;
                  TAB HEIGHT 110   ;
          BITMAPS aBitmaps  ;
          ALIGN FLDBMP_CENTER, FLDBMP_CENTER,FLDBMP_CENTER, FLDBMP_CENTER;
FONT oBold


I have this situation




If I use Font on Dialog
Code (fw): Select all Collapse
DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-16
    DEFINE FONT oBold NAME "Segoe UI" SIZE 0,-16 BOLD

DEFINE DIALOG oDlg SIZE nWidth, nHeight  OF oParent;
   TITLE "Configurazione" PIXEL FONT oFont;
   STYLE nOR(  WS_CAPTION, WS_MAXIMIZEBOX, WS_MINIMIZEBOX, WS_THICKFRAME )


I have this situation


You can see the Titles of Tab of each folder on different position ...why ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion