Archive: Customisable MessageBox Plugin Question


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?

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::...


ah thanks, i had pop after the messagebox, now it works!