Hello,
Testing the Class BtnBmp, The Bar-display on RIGHT and LEFT Position doesn't look very nice.
In Class BtnBmp there is a line :
GradientFill( ::hDC, nAdjustBorder,nAdjustBorder, ::nHeight-nAdjustBorder, ::nWidth-nAdjustBorder, ::aGrad )
It shows a Bar like :
Changed to :
GradientFill( ::hDC, nAdjustBorder,nAdjustBorder, ::nHeight-nAdjustBorder, ::nWidth-nAdjustBorder, ::aGrad, .F. )
It shows a Bar like :
There seems to be still another Gradient at the Bottom to be adjusted.
It comes much closer to a defined Position TOP
Maybe it is possible to define a different GradientFill for Position RIGHT and LEFT ?
Best Regards
Uwe