Archive: problems with Banner::destroy


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 ?

Works fine for me. Make sure you're using the latest CVS version and not the defected one. To make sure open Plugins\CVS\Entries in Notepad and verify that Banner.dll's version number is 1.4.


Hmm, must be an issue with the CVS from the 08-23, now 08-30, and it works. Thx.


I have a question for the banner plugin.
Will you be able to add an option to stop the taskbar item appearing; it makes the installer have 2 taskbar items.

-Stu