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

Search Results
Subject Author Forum Time
RE: [Release] X360+
Awesome. cheers for that Matti. I still have a long way to go to understand and write xml properly, but if it'll work I at least know it won't be pointless. cheers man.
ArkaneArkadeScripting11-09-2008 at 01:48 PM
RE: [Release] X360+
It is.. but thats not to say that suggested improvements will be ignored. Perhaps just an ini file would be the best solution, if xml isn't great for bools (which is like 90% of my settings).
ArkaneArkadeScripting11-06-2008 at 05:19 PM
RE: [Release] X360+
Think its gonna have to be. Jus gimme the time to figure out how to do it, and then I can (hopefully) start on the masterplan.
ArkaneArkadeScripting11-05-2008 at 06:39 PM
RE: [Release] X360+
Guess I just didn't remove the about menu properly. It should be gone in 1.1, because I don't have it. When I have the script fully done there will be an about window, since I have a few [i]certain[/i] people to give thanks to. ;) Keep me posted ...
ArkaneArkadeScripting11-05-2008 at 05:18 PM
RE: [Release] X360+
I've updated the main post, putting v1.1 up. The saving has been working for me in this version, so hopefully will solve your problem. If not gimme a shout again and I'll try a new method. Theres no about menu item, because there isn't an about...
ArkaneArkadeScripting11-04-2008 at 10:31 PM
RE: Whats wrong with my script?
The problem is that fsobj isn't defined. [code=jscript]var fsObj = new ActiveXObject("Scripting.FileSystemObject");[/co de] If you define that at the top of the script, it'll be defined for when you call it in ReadLinefromFile().
ArkaneArkadeScripting11-03-2008 at 07:46 PM
RE: [Release] X360+
Hey sonicSam. Sorry, woulda replyed, but I got called into work since I live closest and people were skiving. :@ I did consider using the live member pages, but didn't for various reasons. For a start I don't really wanna access a web page period...
ArkaneArkadeScripting11-02-2008 at 10:25 PM
RE: [Release] X360+
Unfortunately, yes atm. I'm hoping to discover a better method of doing a lot of the things... or that the xbox will be given the ability to sign in as a second location when Messenger 9 is out, but until then, it's different accounts I'm afraid ...
ArkaneArkadeScripting11-02-2008 at 08:13 PM
RE: [Release] X360+
Yeah, was a little too quick to press the send there. You got in just before I updated.
ArkaneArkadeScripting11-02-2008 at 08:01 PM
[Release] X360+
Hey guys, I've been working on this one for a while now, and it's nowhere as complete as I intend it to be yet, but as far as I can tell it's stable just now. As always single person testing can check everything so I'm hoping that any errors I'...
ArkaneArkadeScripting11-02-2008 at 07:57 PM
RE: Saving Settings
I guess you could do it that way. Just making sure you never had aces up your sleeve. Unfortunately I got work just now, but I'll give it a try when I get back. Cheers mate.
ArkaneArkadeScripting11-01-2008 at 06:45 PM
RE: Saving Settings
I don't mean to criticise, but won't that script only work once, either at startup or when someone signs in, meaning that any subsequent signons (brother for instance) will still have the same variables, or is there some sneaky bit I'm missing? A...
ArkaneArkadeScripting11-01-2008 at 06:31 PM
RE: Saving Settings
I knew not to trust you, seeing through what I'm doing ;). Ah well, I've made no secret of it, just trying to do something I like, and learn a littl ein the process. TBH, the showsettings was being used because thats how I did it in my last script...
ArkaneArkadeScripting11-01-2008 at 06:10 PM
RE: Saving Settings
Lol. Well, here's the code. I severely doubt the script will be used by many, and none of this it major enough to steal since it could all be figured out really easily. [code]function OnEvent_Initialize(MessengerStart) { if ((MessengerStart == f...
ArkaneArkadeScripting11-01-2008 at 05:55 PM
RE: Saving Settings
I'm on XP SP3. If it works perfectly for you it may be something stupid, my computer screwing up or something (god I hope not, I've already lost one this month).
ArkaneArkadeScripting11-01-2008 at 05:43 PM
RE: Saving Settings
Cheers guys, but I did already have it done through a try/catch function that was called at initialise if MyStatus > 1, and also on user signin, just in case noone was in at signon. Like I said, the the regread was failing about 1 in every 4 atempts,...
ArkaneArkadeScripting11-01-2008 at 05:33 PM
RE: Saving Settings
I did have the registry working, pretty much identical to that, and it's been fine for long enough, but I tried using the email address and after that it started failing to read the registry about a quarter of the time. The variables I tried settin...
ArkaneArkadeScripting11-01-2008 at 04:29 AM
Saving Settings
Hey guys, I'm looking for a little help, regarding the best way to save persistent settings in a script. I've been messing around with various different methods all day, and have been having no luck with them. I started off using the registry, but...
ArkaneArkadeScripting11-01-2008 at 02:38 AM
RE: Contact PSM change
I have a feeling that the messages you'll need to look for will be formatted differently or used in a slightly different context (thus why Plus! doesn't seem to get them from WLM properly... it's like a new field rather than the psm (similar to ho...
ArkaneArkadeScripting10-29-2008 at 07:01 PM
RE: Contact PSM change
I have it working with the GetContact now. The enumerator worked fine, but I will only need it for a single contact, so the array just gets wasted. - Looks like its all four naught anyway. Plus doesnt return the personal message for that account ei...
ArkaneArkadeScripting10-28-2008 at 10:32 PM
RE: Contact PSM change
Cheers SmokingCookie, I'd completely forgotten how to do enumerators. Need to stop leaving scripting for so long. I've got work unfortunately, but after I'm back I'll give it a try and sort everything out. Regarding the PSM, its a problem becua...
ArkaneArkadeScripting10-28-2008 at 06:29 PM
Contact PSM change
Hey folks, I've got a bit of an odd one here. I want a script to copy another contacts PSM, if and when they change it. However, in this particular situation, the PSM event doesnt fire for this contact. I'm wondering if theres another way to che...
ArkaneArkadeScripting10-28-2008 at 06:28 AM
RE: How to Encode a file?
OK. thank you .Lou, I will now make sure any images I need are sorted to the right size. cheers man. MeEtc - thank you so much again. I'm gonna play about with it now, and hopefully this is it this time. You're a legend. :D
ArkaneArkadeScripting10-27-2008 at 04:45 PM
How to Encode a file?
Hey guys, I've been updating a script to remove non working ftp functions from it. I tried to use the plus built in ftp upload, but it doesnt work on this server. I can upload a base64 encoded file to the server for it, and have already been given...
ArkaneArkadeScripting10-26-2008 at 07:14 PM
RE: XMLDOM
I tried just copying and pasting what you said Matti, but I get back to my same error again. However, I did find the problem in the original xml. I'd missed the closing '?' after the xml version. Perhaps there's something wrong in my encoding? ...
ArkaneArkadeScripting10-26-2008 at 12:06 AM
[Hide Excerpts] Pages: (8): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »