Banner plugin questions
I'm creating an installer that has several time consuming jobs to perform along the way and I'm using Banner::show and Banner::destroy to give the user some feedback; now for the questions:
1. I show the banner window 3 or 4 times (depending on a flag) and each time I use it like this:
Banner::show /NOUNLOAD /set 76 "Text to display" /set 1030 ""
....
Banner::destroy
I only want one text displayed and that's why I set the second to the empty string (got the ID from modern.exe). The problem is that the third time I run it I get a "0" or sometimes "1" displayed for the second text :eek: . At first I though it was because I had some CopyFiles inside and it tries to do automatic counting but I removed those command and the same thing happens. I don't understand this, cand someone help me out ?
2. Is there a way to change or even remove the icon displayed in the left side of the banner window ?
thx,
Chris