Menu Checkmarks - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Menu Checkmarks (/showthread.php?tid=61526) Menu Checkmarks by timbothegreat on 06-26-2006 at 08:33 AM
Hi RE: Menu Checkmarks by matty on 06-26-2006 at 12:04 PM If you are using the similar Menu as the Import/Export functionin the preferences I was talking to Patchou about it last night and he forgot to add a callback function for the menu items. So as of right now unfortunately it wont work. RE: Menu Checkmarks by timbothegreat on 06-27-2006 at 01:42 AM
Thanks for the reply. RE: Menu Checkmarks by L. Coyote on 07-07-2006 at 02:56 AM
quote: Consider that the menu is formed, generally, when the function onGetScriptMenu is called (when you click on the Plus! icon on the main WLM window and chat windows). You return the menu then. So, instead of checkmarks, why not just create the option "dynamically"? I mean this: If the script is enabled, the menu appears as: "disable". When the script is disabled, the menu can be: "enable". The ID can be written that same way. And you just handle it with onEvent_MenuClicked. RE: Menu Checkmarks by timbothegreat on 07-07-2006 at 07:24 AM
Thanks for the reply Leonardo. |