Difference between revisions of "ATStatusBar"

From Lazarus wiki
Jump to navigationJump to search
Line 3: Line 3:
 
''ATStatusBar'' is a statusbar component for Delphi and Lazarus. It's not replacement for standard control, but is alternative one, it has different API. It paints itself OS-indenendant, using custom drawing on canvas.
 
''ATStatusBar'' is a statusbar component for Delphi and Lazarus. It's not replacement for standard control, but is alternative one, it has different API. It paints itself OS-indenendant, using custom drawing on canvas.
  
= Screenshot =
+
Author: Alexey Torgashin (Russia)
 +
 
 +
Screenshot:
  
 
[[File:ATStatusBar.png]]
 
[[File:ATStatusBar.png]]
Line 9: Line 11:
 
= Bug reporting =
 
= Bug reporting =
  
Please add your wishes and bug reports to [https://github.com/Alexey-T/ATStatus/issues Github issues page].
+
Please add your reports to [https://github.com/Alexey-T/ATStatus/issues Github issues page].
 
 
= Author =
 
 
 
Alexey Torgashin (Russia).
 
  
 
= License =
 
= License =
Line 23: Line 21:
 
Latest version, with demo app, is always at [https://github.com/Alexey-T/ATStatus Github page].
 
Latest version, with demo app, is always at [https://github.com/Alexey-T/ATStatus Github page].
  
= System requirements =
+
* Download the zip file from Github using "Download ZIP" button.
 +
* No installation into Lazarus needed, just unpack file ATStatusBar.pas to any folder.
  
* Lazarus: 1.2.0
+
= Requirements =
* Tested on: Windows 7, Linux (Ubuntu 14.04)
 
  
= Installation =
+
Lazarus: 1.2.0.
  
* Download the zip file from Github using "Download ZIP" button.
+
Tested on: Windows 7, Linux GTK2 (Ubuntu 14.04), MacOS X 10.8.
* No installation into Lazarus needed, just unpack file ATStatusBar.pas to any folder.
 
  
 
= Usage =
 
= Usage =
  
* Component doesn't support Lazarus designer, you need to create objects at runtime.
+
Component doesn't support Lazarus designer, you need to create objects at runtime.
* See documentation at "Wiki" page of Github page.
+
See documentation at "Wiki" page of Github page.
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 21:17, 20 July 2015

About

ATStatusBar is a statusbar component for Delphi and Lazarus. It's not replacement for standard control, but is alternative one, it has different API. It paints itself OS-indenendant, using custom drawing on canvas.

Author: Alexey Torgashin (Russia)

Screenshot:

ATStatusBar.png

Bug reporting

Please add your reports to Github issues page.

License

MPL 2.0.

Download

Latest version, with demo app, is always at Github page.

  • Download the zip file from Github using "Download ZIP" button.
  • No installation into Lazarus needed, just unpack file ATStatusBar.pas to any folder.

Requirements

Lazarus: 1.2.0.

Tested on: Windows 7, Linux GTK2 (Ubuntu 14.04), MacOS X 10.8.

Usage

Component doesn't support Lazarus designer, you need to create objects at runtime. See documentation at "Wiki" page of Github page.