What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Last.fm Script
Contact me!
YorickScripting12-03-2009 at 10:55 PM
RE: [BETA] Ultimate Translator
That sounds like heaven :D We store them in the basement in the original crates, it's cold in the Netherlands so it's not necessary to keep them in the fridge :P So if you're in the Netherlands someday, you're welcome :D! Thanks for the replies ...
YorickScripting01-21-2008 at 10:41 AM
RE: Participating in a window
The ChatWnd::Contacts property returns the list of contacts currently participating in the chat, excluding the active Messenger user. From there on you should be able to count the number of contacts in the returned list :)!
YorickScripting01-20-2008 at 08:59 PM
[BETA] Ultimate Translator
[b]Features[/b] Translate sent messages by pressing F5 Translate sent messages automatically Translate received messages automatically [b]Screenshot[/b] [img]http://yorickb.nl/UltimateTranslator/Ultimate TranslatorOptions.png[/img] [b]Working on[/b] S...
YorickScripting01-20-2008 at 08:37 PM
RE: [problem] google translator 1.0
Someone post a fix few days ago, it's over here: http://shoutbox.menthix.net/showthread.php?tid=808 78 Have fun and stay tuned for my new translation script :D!
YorickScripting01-17-2008 at 09:37 PM
RE: Need some help with HotKey
Yes I was looking into the Music Now Playing code already, and it's exactly where I'm lookoing for. But I thnk I won't implent it in the first version, I'll use a pre-set shorcut for it (like the google translator script uses F5) instead of choos...
YorickScripting01-16-2008 at 09:28 PM
RE: Need some help with HotKey
Ok that's what I'll need later, but the problem at the moment is different. When you click on Save you're setting will be saved in the registry, but before I can save this into the registry I need to retrieve the information entered into the HotK...
YorickScripting01-16-2008 at 07:50 PM
Need some help with HotKey
Hey guys, I'm working on a translation plugin, screen below: [img]http://www.yorickb.nl/UltimateTranslator/Ulti mateTranslatorOptions.png[/img] As you see it will be possible to set a HotKey to translate a message you have typed. But I am have a prob...
YorickScripting01-16-2008 at 07:23 PM
RE: [Request] MySQL Name Changer [/Request]
If you need a designer for you config screen or something else, just PM me, love to make nice, simple and clean userinterfaces. And if you need some help with script to (Jscript or a simpe php system...) you can contact me too. Love this idea, would...
YorickScripting03-04-2007 at 09:01 PM
RE: Plugin manager
Ok for anyone who's interested this is how I've done it. Every plugins has 3 files, - Plugin_TopArtistsInfo.xml, with some information about the plugin: name, descriptiong and id. - Plugin_TopArtistsWnd.xml with the window(s) for the plugin. - Plug...
YorickScripting03-04-2007 at 07:46 PM
RE: Plugin manager
I think you're right, don't need it anymore because there all in the main directory now, I'm going to write the manager now. Thanks a lot for your advices!
YorickScripting03-04-2007 at 03:35 PM
RE: Plugin manager
Yes that came to my mind later, would it be handy to use some sort of a prefix so I can find them easily? Like: Plugin_WndTopArtists.xml Plugin_JsTopArtists.js Or does anyone has a better idea how to do that?
YorickScripting03-04-2007 at 03:16 PM
Plugin manager
Ok I need some advise on this peace of my script. I want to make a plugin manager for my script, as you might know I'm working on a last.fm script. The point is that there are a lot of different feeds available so I want to give people the choice wh...
YorickScripting03-04-2007 at 03:08 PM
RE: Last.fm for Messenger Live! Plus
Thank you! EDIT: Ok I need some help, because there going to be a lot of different xml feeds that will be read out (http://www.audioscrobbler.net/data/webservices/) I want to make a plugin system. So I'll put the plugins in a sub directory, and rea...
YorickScripting03-03-2007 at 09:26 AM
RE: Last.fm for Messenger Live! Plus
I know that you meant that, but can you actually play music in the application itself? I thought it only collected your current song from all kind of music players (winamp, windows media player) trough that plugins...? Or can you actually play music...
YorickScripting03-02-2007 at 10:29 PM
RE: Last.fm for Messenger Live! Plus
Al the information in this extension are generated by internet feeds, if you wan't the current song it's the easiest way to get that song from the player (by example winamp or windows media player), there a lot of plugins for that I think.. Thanks...
YorickScripting03-02-2007 at 10:01 PM
Last.fm for Messenger Live! Plus
[img]http://static.last.fm/depth/advertising/lastf m/badge_red_rev.gif[/img] [img]http://static.last.fm/depth/advertising/as/ba dge_grey_rev.gif[/img] My first version of Last.fm for Messenger Live! Plus is just approved (http://www.msgpluslive.net/scr...
YorickScripting03-02-2007 at 08:37 PM
RE: Loading a external image
I don't know if I need to open a new topic about this, please say if I need to! I bumped into another problem. I want to show some information, but I don't always have all the information.... Like this: Profile: Name Country (optional) Age (Optiona...
YorickScripting03-02-2007 at 07:32 PM
RE: Loading a external image
At the top of the script I have [code]var WndProfileInformation;[/code] Is this not enough? So in the function I only use [code] WndProfileInformation.ImgElmt_SetImageFile('ImgDi splayPic', OutFile); [/code] But for some reason I can't use it in t...
YorickScripting03-02-2007 at 07:04 PM
RE: Loading a external image
Thanks a lot guys! Almost worked it out now, but I still have a bit of a problem. I have the following code: [code] WndProfileInformation = MsgPlus.CreateWnd('WndProfileInformation.xml', 'WndProfileInformation'); if(MsgPlus.DownloadFile(avatar))...
YorickScripting03-02-2007 at 06:53 PM
RE: Messenger Plus! Live 4.20 has been released
Great work Patchou (and testers)! Was a bit confused with the new scripts window though (missed that part in de code changes :P)
YorickAnnouncements & News03-01-2007 at 07:26 PM
Loading a external image
Hello, While I was working on my Last.fm for Messenger Plus! Live I realized that I wasn't able to display an image from an internet location in a window. Maybe it's possible, but I don't know how... anyone? Thanks in advance, Yorick
YorickScripting03-01-2007 at 05:00 PM
[Hide Excerpts]