News RSS Comments RSS 14 News and 12 Comments till now

xDigitalClock 2.1

xDigitalClock 2.1

for ver: 5, 5.5, 7, 6.1, 6.2, 6.3
price: $49
release date: 2010-06-25

Buy on ClarionShop

Goto download page »

Simple for use Class and set of Control and Code Templates for display time like digital Clock. Also it can be used as Digital Stop-Watch and as CountDown Timer with start/stop/continue/clear functions. Digital skins are supported. 5 digital sets linked into the program. For each object of xDigitalClock you can set the own ini-file for saving configuration. In settings you specify the path to digital sets stored on the HardDisk, time offset from clocks on your computer (you can easily display time for various time zones in your programs) and resizing strategy for xDigitalClock object.

xDigitalClock and xAnalogClock will be sold both separately, and together in one xClockPack for special price.

Include in bundles: xProfessional Pack, xClock Pack, xXXL Pack

Related products:

xAnalogClock 1.3
xTimers 1.3

History
2.1 2010-06-25
  • Compatibility with Clarion 7
  • 2.0 2006-06-14
  • Compatibility with Clarion 6.x (6.3, 6.2, 6.1);
  • New feature. Supporting 24h/12h format and changing format in runtime;
  • New methods.
    GetOffset(), GetFormat() for getting Clock offset and 12h/24h format in runtime;
  • New method. SetFormat() for setting 12h/24h format in runtime;
  • Changing in Class and Template.
    Now you can use one ini-file for writing settings of xDigitalClock;
  • 1.9 2005-09-01
  • This is bugfix. GPF in programs compiled in dll-mode under last builds of Clarion 6.1
    and Clarion 6.2 was fixed;
  • 1.8 2005-08-01
  • Compatible with Clarion 6.2 (build 9046);
  • New installation kits created by SetupBuilder 5.0;
  • 1.7 2003-06-27
  • Clarion 6.1 (RC3) supported now;

    NB! For current users.
    Now you must add Global Extention Template for using xDigitalClock in
    your application.
  • 1.6 2003-07-31
  • Clarion 6 (EA5) supported now;
  • 1.5 2003-02-06 Advanced version. xDigitalClock control now can use as Count-down Timer.
    Modifications in Class and Template was made.

    Use checkbox 'Use as Count-Down Timer' on 'Setup' tab of xDigitalClock Control. In this
    case, you can use new methods for manage it:
  • SetTimerOpt
  • GetTimerResult PROCEDURE(),LONG
  • SetTimerTime PROCEDURE(LONG TimerTime)
  • StopTimer PROCEDURE
  • StartTimer PROCEDURE
    And code templates for using these methods.
  • 1.4 2003-01-25 Changes in the class and template.

  • New method: SetStopWatchTime(LONG StopWatchTime) was added. You can use it for
    setting StopWatch initial Time from saved value.
  • Some changing in template. You can initialize StopWatch as 'Stopped' and then you can
    start this StopWatch manually by some condition using method StartWatch.
  • In tree of Extention and Control Templates, xDigitalClock templates now display with
    label of clock control for easy identification.
  • 1.3 2003-01-07 Advanced version. xDigitalClock control now can use as Stop-Watch.
    Modifications in Class and Template was made.

    Use checkbox 'Use as Stop-Watch' on 'Setup' tab of xDigitalClock Control.
    In this case, you can use new methods for manage it:
  • GetStopWatchResult
  • ClearStopWatch
  • StopWatch
  • StartWatch
  • ContinueWatch
    And code templates for using these methods.
  • 1.2 2002-07-04
  • Unpublished technical release
  • 1.1 2001-09-19 Modifications in Class and Template.
  • Possibility to set Time offset from clocks on your computer (you can easy display in
    your program time in various time zones)
  • You can set resize strategy for xDigitalClock object.
  • Possibility to include (compile) in the exe-file five digital sets. Having replaced presets
    files or having edited template, you can include in the program other sets.
  • 1.0 2001-08-24
  • Original (first) release;