Loading Message Box
Is there a way to display a messagebox while something is loading, and when its done loading, the messagebox disappears?
for example: the messagebox before the setup loads
Thank you
Archive: Loading Message Box
Loading Message Box
Is there a way to display a messagebox while something is loading, and when its done loading, the messagebox disappears?
for example: the messagebox before the setup loads
Thank you
MessageBox halts the script, so thats no good for you. The easiest way to do what you want is with banner.
Like this:
Banner::show /NOUNLOAD "Please wait while stuff happens..."
Stuff
Banner::destroy
This is a very nice plugin which gives you a banner with a progress bar on it too which you can change to whatever % you like!
http://forums.winamp.com/showthread....=banner+cancel
-Stu