heh thanks now it works
i just have an question...
i intend to use this progress bar inside a dialog
but i dont use timer in dialog but sort of %var increasing
so i want to ask (since i saw in help file that progressbar
DOES support /did -a) how to make it (just plain short example)
like (if %var == 10) { "here comes line to set progressbar on 10% of its width" }
i have it like this (if we take that it is 100 in width)
elseif (%var <= 20) { did -a dialogname 8 20 }
elseif (%var <= 30) { did -a dialogname 8 30 }
where 8 is ID of text control that holds this progressbar
thing is it doesnt work :P