Clock Plug-in 1.01

Contents
About
License
Installation
Parameters
Future
History
More Information

1. About

The Clock Plug-in displays a clock in the plug-in window.

2. License

This program is Freeware and provided 'as is'. This means that it is allowed to distribute this program as long as you don't change the program and all other files included in this package.

3. Installation

Copy NPCBCLK.DLL to the Netscape plug-in directory (\NETSCAPE\PLUGINS or \COMM\PROGRAM\PLUGINS).

4. Parameters

Embed tag

<EMBED type=CBPI/Clock> </EMBED>

Parameters

Name

Function

width

Plug-in Width

height

Plug-in Height

transparent

Transparent background.
1/on/true = enabled
0/off/false = disabled

Default = false

backcolor

Background color.

Color definition:

RGB = (R,G,B)
Name = false, true, error, default, white, black, background, blue, red, pink, green, cyan, yellow, neutral, darkgray, darkblue, darkred, darkpink, darkgreen, darkcyan, brown, palegray
Hex number = #Nr

Use for all parameters the same definition!

hourcolor

Hour scale color.

minutecolor

Minute scale color.

secondcolor

Second scale color.

scalecolor

1 minute scale color.

bigscalecolor

5 minute scale color.

Examples

<EMBED type=CBPI/Clock width=100 height=100></EMBED>
<EMBED type=CBPI/Clock width=100 height=100 backcolor=white hourcolor=red minutecolor=green secondcolor = blue scalecolor=cyan bigscalecolor=gray></EMBED>
<EMBED type=CBPI/Clock width=100 height=100 backcolor=(0,0,0) hourcolor=(255,0,0) minutecolor=(0,255,0) secondcolor = (0,0,255) scalecolor=(0,255,255) bigscalecolor=(255,255,255)></EMBED>
<EMBED type=CBPI/Clock width=100 height=100 backcolor=#0 hourcolor=#FF0000 minutecolor=#FF00 secondcolor = #FF scalecolor=#FFFF bigscalecolor=#FFFFFF></EMBED>

5. Future


6. History

5. August 2002 Recompiled version 1.01.
17. October 1997 First release 1.00.

7. More Information

Homepage: http://www.bratschi.net
E-Mail: Christoph@bratschi.net

© 1997-2002 by Christoph Bratschi