I have a selex control and recompiling with new fwh I have this error
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 ?