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

Search Results
Subject Author Forum Time
RE: [Release] TV Programming v1.2
Ok... I guess I found the problem. ScriptInfo. 5 minutes. [b]EDIT:[/b] Problem solved. You can download the new version on the attachment or using [url=http://a.maia.ferreira.googlepages.com/tvprog .plsc]this[/url] link.
tryxterScripting01-19-2007 at 01:33 AM
RE: [Release] TV Programming v1.2
One more idea for the list! Thanks a lot :)
tryxterScripting01-19-2007 at 01:31 AM
RE: [Release] TV Programming v1.2
Thanks anyway! Hope you get your tv fixed quickly :P
tryxterScripting01-18-2007 at 11:05 PM
RE: [Release] TV Programming v1.2
I'm writing it down! Thanks :)
tryxterScripting01-18-2007 at 10:19 PM
[Release] TV Programming v1.2
[size=2][u][b]TV Programming v1.2[/b][/u][/size] My first script to Live Plus! [b]Description[/b][hr]This script uses XMLHTTP to get TV programming information from the cable tv provider. After parsing all information, you can browse channels program...
tryxterScripting01-18-2007 at 10:15 PM
RE: [Question] How to decode HTML codes?
I guess that's a better solution. Anyway, if someone finds out how to work with decodeURI(), can be the best solution. Thanks again
tryxterScripting01-13-2007 at 12:38 AM
RE: [Question] How to decode HTML codes?
That was only an example... There are many more characters too translate.
tryxterScripting01-12-2007 at 07:52 PM
RE: [Question] How to decode HTML codes?
Can anyone answer the question, please? Thanks
tryxterScripting01-12-2007 at 07:43 PM
RE: [Question] ListViewControl - Numeric sortable Columns
I guess I'll try to sort them in the array...
tryxterScripting01-12-2007 at 11:31 AM
[Question] ListViewControl - Numeric sortable Columns
Since I haven't found it on the schema information, i searched the forums, and I realized that it's not implemented but it's possible to do... Can anyone explain me how?
tryxterScripting01-11-2007 at 11:00 PM
RE: [Question] How to decode HTML codes?
Can you explain how you did it? I've tried, but somehow it didn't decoded successfully... I've tried [b]decodeURI("Á");[/b] and it returns the same thing ([b]Á[/b]). I guess I'm doing something wrong... :\ Thanks
tryxterScripting01-11-2007 at 06:26 PM
[Question] How to decode HTML codes?
Any idea on how to decode this kind of html codes? I've already tried decodeURI() and it doesn't work (at least as expected). [u]Á[/u]FRICA I hope the solution doesn't pass by creating a switch for every encoded word... :-#
tryxterScripting01-11-2007 at 01:36 PM
RE: [split] multi-dimensional arrays
[OFF TOPIC] Well, you're right. Maybe I haven't searched correctly. Thanks [/OFF TOPIC]
tryxterScripting01-10-2007 at 09:47 PM
RE: [Question] Auto changer
At x hour, you want to auto-appear off-line? Yes, that is possible to do, IIRC using Messenger::MyStatus property and Date object.
tryxterScripting01-10-2007 at 03:23 PM
RE: [Question] Auto changer
Auto change of status...? Well, there's an option on Messenger that will change your status to Busy when you're on fullscreen, and you have an auto-away option too.
tryxterScripting01-10-2007 at 01:23 PM
RE: [split] multi-dimensional arrays
[OFF TOPIC] Yes, I know they don't exist. In JScript, arrays are treated like objects, and that's "the problem". But if there's a way to do (or simply simulate) it, it should be explained, don't you think? Unless there's a better way to do wha...
tryxterScripting01-10-2007 at 11:25 AM
RE: [split] multi-dimensional arrays
[OFF TOPIC] [code]var arr = new Array(); arr[0] = new Array(); arr[0][0] = "blah";[/code]Before you suggested that, I tried it and it worked perfectly. ;) I think this should be posted on the "Tips" section. Multidimensional arrays aren't well e...
tryxterScripting01-09-2007 at 06:47 PM
RE: [Question] Timer usage
I forgot to say: on script starting, all the text is loaded to arrays (by times). Just like you said me to do. The time interval will be 1min, that should be enough, to do what I want. Do you think it will consume too much memory/slow down the system...
tryxterScripting01-09-2007 at 12:18 AM
RE: [Question] Timer usage
lol :p
tryxterScripting01-08-2007 at 11:51 PM
RE: [Question] Timer usage
The objective is to search some text inside an ini file, and output that text. Btw, I tested the memory consume using 5 secs timers, and I didn't notice any change at all, but I don't know if that change was visible... (Ok, I found the edit option...
tryxterScripting01-08-2007 at 11:13 PM
RE: [Question] Timer usage
Ok ;) Thanks a lot
tryxterScripting01-08-2007 at 08:59 PM
[Question] Timer usage
What do you think of a timer being executed every 1 minutes? Will use too much memory or slow down the system? I really don't know how much memory it will require and if MsgPlus Timer is a great memory consumer... Thanks a lot one more time!
tryxterScripting01-08-2007 at 08:56 PM
RE: [Question] Winsock?
tryxterScripting01-08-2007 at 06:51 PM
RE: Tips
[b][u]JScript Reference[/u][/b] Since I'm starting using JScript for creating the plugins, I found a good JScript reference. It contains some examples too, so I though it could be useful to other programmers. ;) You can download it here [url=http://...
tryxterScripting01-08-2007 at 06:46 PM
RE: [Question] Winsock?
Sorry for not giving too many details. The objective is create a listen server and a client. I'll be the server and another contact will be the client (that can be switched, of course). Sometime ago, I've done something similar using VB and Winsock...
tryxterScripting01-08-2007 at 10:03 AM
[Hide Excerpts] Pages: (3): « First « 1 [ 2 ] 3 » Last »