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

Search Results
Subject Author Forum Time
RE: Detect Minimized Window?
Thanks a lot! I was confused at first, cause I replaced "user32" (with quotes) to the parameter "Origin" (without quotes), thinking user32 was the generic term you threw in there for any random person's chat window. But I googled it and found o...
macgyver08Scripting08-15-2010 at 02:30 AM
Detect Minimized Window?
Is there a way to detect if a chat window is minimized and/or out of focus?
macgyver08Scripting08-14-2010 at 07:13 PM
RE: Links ending with a )
Hmm...it's not very aesthetically pleasing with the percentages in the URL. Is that the only way you know of?
macgyver08Scripting07-23-2010 at 11:40 AM
Links ending with a )
Does anyone know why links that end with a ) turn out like the following when sent through an IM to someone?: http://en.wikipedia.com/wiki/Angel_(TV_Series[colo r=black])[/color] And I posted this in the scripting section because I'm having my script...
macgyver08Scripting07-23-2010 at 08:57 AM
RE: MsgPlus windows: problem with close button
No. Two files, 2 different window IDs. One is "WndTest" and the other "WndTest2". Edit: Oh, you said "if not". I apologize haha. Thanks for the help! And sorry for such a silly question.
macgyver08Scripting07-22-2010 at 05:44 AM
MsgPlus windows: problem with close button
This is the code I made to make the Close buttons work: [code] function OnWndTestEvent_CtrlClicked(Wnd, ControlId) { if(ControlId == "BtnClose") Wnd.Close(1); } [/code] I've made 2 XML files, one for each window, and both are EXACTLY the same (...
macgyver08Scripting07-22-2010 at 05:38 AM
RE: "Click Here" link in IM window
This isn't the one I saw, but it's similar. http://www.msgpluslive.net/scripts/view/263-YouTub e-Viewer/ It makes a "link." You can move your mouse over it and it turns into a hand. But when you click it, nothing happens.
macgyver08Scripting02-01-2010 at 01:25 AM
RE: "Click Here" link in IM window
Now I'm gonna have to find that script again. Cause I swear this is true :P
macgyver08Scripting01-31-2010 at 11:40 PM
"Click Here" link in IM window
I don't remember what script it was, but it has, in an instant message, a "Click here" link instead of a normal url link. Anyone know how they did that?
macgyver08Scripting01-31-2010 at 01:24 AM
RE: [RESOLVED] JavaScript: Remove <table>blah</table>
Hey, I found the problem. It was that what I was testing it on was on multiple lines, so I had to use the metacharacters \r and \n. [code]html.replace(/<table(.|[\r\n])+?<\/table >/gi, "");[/code] Thanks for your help though! I really appreci...
macgyver08Tech Talk01-29-2010 at 11:12 PM
RE: [RESOLVED] JavaScript: Remove <table>blah</table>
Well...it's not working with my code for some reason. I don't know why. What strange character in the HTML could stop it from working? Also, I'm fairly new to JavaScript, so it's quite likely it's something I've done (or haven't done). Everyth...
macgyver08Tech Talk01-29-2010 at 10:18 PM
RE: [RESOLVED] JavaScript: Remove <table>blah</table>
New one isn't working either. I don't know if it's your code,or my code that I've pasted it to though. I replaced the code with one that removes square brackets and [i]that[/i] works, so...it seems like it's your code. Not to insult though, I r...
macgyver08Tech Talk01-29-2010 at 10:03 PM
RE: [RESOLVED] JavaScript: Remove <table>blah</table>
Doesn't appear to be working *-) EDIT: I didn't see your edit before i said it didn't work. Let me try your new one.
macgyver08Tech Talk01-29-2010 at 09:59 PM
RE: [RESOLVED] JavaScript: Remove <table>blah</table>
Yes, the table tags, and everything they contain.
macgyver08Tech Talk01-29-2010 at 09:39 PM
[RESOLVED] JavaScript: Remove <table>blah</table>
I've tried... [code]string.replace(/<table([^%]+)</table>/ig," ");[/code] ...but it doesn't seem to be working.
macgyver08Tech Talk01-29-2010 at 09:32 PM
RE: [RESOLVED] Need help with JavaScript replace()
Thanks a lot! :D
macgyver08Tech Talk01-28-2010 at 01:18 PM
[RESOLVED] Need help with JavaScript replace()
I found a regular expression that will strip my string of every html tag... [code]var stripped = htmlStr.replace(/(<([^>]+)>)/ig,""); [/code] Well, I also want it to strip every thing between parentheses, square brackets, and replace "&#160;" wit...
macgyver08Tech Talk01-28-2010 at 11:03 AM
RE: [RESOLVED] Using Ajax.open to get specific div
Thanks to both of you! I've got it figured out now :D
macgyver08Scripting01-28-2010 at 10:46 AM
RE: [RESOLVED] Using Ajax.open to get specific div
Hmm...the solution to my problem was going to be utilized in a Plus! Live script. I guess I didn't make that clear. Well...wherever you think it fits best in is fine I suppose. I was just afraid that most of the scripting people would be in the scr...
macgyver08Scripting01-27-2010 at 11:05 AM
RE: [RESOLVED] Using Ajax.open to get specific div
Thanks for replying :) No, not e-mail, through an instant message. I've never heard of jquery, so I don't know if I'd even know how to use it, but look at this script: http://shoutbox.menthix.net/showthread.php?tid=738 08&pid=810875#pid810875 I wa...
macgyver08Scripting01-27-2010 at 09:57 AM
[RESOLVED] Using Ajax.open to get specific div
I know a little javascript to get me by on small projects, but I'm new to Ajax. I've looked at all the threads on this site with "Ajax.open" but I can't figure out what to do. I want to use Ajax [color=blue]in a Plus! Live script*[/color] to get...
macgyver08Scripting01-27-2010 at 06:57 AM
RE: Brb status command
Sorry:$ But thanks alot all:). This is such an awesome script (to me anyway, lol). I always forget to change my status, and this is perfect(Y)
macgyver08WLM Plus! Help02-08-2007 at 01:09 AM
Brb status command
First off...yes, I know there's the "/brb" command, lol.... I would like a script that changes my status to "BRB" when i say "brb" and then change back to "Away" when I come back. Is this possible? I can't figure it out, lol. I've never ac...
macgyver08WLM Plus! Help02-07-2007 at 10:42 PM
[Hide Excerpts]