Hi, I found a error in this class that prevents it from changing the nHeight of the Tabs even from it's definition:
:: nHeight = BARHEIGHT prevents the class from taking the value given by
SIZE nWidth, nHeight at definition and
oTabs:nHeight := 25 from code
Also oTabs:SetFont(oFont1) is not used in the focused tab....(only in the other tabs)
METHOD Paint() CLASS TTabs //FWH10.2
.....
//Line 574
if nOrient != ::nOrientation
if ::nOrientation > OR_BOTTOM
::nWidth = BARHEIGHT
else
::nHeight = BARHEIGHT
endif
endif:: nHeight = BARHEIGHT prevents the class from taking the value given by
SIZE nWidth, nHeight at definition and
oTabs:nHeight := 25 from code
Also oTabs:SetFont(oFont1) is not used in the focused tab....(only in the other tabs)
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...