quote:
Originally posted by Felu
Messenger Plus! Live doesn't check the registry every time to see if a script is enabled. So by just change the Enabled DWORD you can't get to start or stop a script. I guess changing the value and then restart the script might do the trick. See CookieRevised's reply to Restart script through code .
thanks, i try it
quote:
Originally posted by TazDevil
Look in the debug window for any errors at a certain line in your script
There are two types of menus that Plus! can handle static and dynamic. Static menus are set in the ScriptInfo.xml file and are loaded separately so you will still see the emnu items.
In the other case where menus are dynamic and are handled by
function OnGetScriptMenu(Location)
{
}
so this kind of menu might or might not load depending where the error existed.
Sorry TazDevil, is not a menu of a script, but the start script menu