I have tried also to replace the line 119:
byCode:GUIDelete($SliderID[$Ln])
It's better for the first loop but during the second loop, the update is bad for the first slider !Code:For $Mn = 1 to $SliderID[$Mn] GUIDelete($SliderID[$Mn]) Next
and
change please:
byCode:While 1 for $i = 0 to 65535 step 65535/20 $ValueSlider = $i sleep(500) Next Wend
Code:While 1 for $i = 0 to 65535 step Round(65535/20,0) $ValueSlider = $i sleep(500) Next Wend



LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks