Difference between revisions of "ATGauge"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "= About = ''ATGauge'' is OS-independant progress indicator component. It's made like TGauge is Delphi7. The same properties (with some addons) but totally new code (it's much...")
 
Line 1: Line 1:
 
= About =
 
= About =
  
''ATGauge'' is OS-independant progress indicator component. It's made like TGauge is Delphi7. The same properties (with some addons) but totally new code (it's much smaller that D7's one).
+
''ATGauge'' is OS-independant progress indicator component. It's made like Delphi's TGauge (named the same). The same properties (with some addons) but totally new code (it's much smaller that D7's one).
  
"Kind" property supports same kinds as D7: only text; horiz bar; vert bar; needle (half-circle); pie (full circle).
+
"Kind" property supports same kinds as D7:  
 +
 
 +
* only text  
 +
* horiz bar  
 +
* vert bar
 +
* needle (half-circle)
 +
* pie (full circle)  
  
 
Author: Alexey Torgashin (Russia)
 
Author: Alexey Torgashin (Russia)

Revision as of 13:32, 30 July 2015

About

ATGauge is OS-independant progress indicator component. It's made like Delphi's TGauge (named the same). The same properties (with some addons) but totally new code (it's much smaller that D7's one).

"Kind" property supports same kinds as D7:

  • only text
  • horiz bar
  • vert bar
  • needle (half-circle)
  • pie (full circle)

Author: Alexey Torgashin (Russia)

License

MPL 2.0 or LGPL.

Download

Latest version, with demo app, is at https://github.com/Alexey-T/ATGauge/

Requirements

  • Lazarus: 1.4.0.
  • Tested on: Linux gtk2 (Ubuntu 14.04).

Installation

  • Download zip file from Github using "Download ZIP" button.
  • Open package file (.lpk), compile and install.
  • Restart ide, see tab "Misc" of component pallete.