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

Search Results
Subject Author Forum Time
HELP - "foreach" command!
Is there a way of doing something for every item in an array? I thought there was something called "foreach" that does this... then again, I don't really know. For example: [code=js] var Test = new Array("test1", "test2", "test3"); var Tes...
whizScripting05-21-2009 at 06:36 PM
RE: HELP - Seconds to hours!
Ah... thanks! :)
whizScripting05-17-2009 at 12:31 PM
HELP - Seconds to hours!
[code=js]var Counting = false; var Paused = false; var CountWindow; var CountWndOpen = false; var AdjustWindow; var AdjustWndOpen = false; var Hours = 0; var Minutes = 0; var Seconds = 0; var Milliseconds = 0; var TotalTime = 0; var Add0S; var Add0M;...
whizScripting05-17-2009 at 11:48 AM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage!
Ok, thanks all! :)
whizScripting05-14-2009 at 08:10 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage!
So, that will get the email address from the contact window, yes?
whizScripting05-14-2009 at 07:56 PM
HELP - Email from OnEvent_ChatWndReceiveMessage!
[code=js]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind)[/code] The "Origin" variable outputs the contact's name. Is it possible to get their email address instead?
whizScripting05-14-2009 at 07:16 PM
Flip Status | [release] 1.0 | 30/04/2009
[u]Features[/u] [list] [*]allows you to continuously change your status [*]preset options for status lists (all [for WLM 9 or 14] and on/off) [*]make your own status list [*]refresh speed can be changed (and it doesn't crash when it goes under 100ms...
whizScripting04-30-2009 at 08:33 PM
RE: HELP - No error, no action...
Hoorah, it works again. Thanks! :)
whizScripting04-29-2009 at 06:14 PM
HELP - No error, no action...
It flips the status, or at least it did until I did something to it that stops it working. [code=js] var Activity = "Disabled"; var Messenger = 14; var Mode = "All Values"; var Refresh = 1000; // will add a method of changing this later var OldS...
whizScripting04-28-2009 at 07:50 PM
RE: HELP - Day of the week?
Downloaded. Looks very thorough... :D
whizScripting04-01-2009 at 07:24 PM
RE: HELP - Day of the week?
Thanks! :) And I have used MSDN on a couple of occasions, with the Plus! Browser, mostly, but I suppose I should look on there as well...
whizScripting03-30-2009 at 08:12 PM
HELP - Day of the week?
I know people are probably getting annoyed at my continuous question posts, but I was wondering how a script can get the day and date, based on the user's Windows clock setting...
whizScripting03-30-2009 at 07:00 PM
RE: HELP - Posting to the Information Bar?
Ok, thanks! :D
whizScripting03-30-2009 at 03:51 PM
HELP - Posting to the Information Bar?
Is it possible to display messages of a script into the information (where it says "User is typing a message..." or "Last message received at (...)"? And if so, who would see it - just me, or the other contact as well (assuming Plus! is installe...
whizScripting03-29-2009 at 05:15 PM
Duplicator | [release] 1.2 | 14/07/2009
[u]Features[/u] [list] [*]lets you pretend to be anyone on your contact list [*]steals a contact's name, PSM, DP or any mixture of those [*]auto-updates it (optional) [*]reverts to your old name, PSM and DP when you unduplicate [/list] [u]Screenshot...
whizScripting03-26-2009 at 09:54 PM
RE: HELP - ChatWnd not an object?
Well, I have changed that bit, and fixed a few other things, before testing it with a friend. The problem is that, even with the exact same script, it only works one way, and it's the same way, no matter who invited who. Can anyone find why?
whizScripting03-05-2009 at 08:26 PM
HELP - ChatWnd not an object?
Look, I know I keep asking questions, but I just don't understand this. Plus! Mini-Messenger is a tool to run a one-to-one conversation with another script user, through the P!MM interface. It allows you to send messages, and alert the other user. ...
whizScripting03-04-2009 at 09:38 PM
RE: HELP - Searching for "7"?
...oh, I get it now. *-) Thanks.
whizScripting03-01-2009 at 10:41 AM
HELP - Searching for "7"?
[code=js]function OnWndBrowserEvent_CtrlClicked(objWnd, strControlId) { switch (strControlId) { case "BtnGo": if (CmdMode) { CmdMode = false; var Command; var Message = objWnd.GetControlText("EdtAddress"); var Parameter ...
whizScripting03-01-2009 at 10:23 AM
RE: HELP - Nothing happens!
No, but I've found out why and fixed it. I didn't need the code at the start to set the URL from the address bar. I took it out and it works fine. :D
whizScripting02-27-2009 at 08:19 PM
HELP - Nothing happens!
[code=js]function OnWndBrowserEvent_CtrlClicked(objWnd, strControlId) { switch(strControlId) { case "BtnGo": // click of the "Go" button if (CmdMode) // if first character of address bar is a "!" { Wnd.setControlText("EdtAddress...
whizScripting02-27-2009 at 06:02 PM
RE: Messenger Plus! Browser | [release] 2.0 | 24/06/2010
It works! Thanks... ;)
whizScripting02-27-2009 at 05:12 PM
RE: HELP - Child Windows!
Well, I was actually thinking of having it like a chat window, in the sense that you could type something like "!search <google/yahoo/etc> <query>". This could then be used for other purposes, like "!send <contact email>", to send the current pa...
whizScripting02-25-2009 at 08:30 PM
RE: HELP - Child Windows!
Umm... in that case, I would probably want a modal window, but I have no idea how to do that. :S I thought a modal window was a child window... I'm confused now. :P
whizScripting02-25-2009 at 06:51 PM
RE: HELP - Child Windows!
Attached.
whizScripting02-25-2009 at 05:15 PM
[Hide Excerpts] Pages: (23): « First « 17 18 19 20 [ 21 ] 22 23 » Last »