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

Search Results
Subject Author Forum Time
[Question] How to create tabs on interfaces
Can anyone explain to me how to do this? I guess it uses radio buttons or something... I tried to see other scripters code but it's somehow difficult to understand. Thanks
tryxterScripting02-02-2007 at 12:12 PM
RE: [Release] TV Programming v1.2
I thought that too, but it's kind of difficult because all providers have different ways to show their tv programming. But if someone finds a way in how to do that, just tell me! :p
tryxterScripting02-01-2007 at 11:40 PM
RE: Get full file path...
I've searched around the forum, and I found some threads that can help you and you already have been there.
tryxterScripting02-01-2007 at 07:54 PM
RE: Get full file path...
That's because I wrote something that after some research, I found it wasn't truth. :P
tryxterScripting02-01-2007 at 07:39 PM
RE: help me debugging this script
Sorry, but I can't understand your "english". Can you try to explain it a little better? About the window close function, you can use: [code]Wnd.Close(1);[/code] [u]Wnd[/u] is the variable containing the window object.
tryxterScripting02-01-2007 at 06:02 PM
RE: [Release] TV Programming v1.2
[b]SCRIPT UPDATED![/b] Check the first post for the changelog.
tryxterScripting02-01-2007 at 02:38 PM
RE: [Question] Download zip file
Works perfect. Thanks one more time!
tryxterScripting02-01-2007 at 02:02 PM
RE: [Question] Download zip file
What am I supposed to put on LocalFile? Path to the new file downloaded?
tryxterScripting02-01-2007 at 01:55 PM
RE: help me debugging this script
What's supposed to happen? Well, the problem seems to be the ControlId. Check if that control has the same name on the interface and on the if condition. [code]function OnPoliteEvent_CtrlClicked(PlusWnd, CtrlId) { if(CtrlId == "[b]Btnlol[/b]...
tryxterScripting02-01-2007 at 01:28 PM
[Question] Download zip file
How can I download a zip file from the internet using code? I don't want WScript.Shell.run function downloading it for me, maybe any kind of ActiveX object. Thanks
tryxterScripting02-01-2007 at 01:20 PM
RE: [Question] Uninstall script
Well, yes. I know how to delete the dir, but as you said so, I thought it could corrupt data or something... Any other ideia? Thanks Baggins ;)
tryxterScripting02-01-2007 at 12:59 AM
[Question] Uninstall script
Is it possible to uninstall a script using code? Thanks!
tryxterScripting02-01-2007 at 12:43 AM
RE: [Release] TV Programming v1.2
Hi Scott. I cannot promise a date, but I can tell you I'm working to add new tv providers, and adding other functions to the script. Thanks one more time
tryxterScripting01-31-2007 at 10:07 AM
RE: [Question] Strange error
But I can't use WScript on msgplus scripting? I can't do something like this in JScript? [code]WScript.Echo("Hello World");[/code]
tryxterScripting01-30-2007 at 12:13 PM
RE: [Question] Strange error
Btw, I'm getting an error while using WScript.Sleep. [code]var Shell = WScript.CreateObject("WScript.Shell"); function OnEvent_Initialize(MessengerStart) { Shell.sleep(100); }[/code] It returns the error: [code]Error: 'WScript' is undefined. ...
tryxterScripting01-30-2007 at 12:02 PM
RE: [Question] Strange error
Worked! Great job, thanks a lot!
tryxterScripting01-30-2007 at 12:09 AM
[Question] Strange error
[code]function OnEvent_Initialize(MessengerStart) { testing(); } function testing() { var Shell = new ActiveXObject("WScript.Shell"); Shell.Run(MsgPlus.ScriptFilesPath+"\\lol.txt") ; } [/code] executing this will return me an error: [co...
tryxterScripting01-29-2007 at 10:08 PM
RE: [Release] TV Programming v1.2
tryxterScripting01-28-2007 at 09:02 PM
RE: [Release] TV Programming v1.2
Hi sam, Currently, the script isn't prepared to add british channels, but it will be, when I release the next version of the script. You'll have to wait, sorry. 8-)
tryxterScripting01-26-2007 at 06:53 PM
RE: [Question] Registering ocx components
Ok, and one more time, thanks a lot! :)
tryxterScripting01-22-2007 at 03:00 PM
RE: Scripting API Wishlist
[list] [*]Sortable listview columns [*]Update system (the ability to automatically download the new plsc file, uninstall the current version, and install the new version) [*]Being able to stop and restart scripts [/list]
tryxterScripting01-22-2007 at 02:57 PM
RE: [Question] Registering ocx components
And if I use OleFiles it won't need a computer restart?
tryxterScripting01-22-2007 at 02:49 PM
RE: [Question] Registering ocx components
Thanks a lot! :) Using this method (WScript.Shell) it will be ready to be accessed by MsgPlus?
tryxterScripting01-22-2007 at 01:51 PM
[Question] Registering ocx components
How is this done? I know I must use regsrv32, but how can I run DOS commands on a script? The objective is to register the ocx component while loading the script, so it can be accessible by the script. Thanks
tryxterScripting01-22-2007 at 01:20 PM
RE: [Release] TV Programming v1.2
Working on it! One more time, thanks. :) [b]EDIT:[/b] Bug is now fixed.
tryxterScripting01-19-2007 at 11:23 AM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »