Script Library: 1238 scripts
 

clock.r

REBOL [ Title: "Digital Clock" Date: 2-Apr-2001 Version: 1.2.0 File: %clock.r Author: "Carl Sassenrath" Purpose: "Displays a simple digital clock in its own window." Email: %carl--rebol--com library: [ level: 'intermediate platform: none type: none domain: [GUI] tested-under: none support: none license: none see-also: none ] ] view layout [ origin 0 banner "00:00:00" rate 1 effect [gradient 0x1 0.0.150 0.0.50] feel [engage: func [face act evt] [face/text: now/time show face]] ]
halt ;; to terminate script if DO'ne from webpage
Notes
  • email address(es) have been munged to protect them from spam harvesters. If you are a Library member, you can log on and view this script without the munging.
  • (carl:rebol:com)