What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » World Cup Live 2006

Pages: (11): « First « 3 4 5 6 [ 7 ] 8 9 10 11 » Last »
World Cup Live 2006
Author: Message:
whYeNQue
Junior Member
**

Avatar
thats me (",)

Posts: 62
41 / Male / –
Joined: Aug 2003
RE: World Cup Live 2006
for the wimbledon script... i think the choice of top courts is the best idea :D
06-26-2006 08:01 PM
Profile PM Web Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
O.P. RE: RE: World Cup Live 2006
I'm doing it as top courts now.

quote:
Originally posted by John Anderton
yeah i guess i could but it looks a lot better that way :P

Dont you just have to use the string to lower function and then search and capitalise the first letter? :(

quote:
Originally posted by alexp2_ad
The score is just pulled from http://newsimg.bbc.co.uk/sol/shared/bsp/hi/footba...tml/in_vision1.stm
Yeah i know ... i read the source ... ive been doing this stuff for months now you know :P

1.  Me too!
2.  No I didn't know that, how would I? :P
3.  How come you can't do that function yourself then, it was pretty simple?? :P

Just add this function somewhere:

code:
function UnCaps(sString){
    for(var j = 0; j <= sString.length - 1; j++){
        var thischar = sString.charAt(j);
        if(!j==0 && !spacelast){ thischar = thischar.toLowerCase(); }
        if(thischar == ' '){ spacelast = true; } else { spacelast = false; }
        sString = sString.slice(0,j) + thischar + sString.slice(j+1,sString.length);
    }
    return sString;
}

Then after line 101 add:

latestscore = UnCaps(latestscore);


Enjoy...

This post was edited on 06-26-2006 at 08:06 PM by alexp2_ad.
06-26-2006 08:04 PM
Profile E-Mail PM Find Quote Report
whYeNQue
Junior Member
**

Avatar
thats me (",)

Posts: 62
41 / Male / –
Joined: Aug 2003
RE: World Cup Live 2006
the ukraine - switzerland game finished in penalties but my psm and dp stayed on 0-0 AET ... i had to change them manually, after 15 mins after the game had finished... is the script able to show penalty results?
06-26-2006 10:02 PM
Profile PM Web Find Quote Report
hanlin
Junior Member
**

Avatar

Posts: 16
42 / Male / –
Joined: Jun 2006
RE: World Cup Live 2006
same here, but guess not as it's not handled by the script... it all depends on whether the BBC site shows it.
06-26-2006 10:09 PM
Profile E-Mail PM Find Quote Report
Ingiliz_cezahsi
Junior Member
**

Avatar
THINK

Posts: 32
– / Male / –
Joined: Dec 2005
RE: World Cup Live 2006
This has to be by far the simplest yet greatest scripts so far.
I would like to see it updated to cover major sports events.
Perhaps show your favourate teams results in accordance to the BBC's site.
[Image: adem_is.png]
06-26-2006 10:10 PM
Profile E-Mail PM Web Find Quote Report
rajvora
Junior Member
**


Posts: 59
Joined: May 2006
RE: World Cup Live 2006
so how is the  wimbledon  script going on..
06-27-2006 01:18 PM
Profile E-Mail PM Find Quote Report
geeksada
New Member
*


Posts: 6
41 / Male / –
Joined: Jun 2006
RE: World Cup Live 2006
quote:
Originally posted by alexp2_ad
[Image: screenshot.png] 


Great work alexp2_ad!!

Can you tell me where is options?
And I wonder if you could give me a link to learn how to make options window for a script that I have allready done.(I'm tottaly newbie in Jscript)

Thanx in advance!
06-27-2006 01:33 PM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
O.P. RE: World Cup Live 2006
Options are in the menu, which is found by clicking the plus logo in a convo or the main window.  Try reading the scripting docs or opening my windows.xml to learn something about windows.

And the wimbledon script:  I'm working on it!
06-27-2006 01:36 PM
Profile E-Mail PM Find Quote Report
geeksada
New Member
*


Posts: 6
41 / Male / –
Joined: Jun 2006
RE: World Cup Live 2006
I cannot find it.. Anyway I guess I'm not going to make options :P.
Thanx anyway!:)
06-27-2006 02:03 PM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
O.P. RE: RE: World Cup Live 2006
quote:
Originally posted by geeksada
I cannot find it.. Anyway I guess I'm not going to make options :P.
Thanx anyway!:)

http://img.photobucket.com/albums/v219/alexp2_ad/screenshotofmenu.png

That's where the menu is...
06-27-2006 02:13 PM
Profile E-Mail PM Find Quote Report
Pages: (11): « First « 3 4 5 6 [ 7 ] 8 9 10 11 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On