Strange effect on Folderex

Strange effect on Folderex

Postby Silvio.Falconi » Sun May 24, 2020 4:43 pm

Today I 'm creating a easy dialog with folderex

If Not USE Font on Dialog

Code: Select all  Expand view
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


Image

If I use Font on Dialog
Code: Select all  Expand view

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
Image

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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6867
Joined: Thu Oct 18, 2012 7:17 pm

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 144 guests