ATStatusBar

From Lazarus wiki
Jump to navigationJump to search

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

License

MPL 2.0.

Download

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

  • 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 Github issues page.