Difference between revisions of "Wile64"

From Lazarus wiki
Jump to navigationJump to search
(→‎Download: Mark originial author's website as invalid, add alternative link)
(Format sections nested)
Line 1: Line 1:
=== About ===
+
== About ==
It is visuals components for Lazarus...
+
It is visuals components for Lazarus.
  
 
=== TColorProgress ===
 
=== TColorProgress ===
- A component of follow-up of progression (gauge): Version 1.2 (11/14/2007)
+
A component of follow-up of progression (gauge): Version 1.2 (11/14/2007)
  
 
You can choose the background color, of progression, framework, font, to choose the font and the size, the direction horizontal or vertical, the form, insert a bitmap...
 
You can choose the background color, of progression, framework, font, to choose the font and the size, the direction horizontal or vertical, the form, insert a bitmap...
Line 10: Line 10:
  
 
=== TLabelCut ===
 
=== TLabelCut ===
- A component which cuts a too long label : Version 1.0 (11/14/2007)
+
A component which cuts a too long label : Version 1.0 (11/14/2007)
  
 
Ideal for the software translated in plusior language, the too long text is cut and posted in the hint?
 
Ideal for the software translated in plusior language, the too long text is cut and posted in the hint?
Line 17: Line 17:
  
 
=== TGifAnim ===
 
=== TGifAnim ===
- Animate your Forms with an animated Gif
+
Animate your Forms with an animated Gif
  
 
*  14/09/2009 – version 1.4
 
*  14/09/2009 – version 1.4
Line 39: Line 39:
 
** First version of the component for animate the Gif Bitmap
 
** First version of the component for animate the Gif Bitmap
  
 +
Issues:
  
Issues:
 
 
* Lazarus 0.9.24
 
* Lazarus 0.9.24
 
* Tested on Windows XP SP2.
 
* Tested on Windows XP SP2.
Line 50: Line 50:
 
=== LazGradient ===
 
=== LazGradient ===
  
- Add color in your programs: Version 1.0 (01/30/2008)
+
Add color in your programs: Version 1.0 (01/30/2008)
  
 
License : LGPL
 
License : LGPL
  
=== Author ===
+
== Author ==
  
 
[[User:Wile64|Laurent Jacques]]
 
[[User:Wile64|Laurent Jacques]]
  
=== Download ===
+
== Download ==
  
 
* [http://wile64.perso.neuf.fr/ Wile64 Web site] (invalid link)
 
* [http://wile64.perso.neuf.fr/ Wile64 Web site] (invalid link)

Revision as of 08:18, 17 November 2017

About

It is visuals components for Lazarus.

TColorProgress

A component of follow-up of progression (gauge): Version 1.2 (11/14/2007)

You can choose the background color, of progression, framework, font, to choose the font and the size, the direction horizontal or vertical, the form, insert a bitmap...

License : LGPL

TLabelCut

A component which cuts a too long label : Version 1.0 (11/14/2007)

Ideal for the software translated in plusior language, the too long text is cut and posted in the hint?

License : LGPL

TGifAnim

Animate your Forms with an animated Gif

  • 14/09/2009 – version 1.4
    • Added help for create Resource
    • Little bugs
  • 01/02/2008 – version 1.3
    • Added LoadFromLazarusResource
    • small bugs
  • 28/01/2008 – version 1.2
    • dialog editor for filename
    • small bugs (color, filename)
  • 18/11/2007 – version 1.1
    • Added Color property
    • Added GifIndex property
    • Added Visible property
    • Added OnFrameChanged event
    • And small bugs & code
  • 14/11/2007 - version 1.0
    • First version of the component for animate the Gif Bitmap

Issues:

  • Lazarus 0.9.24
  • Tested on Windows XP SP2.
  • Tested with gtk1 and gtk2 under Linux (Ubuntu 7.04).
  • FEDORA 64 bits (by wmkheops)

License : GPL

LazGradient

Add color in your programs: Version 1.0 (01/30/2008)

License : LGPL

Author

Laurent Jacques

Download