HOME | DD

Published: 2012-08-15 02:13:48 +0000 UTC; Views: 3143; Favourites: 3; Downloads: 464
Redirect to original
Description
Credit: Orginal Digital Clock by Dima & Alex Becherer12/24hr settings & Themes added by Darren R Gerbrandt
Digital Clock v2.0: [link]
Wallpaper: [link]
ObjectDock "Silver Fox" Theme: [link]
I came across this image: [link] of a digital clock that I really liked, but it wasn't for Windows Sidebar, so I made one similar for Sidebar. I couldn't find a digital clock I liked that also displayed the date, so I added it on.
To install place in: C:\Users\YOUR_USERNAME\AppData\Local\Microsoft\Windows Sidebar\Gadgets
I hope you like it!
Related content
Comments: 7
wallybescotty [2012-12-06 06:01:21 +0000 UTC]
not sure how to fix the time zone though lol i'll mess with it i guess
👍: 0 ⏩: 0
matsuda0707 [2012-08-16 03:38:00 +0000 UTC]
The error of overlapped 10th digit of hour was found ;
80 and 81 lines of digitalclockworks.js is as follows
clockSkin.addImageObject(cb, (nLeftX+0), nTopY);
clockSkin.addImageObject(ch, (nLeftX+0), nTopY);
These should be changed as follows;
clockSkin.addImageObject(cb, (nLeftX-25), (nTopY-18));
clockSkin.addImageObject(ch, (nLeftX+10), (nTopY-18));
Then it works normally in 12 and 24 hours indication.
P.S.
When changed to skins other tahn your original ones, the digits are displayed outside of the skin!
You should remove other skins and limit to your own skin!
👍: 0 ⏩: 1
cubagirl1010 In reply to matsuda0707 [2012-08-17 19:18:26 +0000 UTC]
Ok. Thanks for your help. I like having feedback to help improve.
👍: 0 ⏩: 0
matsuda0707 [2012-08-16 00:48:04 +0000 UTC]
In 24hr, the hour digits(2 dights) are overlapped and look like 1 digit.
Also in 12hr, it looks OK from 00 to 09 oclock, but after 10 am or pm, it become overlapped as above 24 hr.
👍: 0 ⏩: 0
matsuda0707 [2012-08-15 10:32:26 +0000 UTC]
It is nice, but 24hr DOES NOT work! It indicates overlapped number for hours. 12hr is OK.
👍: 0 ⏩: 1
cubagirl1010 In reply to matsuda0707 [2012-08-15 13:34:02 +0000 UTC]
I know 24hr doesn't work. I'm working on fixing it and adding the date as optional. I know very little about coding, so it might take me a while. What can I do to improve the 12hr?
👍: 0 ⏩: 0