problems with Banner::destroy
Name "Banner.dll test"
OutFile "Banner Test.exe"
Function .onInit
Banner::show /NOUNLOAD /set 76 "Calculating important stuff..." "please wait"
again:
IntOp $0 $0 + 1
Sleep 1
StrCmp $0 1000 0 again
Banner::destroy
sleep 3000
Banner::show /NOUNLOAD /set 76 "ready" ""
sleep 3000
Banner::destroy
FunctionEnd
section
sectionend
This aint working - i can not see the second banner - must behind the 1st one :(
What's wrong ?