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

Search Results
Subject Author Forum Time
RE: Just need an example
Open a new Chatwindow with 'var ChatWnd = Messenger.OpenChat(Contact)' and then use 'ChatWnd.SendMessage("Message")' As for the nudge, it is possible with an API call to SendMessage Don't know exactly how though
ShondoitScripting09-12-2006 at 10:18 PM
RE: Just need an example
D'oh, what a remark Mentality :S [code]var Email = "user@provider.com" function OnEvent_MyStatusChange (NewStatus) { Contact = Messenger.MyContacts.GetContact(Email) Messenger.OpenChat(Contact) }[/code] Different status codes: 2 - Appear Off...
ShondoitScripting09-12-2006 at 10:06 PM
RE: [question] Run commands from script
It can work with a very simple solution... I've been working in the registry for a while, changing Shell settings (right-click menu in explorer) and the commands all work when there are spaces.... It's a very simple solution [code]new ActiveXObject...
ShondoitScripting09-11-2006 at 06:06 PM
RE: [RELEASE] Camelo, a mocker script
That is something totally different, this script only hijacks the contacts stuff, and only on specified events, optionaly for specified contacts you're asking to change your name to a custom one, when one event fires for a specified contact... Add m...
ShondoitScripting09-10-2006 at 08:29 PM
RE: [Request] Song msg send
It can certainly be made You just check all contacts for media at startup/signin And then check with OnEvent_ContactMediaChange if a contact changes his song to the one specified Then just open a chatwindow with Messenger.OpenChat and send the messag...
ShondoitScripting09-10-2006 at 08:17 PM
RE: Scripting API Wishlist
An update feature... I have an auto update in one of my scripts which downloads the new .plsc, and automaticaly executes it. But this does not update the currently running script (I believe the script is loaded in the memory?) Or perhaps the ability ...
ShondoitScripting09-10-2006 at 01:11 PM
RE: [Release] Timezone v1.01.024
-Update- v1.01.020 Major Bugfix - fixed the 'No-send' bug (thx Jay_Jay) [color=red]Please remove the previous version first before installing the new version[/color] The Auto update bug hasn't been fixed yet, but it will be in the next version. At...
ShondoitScripting09-09-2006 at 09:15 AM
RE: Replace Colour Codes
ShondoitScripting09-08-2006 at 10:53 PM
RE: Replace Colour Codes
I have purple as standard font color I would really like to know how you'd do that (make it use double digits) if you're still gonna use RegExp's
ShondoitScripting09-08-2006 at 10:49 PM
RE: Replace Colour Codes
ShondoitScripting09-08-2006 at 10:40 PM
RE: Replace Colour Codes
ShondoitScripting09-08-2006 at 04:57 PM
RE: Replace Colour Codes
I never saw any of those features in the old IRC codes of Msg+ but please correct me if I'm wrong... If you want, you can erase them with this code [code]strMyNewPSM = strMyNewPSM.replace(/\[c=([1-6]?\d|#[0-9A-Fa-f]{ 6})\](.*?)\[\/c(?:=(?:[1-6]?...
ShondoitScripting09-08-2006 at 04:45 PM
RE: Replace Colour Codes
ShondoitScripting09-08-2006 at 04:21 PM
RE: Replace Colour Codes
ShondoitScripting09-08-2006 at 03:42 PM
RE: Dreaded Internet Cache
And how about an option to have a random ID on it? Like you can check if it should cache or not... Or maybe change the random Id when you replace the attachment... The original download link would still be valid, but the new one replaces it in the ca...
ShondoitForum & Website09-06-2006 at 04:55 AM
RE: [Release] Timezone v1.01.024
Yes I know.... And sometimes when you change a setting, it doesn't allow you to send a message anymore... First one can be temporarily solved by using '/tzAutoUpdate false' and the second one by using '/tzDebug false' (Not sure....) -edit- upda...
ShondoitScripting09-04-2006 at 07:49 PM
RE: [Release] Timezone v1.01.024
You would be easier??? :P Anywayz... I was working on that, but first I'm trying to fix the (....) bugs, and add proper timezone support, instead of time difference Then I'm gonna make it easier in use... Like dragging and resizing the timer...
ShondoitScripting09-04-2006 at 07:43 PM
RE: [Release] Timezone v1.01.024
This was a kn own bug, which I never could find But I believe I found it now -Update- v1.01.017 Bugfix -edit- By fixing this bug, I've put in another :S -Update- v1.01.018 Bugfix-fix :P[hr]btw [b]@JimCando[/b], Look at the Debug report I noticed som...
ShondoitScripting09-04-2006 at 07:54 AM
RE: [Release] Timezone v1.01.024
Thx, and good news... I was just working on that :D A few minutes... -Update- v1.01.016 Minor bugfix, and added the 'Check for Update' item in the menu, which will check imediatly
ShondoitScripting09-03-2006 at 08:03 PM
RE: [Release] Timezone v1.01.024
It seems like the script won't start, coz of an error during the start If you could post the Debug report... Or add me to WLM
ShondoitScripting09-03-2006 at 07:55 PM
RE: Scripting API Wishlist
Yes it is...But it would be a lot easier, and more logical to do it with normal scripting, imho
ShondoitScripting09-02-2006 at 11:16 PM
RE: [Release] Timezone v1.01.024
-Update- v1.01.011 Fixed a few minor bugs, like the Timer stealing focus And added an AutoUpdate feature... ('/TZAutoUpdate false', to turn it off) [b]WARNING:[/b] when you download the new version, your Windows.xml will be overwritten, losing the...
ShondoitScripting09-02-2006 at 11:07 PM
RE: Scripting API Wishlist
Me too... And also: dynamicly change the size and visibility of controls...
ShondoitScripting09-02-2006 at 09:10 PM
RE: [Release] Timezone v1.01.024
I changed the StaticControl to RichStaticControl, to support formatting, but I didn't know the RichStaticControl doesn't support multiline... You can change it in Windows.xml
ShondoitScripting09-02-2006 at 12:24 PM
RE: Scripting API Wishlist
Multiline support for the RichStaticControl !!
ShondoitScripting09-02-2006 at 12:02 PM
[Hide Excerpts] Pages: (10): « First « 1 2 3 4 [ 5 ] 6 7 8 9 » Last »