Difference between revisions of "Wile64"

From Free Pascal wiki
Jump to navigationJump to search
(→‎Download: Mark originial author's website as invalid, add alternative link)
Line 60: Line 60:
 
=== Download ===
 
=== Download ===
  
[http://wile64.perso.neuf.fr/ Wile64 Web site]
+
* [http://wile64.perso.neuf.fr/ Wile64 Web site] (invalid link)
 +
* In absence of original author, current package can be found at [https://github.com/aducom/gifanim aducom's github account]
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 20:25, 16 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