Hide/remove quick (personal) message? - 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: Hide/remove quick (personal) message? (/showthread.php?tid=94690) Hide/remove quick (personal) message? by walts on 05-31-2010 at 02:47 PM
Ok is there a script or patch or sth that will hide/remove quick (personal) message? RE: Hide/remove quick (personal) message? by Chris4 on 05-31-2010 at 02:58 PM
Please search before you post. quote: Messenger Live Toolbox has an option to hide contact's PSM's. RE: Hide/remove quick (personal) message? by walts on 05-31-2010 at 04:22 PM
oh sorry, i really searched but found nothing and searched from google also- didn't find anything.... RE: Hide/remove quick (personal) message? by Chrissy on 05-31-2010 at 04:46 PM There isn't and API for scripting but there is for skinning. RE: Hide/remove quick (personal) message? by Matti on 05-31-2010 at 05:12 PM
quote:Skins work by modifying the user interface resources of Messenger. They define new images and styles which Plus! uses as replacements for Messenger's own interface resources. They can only be loaded when Messenger is launched, that's why you need to restart Messenger every time you make a change to your skin's options. Scripts can interact with Messenger, this means that they can both read and change the data transferred through Messenger. For example, scripts can read your status, your contacts list and your chat messages but they can also change your status or your sent messages. They work by running custom code inside a scripting environment which provides interfaces to interact with Messenger and Plus!. They are loaded after Messenger is started and keep running the whole time. Skins are for interface customisation at start-up, scripts are for interaction. They're completely different and thus they can't do the same tasks. Scripts can't change the user interface of Messenger since the interface can't be changed while Messenger is already running. Even if it would be possible for scripts to modify the interface, it would be nearly impossible to find the right elements which should be removed (here: the PSM elements). With all kinds of skins floating around, those elements can be anywhere the skin creator wants and thus a script wouldn't know where to look for them. RE: Hide/remove quick (personal) message? by walts on 05-31-2010 at 05:49 PM
Matti, thanks for a good answer |