Hi all,
I have a slider that I would like to set a limit that the cursor/selector can reach but can't go higher on the slider bar.
As exemple: the slider is 0 to 100, but I want the selector to stop at 75 so at the 3/4 of the bar.
I tried the set range and set limit, but that change the end value of the bar.
Thanks in adavanced!
$cargocalculatorcargoselectorslider = GUICtrlCreateSlider(100, 170, 550, 30)
GUICtrlSetLimit($cargocalculatorcargoselectorslider, 100, 0)