One or Two Button Trackbar with Styles

From Lazarus wiki
Revision as of 18:36, 24 August 2011 by Curt Carpenter (talk | contribs) (New page: === About === ''TrackBar2" is a trackbar component that can be configured in a broad range of different styles and can support either one or two thumb buttons. A two-button trackbar is use...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

TrackBar2" is a trackbar component that can be configured in a broad range of different styles and can support either one or two thumb buttons. A two-button trackbar is useful in defining ranges, or regions in an image.

The component has been tested under Windows only.

Its main caracteristics are :

  • Use one or two thumb buttons.
  • Allows several different thumb button styles.
  • Allows several different styles of tick mark.
  • Allows several different placement options for tick marks.
  • Allows different colors for ticks, track bar and thumb buttons.

The download contains the component, an installation package and a demo application that illustrates the features of the component along with some instrumentation for evaluating the chart on a given system.


Screenshot

Here is an exemple of My Component.

Author

License

modified LGPL (same as the FPC RTL and the Lazarus LCL). You can contact the author if the modified LGPL doesn't work with your project licensing.

Download

The latest stable release can be found on link to the lazarus-ccr sf download location.

Change Log

  • Version 1.0 date

Dependencies / System Requirements

  • None

Status: Stable / Alpha

Issues:


Installation

  • step 1
  • step 2

The My Component Example Application

Installation

  • Open TestMyComponent.lpi
  • compile
  • run