Difference between revisions of "ATStatusBar"

From Lazarus wiki
Jump to navigationJump to search
 
(11 intermediate revisions by 2 users not shown)
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.
 +
 
 +
Screenshot:
  
 
[[File:ATStatusBar.png]]
 
[[File:ATStatusBar.png]]
 
= Bug reporting =
 
 
Please add your wishes and bug reports to [https://github.com/Alexey-T/ATStatus/issues Github issues page].
 
 
= Author =
 
 
Alexey Torgashin (Russia).
 
  
 
= License =
 
= License =
  
MPL 2.0.
+
MPL 2.0 or LGPL.
  
 
= Download =
 
= Download =
  
Latest version, with demo app, is always at [https://github.com/Alexey-T/ATStatus Github page].
+
GitHub repository: https://github.com/Alexey-T/ATFlatControls
 
 
= System requirements =
 
 
 
* Lazarus: 1.2.0
 
* Tested on: Windows 7, Linux (Ubuntu 14.04)
 
 
 
= Installation =
 
 
 
* Download the zip file from Github using "Download ZIP" button.
 
* No installation into Lazarus needed, just unpack file ATStatusBar.pas to any folder.
 
 
 
= Usage =
 
 
 
* Component doesn't support Lazarus designer, you need to create objects at runtime.
 
* See documentation at "Wiki" page of Github page.
 
  
 +
[[Category:Lazarus]]
 
[[Category:Components]]
 
[[Category:Components]]

Latest revision as of 14:06, 16 December 2021

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.

Screenshot:

ATStatusBar.png

License

MPL 2.0 or LGPL.

Download

GitHub repository: https://github.com/Alexey-T/ATFlatControls