Contents
About
License
Installation
Parameters
Future
History
More
Information
The Clock Plug-in displays a clock in the plug-in window.
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.
Copy NPCBCLK.DLL to the Netscape plug-in directory (/NETSCAPE/PLUGINS).
<EMBED type=CBPI/Clock> </EMBED>
Name |
Function |
---|---|
width |
Plug-in Width |
height |
Plug-in Height |
transparent |
Transparent background. Default = false |
backcolor |
Background color. Color definition:RGB = (R,G,B) 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. |
<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>
17. October 1997 |
First release 1.00. |
Homepage:
http://www.datacomm.ch/~cbratschi/
E-Mail:
cbratschi@datacomm.ch
© 1997 by Christoph Bratschi