I cannot change the display size of the date in DTPICKER box when selecting a Font
e.g. 'TAHOMA SIZE 0,-20
I've tried it on samples\datetime.prg and couldn't get it work on that either
Curiously though on my program the NoDate checkbox has resized but hasn't on the datetime.prg
I've set both lines in resource files to the same
"SysDateTimePick32", DTS_SHOWNONE|WS_TABSTOP
Thanks
Peter
DTPICKER & FONT
Re: DTPICKER & FONT
I
REDEFINE DTPicker oGet[2] VAR aVal[30] ID 140 UPDATE OF oFld:aDialogs[ 1 ]
oGet[2]:SetFont( oFontMed )
used fonts :
DEFINE FONT oFontMed NAME "Arial" SIZE 0, -20 BOLD
DEFINE FONT oFontSys NAME "Arial" SIZE 0, -16
regards
Uwe
Peter did You try :cannot change the display size of the date in DTPICKER box when selecting a Font
REDEFINE DTPicker oGet[2] VAR aVal[30] ID 140 UPDATE OF oFld:aDialogs[ 1 ]
oGet[2]:SetFont( oFontMed )
used fonts :
DEFINE FONT oFontMed NAME "Arial" SIZE 0, -20 BOLD
DEFINE FONT oFontSys NAME "Arial" SIZE 0, -16
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: DTPICKER & FONT
Thanks Uwe,that sorted it
Regards
Peter
Regards
Peter