Yathosho
21st January 2005 03:10 UTC
Customisable MessageBox Plugin Question
i'm using the plugin for customisable messagebox.
messagebox::show MB_TOPMOST|MB_ICONEXCLAMATION "Reminder" "" "$Message" "Again" "Quit"
when i compile my script and the messagebox comes up, i get three buttons instead of two (Again, Quit, success). where's that "success" button coming from?
Takhir
21st January 2005 06:53 UTC
Please read plug-in's thread http://forums.winamp.com/showthread....0&pagenumber=2
It looks like you should clean stack first, plug-in reads all strings and adds "lost and found" Success as a new button. For example
Pop $9
messagebox::...
Yathosho
21st January 2005 12:29 UTC
ah thanks, i had pop after the messagebox, now it works!