What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Countdown Live (Latest: 2.2.021)

Pages: (19): « First « 1 [ 2 ] 3 4 5 6 » Last »
[Release] Countdown Live (Latest: 2.2.021)
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Upcoming] Countdown Live
quote:
Originally posted by alexp2_ad
I'm pretty sure I had a beta where it looked like this before SS4 was released.
Ya but remember those images I posted, regardless the language panel was completly ripped off. If he used any of our code he better credit us and -dt-.
08-19-2006 09:17 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
O.P. RE: [Upcoming] Countdown Live
quote:
Originally posted by Matty
Ya but remember those images I posted, regardless the language panel was completly ripped off. If he used any of our code he better credit us and -dt-.
Correct, I used parts of SS4, and the language panel is almost identical. You are credited in the script itself, is that good enough? :$

quote:
Originally posted by CookieResized
A solution to all this is doing as if you can't use regular expressions:
find the first occurance of any tag, replace it if it doesn't begin with "\" and move on from that point forward in the string to find the next occurance of any tag.

In that way you don't have problems when the tag "%dw" actually contains the text "%hw" and you do:

cStr = cStr.replace(/%dw/g, DayWord);
cStr = cStr.replace(/%hw/g, HourWord);

I know it is a bit far fetched (that people will use %hw inside the word text), but this is stuff to consider if you want to make a total fool proof plugin.
Hmm... well, I think that's the best I can do to make it work...

* Matti gets to work... stay tuned! :P
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-20-2006 07:17 AM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
O.P. RE: [Upcoming] Countdown Live
Countdown Live 1.0.120 is released! (with an hour of delay :P)
See the first post... ;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-21-2006 01:08 PM
Profile E-Mail PM Web Find Quote Report
Biller
Junior Member
**

..::mad fer it::..

Posts: 19
37 / Male / –
Joined: Mar 2004
RE: [Release] Countdown Live (Latest: 1.0.126)
WOW, no replays yet... BUT I LOVE IT, THANK YOU... Ill gona do a german translation...
08-21-2006 08:26 PM
Profile E-Mail PM Web Find Quote Report
boston
Banned


Posts: 116
Reputation: -8
Joined: Aug 2006
RE: [Release] Countdown Live (Latest: 1.0.126)
i put the refresh thingy to 1 second it said it couldnt and changed to dutch and i cant change it back
is this a bug or me not knowing how to change language
08-21-2006 08:37 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
RE: RE: [Release] Countdown Live (Latest: 1.0.126)
quote:
Originally posted by boston
i put the refresh thingy to 1 second it said it couldnt and changed to dutch and i cant change it back
is this a bug or me not knowing how to change language

That's clearly a bug, but the 1 second is too short, you can't update your PSM that often, I believe you can only do it 5 times a minute or something like that.  So set it to 20 seconds, or better, a full minute.
08-21-2006 09:46 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: [Release] Countdown Live (Latest: 1.0.126)
I really like this script. You can clearly see a lot of effort and time has gone into it, and it just looks and feels professional :). Good work (Y)
08-21-2006 10:13 PM
Profile PM Find Quote Report
Biller
Junior Member
**

..::mad fer it::..

Posts: 19
37 / Male / –
Joined: Mar 2004
RE: [Release] Countdown Live (Latest: 1.0.126)
German Language File:

.ini File Attachment: German.ini (12.79 KB)
This file has been downloaded 317 time(s).
08-21-2006 10:13 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Countdown Live (Latest: 1.0.126)
I didn't have had a detailed look at the script, but after an extremely quick glance I saw you use a function called
addslashes(). That function can be done extremely shorter:

code:
//Adds slashes before special characters of regular expressions
function addslashes(str) {
    return str.replace(/(\W)/g,'\\$1')
}

I'm sure other optimizations can be done.... However, as it is now, this is the best countdown for Live I've seen.


----------------

Another thing (rather important) you want to implement (but it will require recoding major parts): If a tag is not used, the value should be incoorperated with the tags that are used.

This means, for example, when you have:
  %d days %h hours %n minutes => 2 days 5 hours 3 minutes
and you leave out the days tag it should become:
  %h hours %n minutes => 53 hours 3 minutes

----------------

Suggestions (mostly GUI related):

- Update interval must be 15 seconds (or even higher) or higher
- The countdown tag is restricted in size, remove that
- Wrong wording in "reset my psm when countdown is activated" ? (=> 'activated' must be 'deactivated').
- The nickname checkbox is too close to the psm checkbox. psm checkbox might need more space too for other translations.
- The menu after the countdown tag combobox is good, but seems a bit strange that it pops up. One could expect it to pop down. (dunno if this is intended or if this is Plus!'s doing)
- Change the wording "countdown tag" to "tag" or "(!CD) tag" (or let it also update to countup when a date in the past is selected)
- Make it possible to use \n (new line) and \t (tab) in translation texts.
- Even if same language is selected and one presses ok or apply, read the file again and apply the new translations (very usefull for translators).
- If an error needs to be shown (eg: the interval is too low) do it in a messagebox, not a toast
- I would change the order of the context menu to:
1) activate
2) refresh
3) -----------
4) options
5) About
6) --------
7) check for updates
in anyways, putting options before check for updates as options is more important and more used (the check for updates isn't needed in the menu though imho, as it is available in the options screen already)

----------------

Also, here is a correction for the Dutch language (some things corrected, other things replaced so it closer matches Plus!'s translation).

And also the English language (also with some stuff fixed as listed above)

.zip File Attachment: languages.zip (5.66 KB)
This file has been downloaded 322 time(s).

This post was edited on 08-22-2006 at 01:51 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-22-2006 12:32 PM
Profile PM Find Quote Report
jmccarroll
Full Member
***


Posts: 141
39 / Male / –
Joined: Jun 2003
RE: [Release] Countdown Live (Latest: 1.0.126)
When I exit out of MSN and restart it, my language automatically switches to Dutch.
08-27-2006 01:27 PM
Profile PM Find Quote Report
Pages: (19): « First « 1 [ 2 ] 3 4 5 6 » 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