Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Customisable MessageBox Plugin Question (http://forums.winamp.com/showthread.php?t=205495)

Yathosho 21st January 2005 02:10

Customisable MessageBox Plugin Question
 
i'm using the plugin for customisable messagebox.
code:
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 05:53

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 11:29

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


All times are GMT. The time now is 05:02.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.