Removed pane title-bar clickablility (to conform with sb1.4)
New icon for pane and view menu (looks better with new default skin)
To do:
Make some new faces better suited for use in the control panel.
Clock face editor
Featherablity:
Copy the file coolclock.skin from coolclock's skin directory into your feather's skin directory; it will be picked up by Coolclock whenver your feathers are active and the 1st skin in it will be used for the control pane clock.
Alter the look by editing coolclock.skin, :
{
"yourCCSkinName": {
"outerBorder": { "lineWidth": 180, "radius":1, "color": "red", "alpha": 1 },
"smallIndicator": { "lineWidth": 0, "startAt": 85, "endAt": 95, "color": "yellow", "alpha": 1 },
"largeIndicator": { "lineWidth": 7, "startAt": 85, "endAt": 95, "color": "white", "alpha": 1 },
"hourHand": { "lineWidth": 7, "startAt": 40, "endAt": 50, "color": "white", "alpha": 1 },
"minuteHand": { "lineWidth": 7, "startAt": 50, "endAt": 75, "color": "yellow", "alpha": 1 },
"secondHand": { "lineWidth": 7, "startAt": 75, "endAt": 85, "color": "black", "alpha": 1 },
"secondDecoration": { "lineWidth": 5, "startAt": 1, "radius": 1, "color": "blue", "alpha": 0, "fillColor": "blue" }
}
Name your skin, i.e. change "yourCCSkinName" to, e.g.: "myFeatherName", then change the numbers and colors as you wish. The numbers are percentages of the radius, so 'startAt': 0, 'endAt': 50 draws a line from the center to 50% of the way to the edge. 'Alpha' is the transparency of the element (1 = solid), Save the changes and refresh Songbird UI.
You can have any number of skins (comma separated) in a single coolclcock.skin file; they'll all be added to the selection menu of Coolclock skins.
TODO:
'wysiwyg' skin editor
All main window code has been wrapped in an anonymous function to prevent interface with other add-ons.
You can now scroll or left-click on control pane clock to change it.
Songbird now opens with the control pane clock as it was when you closed Songbird.
Ctrl+Shift+C toggles display of control pane clock.
Max sb version increased to 1.50a.
NEXT UP:
+ skinnability !
+ clock-face wysiwyg editor !!
Latest version now allows you to have an analog CoolClock showing in the control pane!
The control pane can be different from any clocks showing in any display panes; so the preferences panel has been updated accordingly.
Songbird maximum version increased to 1.4.0a
TODO:
enable mouse scroll and left click on control pane clock
1.0.0.0 Tested on Windows XP only
1.0.0.1 Initialisation of default preferences (preventing changes of clock face etc.) corrected.
TESTED in a nice, clean, new profile - works well!
TODO: clock face selection panel highlights all clock faces although the option s correctly updated.