quote:
Originally posted by TazDevil
Yes i know i have it in the installer, but i want t accoplish the messagebox effect as plus! will reload the plugins after 5 seconds
TB's plugin will not reload the plugins until the messagebox is closed
Simply don't reload the plugins until the user has clicked ok on the messagebox, it's that simple...
instead of:
ReloadPlugins
MsgBox "click here"
do:
MsgBox "click here"
ReloadPlugins