Modernize your PowerBuilder Applications

PowerRangebar

The PowerRangebar by Ultimate Suite is a distinct control that has all the same features as PowerTrackbar, but with a few extras.

The Ultimate Suite Rangebar (PowerRangebar) offers an additional functionality to select a range instead of a single value on a trackbar. Your users can select a ‘start’ and ‘end’ value, and move the selection back and forth with the mouse.

Ultimate Suite Rangebar 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 PowerRangebar in your business applications, to add a feature for visually adjusting the numeric setting.


Implementation

Place u_cst_powerrangebar 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_SetStartPosition(30) 
uo_1.of_SetEndPosition(60)

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.

Rangebar by Ultimate Suite for PowerBuilder