Modernice sus aplicaciones PowerBuilder

PowerTrackbar

A traditional trackbar control allows users to move the slider and select a value that falls within a predefined ‘Min’ and ‘Max’ value range.

The PowerTrackbar control by Ultimate Suite is an advanced alternative for modern PowerBuilder applications. Its components are fully customizable.

Ultimate Suite Trackbar Customization

  • The slider component can be a square (rectangle), circle (oval), or an image of your choice.
  • The slider size is adjustable, in terms of the width and height.
  • The tracked line size can be adjusted independently from the slider.
  • Support for both Horizontal and Vertical trackbar orientations in one control.

You can integrate the PowerTrackbar in your business applications, to add a feature for visually adjusting the numeric setting.
For instance: when your users seek to adjust the brightness or contrast in an image editor.


Implementation

Place u_cst_powertrackbar from advguicontrols.pbl\pbd on your window. 

Call the available functions to change the controls behaviour. 
There is no special code needed to setup the control.

uo_1.of_SetPosition(50)

Note: if you don't need to change the appearance of the control dynamically, all settings can be defined in the IDE at design time.

Trackbar by Ultimate Suite for PowerBuilder

 

View PowerTrackbar Documentation

Back to Controls