Difference between revisions of "SMNetGradient"

From Lazarus wiki
Jump to navigationJump to search
m (Reverted edits by Paulatreides (Talk); changed back to last version by Barko)
m
Line 1: Line 1:
 +
{{SMNetGradient}}
 +
 
=== About ===
 
=== About ===
 
A gradient fill like in the new Netscape Communicator Options Box.
 
A gradient fill like in the new Netscape Communicator Options Box.
Line 7: Line 9:
 
* The Caption can be anything and anywhere on TNetGradient.
 
* The Caption can be anything and anywhere on TNetGradient.
  
===Screenshot===
+
=== Screenshot ===
 
* [[Image:Netgradient2.png]]
 
* [[Image:Netgradient2.png]]
  
Line 17: Line 19:
 
*2006, barko (port to lazarus)
 
*2006, barko (port to lazarus)
  
===License===
+
=== License ===
 
This component can be freely used and distributed in commercial and private environments. (look in source)
 
This component can be freely used and distributed in commercial and private environments. (look in source)
  
===Download===
+
=== Download ===
 
The latest stable release can be found on the [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=179563 Lazarus CCR Files page].
 
The latest stable release can be found on the [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=179563 Lazarus CCR Files page].
  

Revision as of 16:40, 3 July 2007

English (en) español (es) français (fr)

About

A gradient fill like in the new Netscape Communicator Options Box.

  • The begin and end colors can be any colors.
  • The fill direction can be set to Right-To-Left or Left-To-Right.
  • The number of colors, between 1 and 255 can be set for the fill.
  • The Caption can be anything and anywhere on TNetGradient.

Screenshot

  • Netgradient2.png
  • Netgradient.png

Authors

  • 1995, Curtis White
  • 1997, Heiko Webers
  • 2006, barko (port to lazarus)

License

This component can be freely used and distributed in commercial and private environments. (look in source)

Download

The latest stable release can be found on the Lazarus CCR Files page.

Change Log

  • 1.00: Initial release
  • 1.00: Changed to TNetGradient
  • 1.00: 14.02.2006 port to lazarus

Dependencies / System Requirements

Tested on Windows and Linux.

Installation

  • In Components/Open Package File, open smnetgradientlaz.lpk.
  • Compile the component to verify that everything is ok.
  • Install and let Lazarus rebuild.