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

Search Results
Subject Author Forum Time
RE: HELP - Window control to Script Variable!
Okay, thanks. And another thing... going back to the original question, I have a window for my Instant Response script so that you can change the message/timer. Is it possible for it to show the current message/timer, set by the user, in the text b...
whizScripting02-18-2009 at 10:54 AM
RE: HELP - Window control to Script Variable!
Works great, thanks! :D Another question. Well, three linked questions. How can you create a window resizable in width but not height? Can you set a default, maximum and minimum size for it? And can you set a control (like a text box) width to 1...
whizScripting02-17-2009 at 01:46 PM
HELP - Window control to Script Variable!
How can I set a variable to collect its contents from a window control? Example: A user types in "test" in a text area, called "EdtMessage", within a script window. When they click Save, it is stored in a variable called "message", and a toast...
whizScripting02-17-2009 at 12:30 PM
RE: HELP - Interfaces!
Okay, it works now. Silly mistake, I know... thanks anyway! :)
whizScripting02-17-2009 at 11:43 AM
RE: HELP - Interfaces!
Umm... I think so?
whizScripting02-15-2009 at 05:12 PM
HELP - Interfaces!
I've uninstalled, reinstalled, repaired... and it's not to do with having Windows Live Messenger 2009, because the problem originated before then. I am unable to create interfaces! If I duplicate a perfectly working window, or directly copy a win...
whizScripting02-15-2009 at 04:11 PM
RE: Help - /commands!
Okay... thanks anyway. :)
whizScripting02-15-2009 at 11:45 AM
RE: Help - /commands!
Great, that works fine. That's that script finished... :D Thanks! Actually, I have another question (sorry to keep on at this). This script blocks the opening of single conversations, group conversations, or both, opened by other users. [code=js...
whizScripting02-04-2009 at 05:54 PM
RE: Help - /commands!
Okay, thanks, that works! :D Another question, though. Using my current system of selecting a message from the script menu, if a command is selected (eg. /nudge, /block etc.), the script sends just the message. If any other message is sent, it adds...
whizScripting02-02-2009 at 10:59 AM
Help - /commands!
Okay, here goes... I'm making an Instant Response script, which is currently controlled entirely from the script menu, but I'm now adding /commands, which are as follows: [code=js]function OnGetScriptCommands() { var ScriptCommands = "<ScriptComm...
whizScripting02-01-2009 at 12:38 PM
[split] Nick Change Script Error
Going back to my script, I have (yet) another question. I'm trying to make a window for the script, but it won't work! I've tried it in both of my current working-on scripts, plus exactly how the scripting documentation says to, and nothing happe...
whizScripting12-15-2008 at 08:14 PM
RE: Help - I'm new to scripting!
It works! Thanks! :)
whizScripting12-08-2008 at 07:49 PM
RE: Help - I'm new to scripting!
Okay, I've now got this new sign-in code: [code=jscript]function OnEvent_Signin(Email) { if(bEnabled) { var Message = "You have been signed in."; Message = MsgPlus.RemoveFormatCodes(Message); MsgPlus.DisplayToast("Toaster", Message); D...
whizScripting12-07-2008 at 04:06 PM
RE: Help - I'm new to scripting!
Sorry - another question! I'm trying this code on a simpler script, that displays toasts to the user regarding certain information, like sign-ins, name changes and so on. Am I right in thinking that the menu items should be set like this: [code=jscr...
whizScripting12-07-2008 at 11:25 AM
RE: Help - I'm new to scripting!
So, in the "on click" thing for enable and disable in the script menu, I need to put "bEnabled = [true/false]", right?
whizScripting11-27-2008 at 07:37 PM
RE: Help - I'm new to scripting!
I get that, but I'm still not sure how to make a boolean variable to enable/disable the script... (sorry, I'm really new to this).
whizScripting11-26-2008 at 09:01 PM
RE: Help - I'm new to scripting!
Okay, I get the menu, but how can I use the menu to enable and disable the script?
whizScripting11-26-2008 at 08:16 PM
Help - I'm new to scripting!
I've just started working on an "Instant Response" script, that can send a message or a /command after someone says something to you. But I have a few problems since I am [i]very[/i] new to this: 1) I don't know how to make an enable/disable opt...
whizScripting11-15-2008 at 03:12 PM
[Hide Excerpts] Pages: (23): « First « 19 20 21 22 [ 23 ] Last »