Digital Clock Screensaver

Community Forums/Showcase/Digital Clock Screensaver

bytecode77(Posted 2008) [#1]
previously i was programming an analog clock screensaver ( see here ), but since than i made a digital one, too:



download here: http://stuff.dev-ch.de/index.php?article=stuff_digitalclock

please feel free to tell me what you think :)


Ked(Posted 2008) [#2]
You never get bored do you?


bytecode77(Posted 2008) [#3]
nope. not quite...


ardee(Posted 2008) [#4]
I like it, very 24. I can't get it to compile under Vista (can't find function api_GetDc) but the .scr file works fine.


bytecode77(Posted 2008) [#5]
thank you :)
this one is actually compiled under vista. but the part of the code which handles the fullscreen mode is EXACTLY the same as the one from my other screensaver, so it should work either with vista or xp.
i think you need to have a DECLS for the win api ( http://www.blitzbasic.com/codearcs/codearcs.php?code=1179 )


ardee(Posted 2008) [#6]
Thanks, OK that fixed that error now it can't find api_GetDeviceCaps.


scribbla(Posted 2008) [#7]
thats very cool
the included exe worked fine for me on vista

only gripe is it doesnt disapear when mouse moved only button presses...but still very nice indeed


bytecode77(Posted 2008) [#8]
thank you :) i'd kenw you'd love it.

fix:
repeat until ........ or abs(mousexspeed())>0 or abs(mouseyspeed())>0



Boiled Sweets(Posted 2008) [#9]
are these free to use?


bytecode77(Posted 2008) [#10]
of course. :)
you know devils child, his work is always free!