Changes were made since last AceClock version 3.0
1. SKINS in a separated standalone files (.ACS) and SKIN Editor!
2. Many bugfixes and new features added.
3. Code and memory usage are optimized.
4. Added Multiline feature in DIGITAL mode of clock. Use ^ character to specify a new line.
5. Additionals in DateTime format:
^ new line
'$VER$' version number in form: 3.2
'$BUILD$' build number in form: 408
'$GMT+00:00$' TimeZone time in form: hh:mm
'{R,G,B}' Change TextColor for current line in form: RGB
'{clWhite}' in form: Standard Windows constants (i.e.: clLime, clGreen, clYellow, clRed ... clBtnFace, clWindow ...)
sample:
"hh:mm ddd, d mmmm^' Paris: %GMT+01:00%, Build: $BUILD$''{clYellow}'"
produces:
11:12 Sat, 7 Jul
Paris: 08:12, Build: 409
6. Alarms.INI is more compact!
7. Changable Tooltip window background.