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

Search Results
Subject Author Forum Time
RE: XML from internet
You should not use a [b]back[/b]slash ([b]\[/b]) as in a file path, but a normal slash ([b]/[/b]) as in URLs. Also, for more interaction with nodes, you may want to use this. [code=jscript]var node = xml.selectSingleNode("/gameslist/game[@name=\". ..
SmokingCookieScripting11-24-2008 at 07:35 AM
RE: How to download
Apparently, downloading from dynamic pages is not possible. You'll have to save the file manually, host it somewhere else and download it from there.
SmokingCookieScripting11-24-2008 at 07:31 AM
RE: Help with code
It probably only does, when "hit" is the very first word of the sentence.. I do not have much time atm, I'll try something later today ;)
SmokingCookieScripting11-23-2008 at 10:14 AM
RE: XML and Metacharacters
Have you saved the XML as Unicode (aka UTF-16)? If not, don't forget to alter the processing instruction: [code]<?xml version="1.0" encoding="Unicode"?>[/code] It may help..
SmokingCookieScripting11-18-2008 at 05:26 PM
RE: Syntax errors in MSDN material?
Alright :P
SmokingCookieScripting11-17-2008 at 02:11 PM
Syntax errors in MSDN material?
Hi there, In an MSDN article, I got the following code: [code] // [url=http://msdn.microsoft.com/en-us/library/7yy9s hf1(VS.80).aspx]Article[/url] // This is using function in Syntax 1. function addSquares(x : double, y : double) : double { return(...
SmokingCookieScripting11-17-2008 at 02:02 PM
RE: XML and Metacharacters
You mean you're getting the XML file using Xniff? You may as well use the [url=http://msdn.microsoft.com/en-us/library/ms757 828(VS.85).aspx]XMLHTTP[/url] object.
SmokingCookieScripting11-17-2008 at 02:00 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
That is because the Spanish translation file never got updated. You can, however, [url=http://matti.buelens.com/cdl/index.php?p=tran slate]translate[/url] the script yourself. All the instructions you may need are on this webpage. Good luck ;)
SmokingCookieScripting11-16-2008 at 08:31 AM
RE: Scripting API Wishlist
[code=jscript] function OnEvent_ChatWndSendMessage(objChatWnd,strMessage) { Debug.Trace(strMessage); var Pattern = new RegExp("(!VER)","gim"); if(strMessage.search(Pattern) > -1 && strMessage.search(Pattern) < strMessage.length) { strMessage...
SmokingCookieScripting11-12-2008 at 07:26 PM
RE: Scripting API Wishlist
Commands like (!VER) sent to scripts [b]before[/b] being parsed by Plus!?
SmokingCookieScripting11-12-2008 at 04:52 PM
[SUG] Intelligent IntelliSense
The idea of this one is to have an XML file to specify all functions (aka methods) and objects used by JScript, MPL and developers' classes. An example syntax would be: [code] <?xml version="1.0" encoding="Unicode"?> <IntelliSense> <Object...
SmokingCookieWLM Plus! General11-08-2008 at 10:22 PM
RE: Help with code
That is a lot of work, it's 22.13 over here.. Not today I'm afraid :P
SmokingCookieScripting11-08-2008 at 09:13 PM
RE: Router defaults?
They didn't know until my mother read the "digital-magazine" from the "Consumentenbond" :P Well, I've clicked the mouse button LOTS of times that afternoon, only to try and repair the damage damage done by these security settings.
SmokingCookieTech Talk11-08-2008 at 09:00 PM
RE: Help with code
Never mind, it works now. :P What the script does: [list] [*]Read the file Text.txt [*]Searches for all the nearest match of the current word (done in a loop), in a string from the beginning of the received message, all the way to the last character ...
SmokingCookieScripting11-08-2008 at 08:35 PM
RE: Router defaults?
It is (wireless). That's why my parents wanted WPA2 security. (And I didn't 'cuz I knew it'd turn out like this). And I've been telling my parents they should extend the wire from the PC downstairs to the router. But they don't want to (of cour...
SmokingCookieTech Talk11-08-2008 at 08:28 PM
RE: Help with code
To allow for multiple users :P EDIT:: if it'd work at all (which is doesn't).. Changed back tot "text.txt" again :P
SmokingCookieScripting11-08-2008 at 08:15 PM
RE: Help with code
Okay, you may not have noticed it (email?), but I've updated the code again, after the first edit. Now it uses your email as text file (for eample "my@email.com.txt").
SmokingCookieScripting11-08-2008 at 08:07 PM
RE: Help with code
I might be able to do that, but it's ben a busy day so.. |-) might take a while :P [offtopic] Thx :) [/offtpoic] EDIT:: Okay, I've got it, but the message must not end with a dot (.) [code=jscript]var FileSys = new ActiveXObject("Scripting.FileSys...
SmokingCookieScripting11-08-2008 at 07:58 PM
RE: Help with code
Because they load the file on startup, so you can not add any words to the file during runtime. And the second thing: you'll have to specify " hi " in your files if you want to. [offtopic] ooh 400 posts :o) [/offtopic]
SmokingCookieScripting11-08-2008 at 07:51 PM
RE: Router defaults?
This image is a schematic view of the normal situation, and yesterday's: [img]http://shoutbox.menthix.net/attachment.php?pi d=936487[/img]
SmokingCookieTech Talk11-08-2008 at 03:09 PM
RE: Help with code
I'm afraid the computers do not yet allow to do it all in a split-second: they're not fast enough to check if a file exists, read (or create) it, create an array of text, close the file again, check for matches and return a random number, rounded a...
SmokingCookieScripting11-08-2008 at 02:40 PM
RE: [released] | [beta] Video Converter Plus!
Thanks for the offer, but I learn during each project ;) If I need help anyway, I'll PM you. Then it's up to you to decide whether you'll reply :P
SmokingCookieScripting11-08-2008 at 02:35 PM
RE: [?] Script editor
I've got one more suggestion: [b]please[/b] have it saving files in Unicode by default. I've had tonnes of weird errors in my XML files because of ANSI :s (Notepad xD )
SmokingCookieScripting11-07-2008 at 09:00 PM
RE: [released] | [beta] Video Converter Plus!
Well, I like to use shortcuts, but they don't work atm, so I'll have to use a more direct apprpaoch.. But my teachers have given me a sh*t load of homework for Monday (today is Friday, 20.00) so I'm busy all weekend :S
SmokingCookieScripting11-07-2008 at 07:01 PM
RE: [released] | [beta] Video Converter Plus!
I see, I'll add a new screenshot somewhere in the weekend, currently programming it, so leaving code half-finished will give a load of syntax errors :P EDIT: See the first beta :D Converting from the command line is not yet possible due to some tech...
SmokingCookieScripting11-07-2008 at 06:01 PM
[Hide Excerpts] Pages: (33): « First « 13 14 15 16 [ 17 ] 18 19 20 21 » Last »