Hi.

Lets consider that I have a hslider ( maybe algo a Vslider ) :

PANEL* PhPanel =
{
Bmap = PhTGA;
Pos_x = 0;
Pos_y = 0;
Layer = 1;

hslider(8,23,150,SlideTGA,0,10,brLong);

digits,180,23,4,"*",1000,vecBRwheel.x);
flags = show;
}

but, in this case, brLong variable is already "working" and has its value = 5.

I need that the hslider, when the level / panel load, is at the middle of the slider, representing its inicial value that isnt neither 0 or 10.

In other words, the hslider would start in the middel of the scale, not at the left.

Is it possible ?

Thanks in advance.