Today I 'm creating a easy dialog with folderex
If Not USE Font on Dialog
I have this situation

If I use Font on Dialog
I have this situation

You can see the Titles of Tab of each folder on different position ...why ?
If Not USE Font on Dialog
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 oBoldI have this situation

If I use Font on Dialog
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
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