Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: OnGetScriptMenu doesn't work
Does the script trace anything when the event is supposed to trigger? If not, there's probably an error I've not noticed. If it does and the menu doesn't show, it could be a bug
I agree with Spunky. Enable Script Debugging (In the Developer Tools section of the scripts window in the preferences) this will show you any errors relating to the script. Post them here and we can help further. As it stands you have no errors in your code from what I can see.
thanks guys for reply
yes, seems script itself is ok
when I save the script - editor show messagebox with Saved sucessfully
and trace log is
code:Function called: OnEvent_Uninitialize
Trace OnEvent_Uninitialize
Script has been stopped
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Trace OnEvent_Initialize
apropos, seems feature of Plus Event Notification doesn't work too. for the event Started a new chat. I added it for all contaccts and and tray popup doesn't shown when friend begun chat with me. we both tried this feature and hasn't success.
This post was edited on 01-13-2012 at 06:29 PM by Guffy.
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: OnGetScriptMenu doesn't work
If possible, do as Mnjul asks, but at the same time, do you have any other add-ons installed for Messenger? I seem to remember seeing this problem before
Sorry, guys. I it's my epic fail...
I expected that new menu items added to common Plus menu.
I never used plugins of Plus before and dosn't know the fact that plugins add menu items to separate toolbar icon.
the years of programming doesn't garanty from stupid faults