HOME | DD

leonheart55 — Desktop Clock Gadget v5.2.2.0 for Windows 7

Published: 2012-04-08 14:28:04 +0000 UTC; Views: 78307; Favourites: 70; Downloads: 26145
Redirect to original
Description Desktop Clock Gadget v5.2.2.0
Enjoy it!
Related content
Comments: 43

gordonap [2023-04-29 00:54:38 +0000 UTC]

👍: 0 ⏩: 0

Neon99YT [2023-02-09 06:45:44 +0000 UTC]

👍: 0 ⏩: 0

davelite73 [2020-07-14 11:41:42 +0000 UTC]

👍: 0 ⏩: 0

wrecche [2018-05-04 16:47:27 +0000 UTC]

Perfect !  This is the gadget I've been looking for, for my win7 laptop. Displays wonderfully with always on top, over any background. You did a fine job, sir. Cheers!!

👍: 0 ⏩: 0

Scorpio-King [2016-06-10 11:07:19 +0000 UTC]

Is it possible to align date to opposite side?

👍: 0 ⏩: 0

IdealRAM [2016-04-26 14:25:58 +0000 UTC]

Best clock gadget. thanks. I love how i can change the size of it.

👍: 0 ⏩: 0

Fluffylake [2015-10-07 15:36:39 +0000 UTC]

how can i download it

👍: 0 ⏩: 0

Kebekois13 [2015-04-29 02:07:35 +0000 UTC]

Cool Thanks

👍: 0 ⏩: 0

Yotatouch [2015-01-24 03:15:24 +0000 UTC]

I was looking for a very simple, clean and very effective/practical Clock Gadget.
Yours is just what i needed.
Thank you for sharing it man

👍: 0 ⏩: 0

rhynovirus [2014-05-25 02:26:36 +0000 UTC]

Thanks for this! Looks great!

👍: 0 ⏩: 0

CharlesMartel732 [2014-03-03 23:19:27 +0000 UTC]

Really good! Thank you

👍: 0 ⏩: 0

Peacelord [2013-11-23 02:54:41 +0000 UTC]

Excellent.

👍: 0 ⏩: 0

silverMM [2013-11-07 10:24:50 +0000 UTC]

nice! 

👍: 0 ⏩: 0

DCSmith707 [2013-09-24 06:57:00 +0000 UTC]

I want to sex it. 

👍: 0 ⏩: 0

MorbidityRemission [2013-09-14 16:16:53 +0000 UTC]

thanx this gadget is really sweet.. ty

👍: 0 ⏩: 0

pedroaldaz [2013-08-30 00:19:25 +0000 UTC]

how to download.

👍: 0 ⏩: 0

Echo30303 [2013-07-12 10:30:40 +0000 UTC]

awesome

👍: 0 ⏩: 0

markdavel [2013-06-16 16:40:55 +0000 UTC]

how to download.

👍: 0 ⏩: 0

TrisyDesign [2013-04-22 06:29:23 +0000 UTC]

Thank you so much was looking for this for ages.. :]

👍: 0 ⏩: 0

Co0866 [2013-03-17 23:19:41 +0000 UTC]

I love it!
However, ...
1 - I would like to select any font that I installed
2 - I prefer the year to be horizontal instead of vertical

👍: 0 ⏩: 0

camden2622 [2013-02-07 16:59:37 +0000 UTC]

just what i was looking for. thanks!

👍: 0 ⏩: 0

TheSC27Project [2013-02-04 16:26:46 +0000 UTC]

This is the cats tits. Thanks bud!

👍: 0 ⏩: 0

vanzeshi93 [2013-01-30 07:35:08 +0000 UTC]

thank you ! looks perfect amazing job ~

👍: 0 ⏩: 0

karizmababo [2013-01-25 08:33:20 +0000 UTC]

Awesome gadget thanks bro

👍: 0 ⏩: 0

ap344 [2013-01-04 00:23:00 +0000 UTC]

Looks amazing on Windows Vista.

👍: 0 ⏩: 0

GeebsRilie [2012-12-11 23:03:35 +0000 UTC]

Thank you! This is perfect!!

👍: 0 ⏩: 0

ArthurArthurArthur [2012-10-28 13:21:42 +0000 UTC]

Thank you this is exactly what I have been looking for for ages!

👍: 0 ⏩: 0

electrcKOOLAID [2012-10-21 21:19:23 +0000 UTC]

Nice Job, I love it!

👍: 0 ⏩: 0

scarmootsos [2012-10-17 18:53:34 +0000 UTC]

thanx a lot ..........
very cool...!!!!!

👍: 0 ⏩: 0

Takumy [2012-06-20 20:50:35 +0000 UTC]

This is perfect.. i love it.. thanks ..

👍: 0 ⏩: 0

R1P [2012-06-02 08:05:16 +0000 UTC]

This is great, any way if removing the 'Update Available' text?

👍: 0 ⏩: 1

yanomami In reply to R1P [2012-06-04 10:56:47 +0000 UTC]

If you want to deactivate the Auto-Update-Function (which actually doesn't seem to work anymore, since the website [link] is down), go to C:\Users\"your username"\AppData\Local\Microsoft\Windows Sidebar\Gadgets\DesktopClock.gadget\JS and edit the "gadget.js" file. (You should first make a copy of it for backup purposes).

How to edit? Open the file with notepad, then type "//" at the beginning of each line associated with the update function, just like this:

//function CheckGadgetVersion()
//{
// var xmlHttp = createAJAX();
// xmlHttp.open("GET", ("[link] "+sLanguage+"&syslang="+navigator.systemLanguage+"&"+"v="+System.Gadget.version), true);
// xmlHttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
// xmlHttp.onreadystatechange = function()
// {
// if(xmlHttp.readyState == 4)
// {
// var VersionVal = xmlHttp.responseText.split(".");
// var gVersionVal = System.Gadget.version.split(".");
// if(VersionVal[0] > gVersionVal[0])
// {
// if(sLabelChk == false)
// {
// gLabel.opacity = 100;
// gLabel.value = "Update Available";
// }
// else
// {
// gLabel.value = sLabel + " - Update Available";
// }
// return;
// }
// else if(VersionVal[0] < gVersionVal[0])
// {
// DEBUG = true;
// return;
// }
// else if(VersionVal[1] > gVersionVal[1])
// {
// if(sLabelChk == false)
// {
// gLabel.opacity = 100;
// gLabel.value = "Update Available";
// }
// else
// {
// gLabel.value = sLabel + " - Update Available";
// }
// return;
// }
// else if(VersionVal[1] < gVersionVal[1])
// {
// DEBUG = true;
// return;
// }
// else if(VersionVal[2] > gVersionVal[2])
// {
// if(sLabelChk == false)
// {
// gLabel.opacity = 100;
// gLabel.value = "Update Available";
// }
// else
// {
// gLabel.value = sLabel + " - Update Available";
// }
// return;
// }
// else if(VersionVal[2] < gVersionVal[2])
// {
// DEBUG = true;
// return;
// }
// else if(VersionVal[3] > gVersionVal[3])
// {
// if(sLabelChk == false)
// {
// gLabel.opacity = 100;
// gLabel.value = "Update Available";
// }
// else
// {
// gLabel.value = sLabel + " - Update Available";
// }
// }
// else if(VersionVal[3] < gVersionVal[3])
// {
// DEBUG = true;
// return;
// }
// }
// }
// xmlHttp.send(null);
//}
Save the file as Gadget.js (UTF-8 coding). Then close the gadget and reopen it. That's all.

👍: 0 ⏩: 1

R1P In reply to yanomami [2012-06-12 06:44:47 +0000 UTC]

Thanks for the info, I just downloaded your update from here [link] and it works great and I didn't have to edit the js file at all. Maybe you should just replace the link for the main download with this one . Thanks so much.

👍: 0 ⏩: 1

yanomami In reply to R1P [2012-06-13 05:20:42 +0000 UTC]

Yes, you're right. The day after I posted my comment, the website was online again. The update works fine for me, too. So, we should just have had a little patience.

👍: 0 ⏩: 0

matsuda0707 [2012-06-02 03:25:58 +0000 UTC]

Suddenly the gadget told the update is available.
So by clicking the link in the preferense, I downloded the new one, but it still says update available!
By checking the contents og the gadget, the installed version is 5.2.3.0.

👍: 0 ⏩: 1

leonheart55 In reply to matsuda0707 [2012-07-22 06:15:41 +0000 UTC]

These gadgets actually do not have the update, well it's okay

👍: 0 ⏩: 0

HorizonIndustries [2012-05-11 08:46:40 +0000 UTC]

looks nice

👍: 0 ⏩: 0

SpectreLN [2012-05-03 15:51:27 +0000 UTC]

Very Stylish Great work man

👍: 0 ⏩: 0

Desafiant [2012-04-30 19:45:40 +0000 UTC]

Why does nobody make a full normal calendar with resizable options and custom backgrounds? It would be great!

Anyway, thanks for this

👍: 0 ⏩: 1

leonheart55 In reply to Desafiant [2012-05-03 01:35:59 +0000 UTC]

to manage large and small gadgets,
klik options - gadget size

👍: 0 ⏩: 1

Desafiant In reply to leonheart55 [2012-07-28 19:13:37 +0000 UTC]

I meant calendars like this: [link]

👍: 0 ⏩: 0

Psykoshep [2012-04-09 06:25:18 +0000 UTC]

Very Cool !!! lol

👍: 0 ⏩: 0

antoxa-kms [2012-04-08 17:29:10 +0000 UTC]

Cool! Thanks

👍: 0 ⏩: 0