Difference between revisions of "One or Two Button Trackbar with Styles"

From Lazarus wiki
Jump to navigationJump to search
(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...)
 
Line 32: Line 32:
  
 
=== Dependencies / System Requirements ===
 
=== Dependencies / System Requirements ===
* None
+
This component has been tested under Windows only.
  
Status: ''Stable / Alpha''
+
Status: First release
 
 
Issues:
 
  
 +
Issues:
  
 
=== Installation ===
 
=== Installation ===

Revision as of 18:38, 24 August 2011

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

This component has been tested under Windows only.

Status: First release

Issues:

Installation

  • step 1
  • step 2

The My Component Example Application

Installation

  • Open TestMyComponent.lpi
  • compile
  • run