Bad Selex visualization

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Bad Selex visualization

Post by Silvio.Falconi »

I have a selex control and recompiling with new fwh I have this error

Image

the control is on a Vtaskbar menu which in turn is above a tpanel

@ 100, 10 SELEX ::oSelex VAR nOption of oVMenu3 PIXEL SIZE 220,45;
ITEMS "5", "10", "15", "20", "30", "60" ;
GRADIENT OUTTRACK { { 1/2, nRGB( 219, 230, 244 ), nRGB( 207-50, 221-25, 255 ) }, ;
{ 1/2, nRGB( 201-50, 217-25, 255 ), nRGB( 231, 242, 255 ) } };
LINECOLORS nRGB( 237, 242, 248 ), nRGB( 141, 178, 227 );
COLORTEXT CLR_BLACK, CLR_GREEN ;
ACTION (::oCalex:oView:SetInterval( Val( ::oSelex:aOptions[ nOption ] ) ), ::oCalex:refresh() )

the numbers are ok
the bar for the selection ( gray box) the control creates it as if it were the control was vertical
there is an option to say make to Horinzontal ?
Any solution ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply