
Analog Clock
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Analog Clock is a themeable superkaramba theme.
There are currently 4 different styles for the clock.
Configuration options are:
Select Theme
Hide Seconds
Resize Applet
Resize Applet - percentage
Restore Default Dimensions
Since this is my first superkaramba theme, and my first experience with python, I'll be glad to receive any remarks on the theme :)
lkcl
16 years ago
okay, just so you know: i'm using superkaramba cvs as of 11aug2004, and i don't get a dialog to ask me about resizing or heights.
i _do_ get one for the theme selection, though, which is very odd.
also, the ticks against the config options "toggle" even on menu items where it shouldn't, even though i see you set the config option to 0 in places:
karamba.setMenuConfigOption(widget, "defdim", "0")
oh well!
Report
adpsimpson
16 years ago
Also, the hands of the clock could do with better rendering, to make them less pixelated. Finally, there is no need to have the update time at 500 (milliseconds), since it will only change every second - better to put it to 1000, to use less power.
Good work though, gets my vote!
Report
p0z3r
16 years ago
Report
Idoa01
16 years ago
about the other two things:
I'll change the update ratio to 1000 next release,
about the hands problem - unfortunately, I'm no graphic designer. if anyone can make this look better, I'd be grateful.
Report
p0z3r
16 years ago
Report