FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour A little adjustment in class tSay
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
A little adjustment in class tSay
Posted: Thu Apr 22, 2021 09:30 AM
Hello,

I noticed a problem using SAY without a size-define like

@ 60, 30 SAY "Textheight -> g j y q" PIXEL FONT oFont OF oDlg
the problem belongs to g j y q because of the defined heightvalue

the bottom-space is to small :-)



I adjusted in method NEW

//::nBottom = ::nTop + nHeight - 1
::nBottom = ::nTop + nHeight + nHeight * 0.2

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.

Continue the discussion