What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Update: HolidayCounter 2.00.050 RC1

Pages: (9): « First « 4 5 6 7 [ 8 ] 9 » Last »
1 votes - 5 average   Update: HolidayCounter 2.00.050 RC1
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Update: HolidayCounter 2.00.050 RC1
quote:
Originally posted by CookieRevised
I updated the plugin so it is also compatible with Plus!Live

see "Update: HolidayCounter v3.00.064 - Live".
                           |
                           |
                           V
quote:
Originally posted by CookieRevised
To install in Messenger Plus! Live
  1. Download the attached file
  2. Double click the downloaded file and follow the instructions on screen

.-= A 'frrrrrrrituurrr' for Wacky =-.
08-30-2006 10:50 PM
Profile PM Find Quote Report
Biller
Junior Member
**

..::mad fer it::..

Posts: 19
37 / Male / –
Joined: Mar 2004
RE: Update: HolidayCounter 2.00.050 RC1
Hey,

Cookie i like your HolidayCounter more than all other counters, because in Countdown Live when i want that the counter show me just hours its only showin me how many hours left "interday" so e.g.

It's now: 30. Dezember 2006 - 20:00:00
And i say to the counter:"Hey show me how many hours to new year...
So i set of course 31.Dezember 2006 - 00:00:00...
Now Countdown Live show me: "Only 4 hours remain..." Thats wrong buggy....
But ur countdown do the right and say:"28 h remain..."

So but only one thing for HolidayCounter.... After I restart my machine, and so restart messenger, ive to disable and reenable the script... it doesnt work for me after rebooting...
09-10-2006 09:30 AM
Profile E-Mail PM Web Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: Update: HolidayCounter 2.00.050 RC1
quote:
Originally posted by Biller
Hey,

Cookie i like your HolidayCounter more than all other counters, because in Countdown Live when i want that the counter show me just hours its only showin me how many hours left "interday" so e.g.

It's now: 30. Dezember 2006 - 20:00:00
And i say to the counter:"Hey show me how many hours to new year...
So i set of course 31.Dezember 2006 - 00:00:00...
Now Countdown Live show me: "Only 4 hours remain..." Thats wrong buggy....
But ur countdown do the right and say:"28 h remain..."

So but only one thing for HolidayCounter.... After I restart my machine, and so restart messenger, ive to disable and reenable the script... it doesnt work for me after rebooting...
Cookie if this is what happens then it is wrong, 00:00:00 is the begining of the day.  This means in that example it really needs to show 4 hours and not 28 hours.  Many people have probems with this when programming anything (not many people enjoy using 24 hour time).
[Image: markee.png]
09-10-2006 09:34 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Update: HolidayCounter 2.00.050 RC1
quote:
Originally posted by markee
quote:
Originally posted by Biller
Hey,

Cookie i like your HolidayCounter more than all other counters, because in Countdown Live when i want that the counter show me just hours its only showin me how many hours left "interday" so e.g.

It's now: 30. Dezember 2006 - 20:00:00
And i say to the counter:"Hey show me how many hours to new year...
So i set of course 31.Dezember 2006 - 00:00:00...
Now Countdown Live show me: "Only 4 hours remain..." Thats wrong buggy....
But ur countdown do the right and say:"28 h remain..."

So but only one thing for HolidayCounter.... After I restart my machine, and so restart messenger, ive to disable and reenable the script... it doesnt work for me after rebooting...
Cookie if this is what happens then it is wrong, 00:00:00 is the begining of the day.  This means in that example it really needs to show 4 hours and not 28 hours.
It does not do that.... Biller's example is wrong and it of course will also show "4 hours left".

What Biller probably means is Holiday Counter shows the total amount of time units (like any counter should do IMO), not only just the time units you have selected:

eg: if you have 5 days and 3 hours to go until an event, and you have only selected hours to be shown, all other counters will show "3 hours left" (which is obviously wrong). Holiday Counter will show "123 hours left" (which is correct).

quote:
Originally posted by markee
Many people have probems with this when programming anything (not many people enjoy using 24 hour time).
doesn't have anything todo with 24 or 12-hour systems. (in a 12-hour system 00:00 doesn't even exist). When you programmatically calculate time you always use a 24-hour system.

quote:
Originally posted by Biller
After I restart my machine, and so restart messenger, ive to disable and reenable the script... it doesnt work for me after rebooting...
correct... was a stupid, but big, bug. It was a leftover from a test version of the script. I'll release the update, which includes the fix, soonish...

in the mean time you can easly fix it yourself:
1) open the script in the scripteditor
2) navigate to line 81 ("var oPlugin = new ActiveXObject(sPluginName);") and remove it;
3) change line 66 from "var oPlugin = Object;" to "var oPlugin = new ActiveXObject(sPluginName);"
4) Save it


EDIT: script updated, see "Update: HolidayCounter v3.00.064 - Live (script version 1.1)"

This post was edited on 09-10-2006 at 07:49 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-10-2006 04:00 PM
Profile PM Find Quote Report
Biller
Junior Member
**

..::mad fer it::..

Posts: 19
37 / Male / –
Joined: Mar 2004
RE: Update: HolidayCounter 2.00.050 RC1
Haha, yeah okay mates, I guess my example kills you, hehe... Okay but the meaning was clear...

quote:
eg: if you have 5 days and 3 hours to go until an event, and you have only selected hours to be shown, all other counters will show "3 hours left" (which is obviously wrong). Holiday Counter will show "123 hours left" (which is correct).

thats exactly what a mean... and i think its a must for every counter... :)

Okay thank you cookie for the changes....now it works everytime...

Btw. hehe... Could you make "new" Countdown Script like Countdown Live just because with your code :) because i like your code style more than the others... But a new GUI would be cool...

ahh anyway i know no one has time especially TB :D
09-10-2006 06:38 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: Update: HolidayCounter 2.00.050 RC1
quote:
Originally posted by Biller
Btw. hehe... Could you make "new" Countdown Script like Countdown Live just because with your code :) because i like your code style more than the others... But a new GUI would be cool...

ahh anyway i know no one has time especially TB :D
indeed,  mostly lack of time.

The reason why you see the GUI as a common Windows window is because this script is actually a Plus!3 plugin (it can be used both in Plus!3 as in Plus! Live!!!). Hence why it doesn't use the GUI style of Plus! Live.

If I would change the GUI to the new style, I should make this plugin totally as a script and will probably end up with the same GUI as Countdown Live.

That is also a reason why I instead encourage Matikke, author of Countdown Live, to implement the stuff used in Holiday Counter (eg: this show-proper-amount-of-units thing, weeks, months, years time tags, different ways of calculating time, etc).

He also based many (if not all) of his features and UI on Holiday Counter anyways and his script is more promising than others (IMHO). All that and the lack of time, keeps me from making this as a script only.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-10-2006 08:01 PM
Profile PM Find Quote Report
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
RE: Update: HolidayCounter 2.00.050 RC1
i'm having trouble with this script and the latest version of msgplus ever since i updated msg plus the counter doesn't work.
it starts and opens and counts but won't add it's self to the end of my name

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














09-16-2006 01:11 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Update: HolidayCounter 2.00.050 RC1
If it starts, opens and counts it means everything from the actual code is fine. The name changing is done using a broadcasted message (the plugin actually doesn't change the name itself, it gives command to Plus! to do it). However, this works find here with the latest version of Messenger Plus! Live (and Plus! 3 btw).

Please give all the needed information:
What version of Plus! are you using (complete version = including build number)?
What is the language you've set in Plus!?
What is the complete version number of Messenger you're using?
And what is the complete version of the Holiday Counter script/plugin you're using (as there is more than one version provided in this thread)?
Also provide all the settings you have in the Holiday Counter?
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-16-2006 01:20 AM
Profile PM Find Quote Report
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
RE: Update: HolidayCounter 2.00.050 RC1
msg plus version:4.01.0.240
language:english
wlm version:8.0.0812.00
script version: 3.00.0064
settings:
             show in display name=true
                        display name =Ever notice how fast Windows runs?
                        Neither did I.  (!XHCOUNT)

(!XHCOUNT) tag= past false
                             future=true

target date=17/04/2007
target time=07:30
enable timer=true
sorry about the delay i didn't have my version no.s for a while

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














09-17-2006 02:41 AM
Profile E-Mail PM Find Quote Report
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
RE: Update: HolidayCounter 2.00.050 RC1
it was working b4 i upgraded msg plus y won't it work now?

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














09-20-2006 09:31 PM
Profile E-Mail PM Find Quote Report
Pages: (9): « First « 4 5 6 7 [ 8 ] 9 » 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