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

Search Results
Subject Author Forum Time
RE: [Release] Countdown Live (Latest: 2.2.021)
It appears that you are using an outdated verson of the translation file. You will have to wait for a new version of the Spanish translation (not from me: I don't speak a single word Spanish :P ), or translate it yourself (which will take time). [s]...
SmokingCookieScripting07-21-2008 at 09:16 AM
RE: [Release] Countdown Live (Latest: 2.2.021)
Okay, I see your point :P I'll stop jabbering about the update system now, promise (unless it contains a bug :P )
SmokingCookieScripting07-17-2008 at 09:13 AM
RE: [Release] Countdown Live (Latest: 2.2.021)
Hmm.. Perhaps you can make an XML on Google Pages, I use it too (see the link in my sig) and it works perfectly :D That will allow you to check every 6 hrs, instead of 24 (which means I would have had to struggle on with that stupid error today)
SmokingCookieScripting07-17-2008 at 08:11 AM
RE: Command parser not working
:wall: Sorry!! :$ I didn't see that typo, and I can barely see bold text on my monitor :S
SmokingCookieScripting07-17-2008 at 08:00 AM
RE: Command parser not working
Err.. I don't see much difference between your code and mine.. And besides, it doesn't work either.. *-)
SmokingCookieScripting07-17-2008 at 07:30 AM
Command parser not working
Hi, I am experiencing a problem with a new way of parsing commands. The following code displays an error about invalid commands: [code] function OnEvent_ChatWndSendMessage(pChatWnd,sMessage) { if(Initialised) { isCommand = parseCommands(pChatWnd,s...
SmokingCookieScripting07-16-2008 at 09:42 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
Yup, got it. No errors due to my MsgPlus version and importing prefs works :D :P EDIT:: Perhaps you should reduce the update interval to 6 hrs :P
SmokingCookieScripting07-16-2008 at 07:34 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
That's gonna be another update? :P
SmokingCookieScripting07-16-2008 at 06:09 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
Uhh.. I'm afraid I have another bug..[s] Screenshot on its way..[/s] Screenshot: [URL=http://img49.imageshack.us/my.php?image=scree nus7.jpg][IMG]http://img49.imageshack.us/img49/387 8/screenus7.th.jpg[/IMG][/URL] And I have MsgPlus 4.60.[b]326[/b] by...
SmokingCookieScripting07-15-2008 at 06:25 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
No, but perhaps you can use some XML thingy: Create an XML (e.g. MsgPlus.ScriptFilesPath\ScriptInfo\Script.xml). You should do something like this: [code] <?xml version="1.0" encoding="Unicode"?> <!-- Save as Unicode in notepad --> <PrefRanges...
SmokingCookieScripting07-15-2008 at 12:46 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
Hehe, if beta testers don't notice, I usually have a look at the code myself :P And I'll be 'bugscanning' for a while :P
SmokingCookieScripting07-15-2008 at 10:37 AM
RE: [Resource] ToolTip Class (Updated: 14/08/07)
Hi, I know it's a bit late, but would it be possible for you to make a "balloon" pop-up, like in Windows Vista? (see screenshot). [URL=http://img528.imageshack.us/my.php?image=scre enzb4.jpg][IMG]http://img528.imageshack.us/img528/ 4899/screenzb4.th...
SmokingCookieScripting07-15-2008 at 06:52 AM
RE: [Release] Countdown Live (Latest: 2.2.021)
BUG!! Concerning CDL 2.1.014: When importing preferences from this new version, I get to see that the XML file's prefs are "out of range". I figured out that "Globals.js"'s line should be: var PrefVersionRange = ["2.1.009", "2.1.014"]; EDIT...
SmokingCookieScripting07-14-2008 at 07:25 PM
RE: List box clearing?
Yeah, excuses hea :P Anyway, thanks for the solution (and for CDL 2.1 :D )
SmokingCookieScripting07-14-2008 at 05:05 PM
RE: List box clearing?
That does it :D Thanks :D ----------------------------------- I've tried this trick on a ListBoxControl and it seemed to work. On a ListViewControl, however, it crashes Messenger.. Is there any reason or solution to this problem? [code] while(WndSk...
SmokingCookieScripting07-14-2008 at 04:54 PM
RE: List box clearing?
Has anybody told you that you were clever? :P Works, tnx :D
SmokingCookieScripting07-13-2008 at 09:05 PM
List box clearing?
Hi, Is there some WM_(X)-message that clears a ListBoxControl entirely? I have tried this piece of code, without success: [code] for(i = 0; i <= PlusWnd.LstBox_GetCount("bLstFolders"); i++) { PlusWnd.LstBox_RemoveItem("bLstFiles",i); } [/c...
SmokingCookieScripting07-13-2008 at 08:55 PM
Sound pack importing & Onboard script editor
Hi, I have 2 bugs, both in MsgPlus 4.60, Windows Vista Home Basic (32 bit, NL) and WLM 8.5: 1: The on-board script editor* sometimes freezes Messenger after hitting [CTRL] + [S ]. Debugger shows that the script gets stopped, and then it freezes. 2: S...
SmokingCookieWLM Plus! Bug Reports07-12-2008 at 09:13 PM
RE: [Request] Automatically open a minimized chat window when someone signs in
I'm not sure if this works, but I think it should: [code] var SC_MINIMIZE = 0xF020 function OnEvent_ContactSignin(cEmail) { pChatWnd = Messenger.OpenChat(cEmail); k = Interop.Call("User32.dll","SendMessageW",SC_MI IMIZE,pChatWnd.Handl...
SmokingCookieScripting07-11-2008 at 12:59 PM
RE: [Request] Automatically open a minimized chat window when someone signs in
That's quite simple: [code] function OnEvent_ContactSignIn(cEmail) { Messenger.OpenChat(cEmail); } [/code]
SmokingCookieScripting07-10-2008 at 06:39 PM
RE: [Help] Detecting control mouse-over
It's early over there in Canada, isn't it? :P
SmokingCookieScripting07-10-2008 at 05:20 PM
RE: [Request] Automatically open a minimized chat window when someone signs in
You mean like opening a chat window as soon as somebody signs in?
SmokingCookieScripting07-10-2008 at 05:11 PM
RE: [Help] Detecting control mouse-over
Hi, Thanks for the advice :) Actually my piece of code was more to see if my window would receive any messages at all (it appeared not to receive them, because I did not register them..). And about the \: The debugger would say something like this: ...
SmokingCookieScripting07-10-2008 at 02:48 PM
RE: [Request] Changing Toast Location
Ouch :P But I am getting close, right? :D :P
SmokingCookieScripting07-09-2008 at 06:37 PM
RE: [Help] Detecting control mouse-over
Okay, that'll do it. Thanks :D [s]Well, I guess I was wrong about the 1st sentence of this post.. I've inserted a "On[i]Windowid[/i]Event_MessageNotification", yet nothing shows up in the debugger.. My code: [code] function OnEvent_Initialize(Mes...
SmokingCookieScripting07-09-2008 at 05:33 PM
[Hide Excerpts] Pages: (33): « First « 22 23 24 25 [ 26 ] 27 28 29 30 » Last »