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

Search Results
Subject Author Forum Time
[?] Loading an invalid XML file
OK, I'm working on this script that gathers data from a website, but the page's source cannot be loaded into the XMLDOM ActiveX. I currently have a hard-coded method that makes the source XML-valid, but that's not dynamic enough. I'm trying to ge...
SmokingCookieScripting05-29-2009 at 06:36 PM
RE: Labels on Preferences Tabs
I guess ReadSettings is something different than Tabs...
SmokingCookieScripting05-28-2009 at 08:07 PM
RE: Labels on Preferences Tabs
This? [code=JScript]var Tabs = { "RadSettings": "Settings", "RdiOtherTab": "Other tab" // Etc. } function LoadTabs(PlusWnd) { for(var i in Tabs) { for(var e = 1; e <= 4; e++) PlusWnd.Button_SetElementText(i,"TxtSettings" + e,Tabs[i]);...
SmokingCookieScripting05-28-2009 at 07:35 PM
RE: HELP - Window backgrounds!
[code=XML] <!-- ImageElement --> <Element xsi:type="ImageElement" Id="ElmtWhatevvah"> <Position /> <!-- define for yourself --> <Mosaic>ENUMVAL</Mosaic> </Element>[/code] The ENUMVAL being one of these: [list] [*]Normal [*]ResizeToFi...
SmokingCookieScripting05-28-2009 at 07:06 PM
RE: WantReturn
Nothing. The class unregisters hot keys when a window loses focus.
SmokingCookieScripting05-24-2009 at 04:58 PM
RE: WantReturn
There is a hot key class. Check out the "Video Converter Plus!" link in my signature; it points to a script that uses the particular class ("Hotkey.js"). Using that class, you can specify what should be done to the window: [code=JScript]// The [E...
SmokingCookieScripting05-24-2009 at 08:37 AM
RE: HELP - "foreach" command!
Yep. MyArray.splice(index) is what you'll need to do.
SmokingCookieScripting05-22-2009 at 04:20 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
Can you verify that the tag number exists?
SmokingCookieScripting05-22-2009 at 01:33 PM
RE: HELP - "foreach" command!
Short answer: yes.
SmokingCookieScripting05-22-2009 at 12:54 PM
RE: HELP - "foreach" command!
Question 2: myArray.push(ItemVar); whereas ItemVar can be anything (even an array) Question 1: No, there is not a method to retrieve the current selection. You can, however, do this: [code=JScript]var SelectedItem = -1; function OnWndTestEvent_LstVie...
SmokingCookieScripting05-22-2009 at 07:11 AM
RE: HELP - "foreach" command!
[offtopic] LOL 3-minute intervals :P[/offtopic] for...in is also a solution, but more used for Objects. EDIT:: Looking at Whiz' code again, adding an Array to a list-view won;t work too well.
SmokingCookieScripting05-21-2009 at 07:41 PM
RE: HELP - "foreach" command!
You mean something like: [code=JScript]for(var i = 0; i < MyArray.length; i++) { <code_goes_here> }[/code] I may recommend using a different solution than using 2 arrays and hoping they will remain synchronised: [code=JScript]/* CLASS Item([strin...
SmokingCookieScripting05-21-2009 at 07:35 PM
RE: [Help] SendTo...
Depending on the Windows version you use, you may look in the Send to folder of your user account. If you happened to use Vista, you should look in C:\Users\[i]<user_name>[/i]\AppData\Roaming\M icrosoft\Windows\SendTo. There you can delete anyt...
SmokingCookieScripting05-21-2009 at 06:25 PM
RE: * Stat Center 1.5* [NEW] [Performance Issues Fixed]
Can contact stats be ported from XML to the registry?
SmokingCookieScripting05-15-2009 at 07:05 PM
RE: [released] | [beta] Video Converter Plus!
Back to top for the [b][color=red]2.40.014[/color][/b] released! :D
SmokingCookieScripting05-15-2009 at 06:53 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage!
Indirectly, yes it is: [code=JScript]function OnEvent_ChatWndReceiveMessage(obj,orig,msg,k) { var Emails = new Array(); for(var e = new Enumerator(obj.Contacts; !e.atEnd(); e.moveNext()) { Emails.push(e.item().Email); } }[/code] The Emails array...
SmokingCookieScripting05-14-2009 at 07:44 PM
Control types used in games
Well, I've been looking into this one for a while, with only useless results or results in some language I "don't read stuff in every day". I am wondering what kind of control (as in Edit control, Static control, etc.) are used in games to displa...
SmokingCookieGeneral Chit Chat05-14-2009 at 07:15 PM
RE: [how?] C# DLL for scripts
No longer. When I reference to the ActiveX DLL, the debugger says: "Automation cannot create the object", suggesting that the ActiveX is not registered. I did, however, include it in ScriptInfo.xml and then imported the script from a PLSC file. Any...
SmokingCookieScripting05-07-2009 at 04:25 PM
RE: [how?] C# DLL for scripts
Okay, I've got something that works, thanks :D
SmokingCookieScripting05-06-2009 at 04:56 PM
[how?] C# DLL for scripts
Plain and simple: is it possible to write a DLL in C# which functions can be called through Interop.Call()? [size=1]If yes: how?[/size]
SmokingCookieScripting05-06-2009 at 03:01 PM
RE: wmv playing in msg plus tool
That's kinda strange.. Do you have some code for me?
SmokingCookieScripting05-05-2009 at 11:29 AM
RE: New line problem, when \n doesn't work!
The point is: Notepad shows you "\n", but Windows makes it "a backslash followed by small N". In other word, what seems to be "\n", is actually "\\n". You may replace that sort of stuff using a RegExp: [code=JScript]new RegExp("\\n",...
SmokingCookieScripting05-05-2009 at 11:27 AM
RE: wmv playing in msg plus tool
So.. Does it work now? :)
SmokingCookieScripting05-05-2009 at 11:22 AM
RE: wmv playing in msg plus tool
You may need to install a codec to play videos properly. FFDShow is quite a capable one.
SmokingCookieScripting05-05-2009 at 10:31 AM
RE: [released] | [beta] Video Converter Plus!
No it doesn't. The reason for that is that Plus! does support callback functions, but only synchronously; the pointers to these functions have to be used immediately, and then they must be discarded. Another thing I may look into is having a C# DLL ...
SmokingCookieScripting05-04-2009 at 07:43 AM
[Hide Excerpts] Pages: (33): « First « 8 9 10 11 [ 12 ] 13 14 15 16 » Last »