Difference between revisions of "ATStatusBar"

From Lazarus wiki
Jump to navigationJump to search
 
(8 intermediate revisions by the same user 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.
  
Author: Alexey Torgashin (Russia)
+
Author: Alexey Torgashin.
  
 
Screenshot:
 
Screenshot:
Line 11: Line 11:
 
= 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 repository: https://github.com/Alexey-T/ATFlatControls
 
 
* 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.
 
 
 
= Bug reporting =
 
 
 
Please add your reports to [https://github.com/Alexey-T/ATStatus/issues Github issues 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