Hi there

I just don´t understand why this panel, doesnt matter how much i click on it, dont move the slider to nowhere :

------------------------------------------------------------

PANEL* PhPanel =
{
Bmap = PhTGA;
Pos_x = 0;
Pos_y = 0;
Layer = 10;
hslider(20,20,110,SlideTGA,1,1000,myVar);
flags = show;
}

------------------------------------------------------------

What am I doing wrong ???